Color Hex Logo

#f15fdd Color Hex

#F15FDD
(241,95,221)
0 Favorites   0 Comments

Color spaces of #f15fdd

RGB 24195221
HSL0.860.840.66
HSV308°61°95°
CMYK 0.000.610.08   0.05
XYZ53.419032.105671.7881
Yxy32.10560.33960.2041
Hunter Lab56.661869.1261-35.4547
CIE-Lab63.430170.2543-37.1230

#f15fdd color RGB value is (241,95,221).

#f15fdd hex color red value is 241, green value is 95 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #f15fdd hue: 0.86 , saturation: 0.84 and the lightness value of f15fdd is 0.66.

The process color (four color CMYK) of #f15fdd color hex is 0.00, 0.61, 0.08, 0.05. Web safe color of #f15fdd is #ff66cc. Color #f15fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 11011101
Octal 361 137 335
Decimal 241 95 221
Hex F1 5F DD

RGB Percentages of Color #f15fdd

%43.27
%17.06
%39.68

CMYK Percentages of Color #f15fdd

%0
%61
%8
%5

Triadic Colors of #f15fdd

#f15fdd #ddf15f #5fddf1

Analogous Colors of #f15fdd

#f15fdd #f15f94 #bc5ff1

Monochromatic Colors of #f15fdd

#f15fdd

Complementary Color

#f15fdd #5ff173

#f15fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15fdd Color CSS Codes

.mybgcolor {background-color:#f15fdd; } 
.myforecolor {color:#f15fdd; }
.mybordercolor {border:3px solid #f15fdd; }

#f15fdd Text Font Color

<p style="color:#f15fdd">Text here</p>

This sample text font color is #f15fdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f15fdd Background Color

<div style="background-color:#f15fdd">
Div content here</div>

This div background color is #f15fdd


#f15fdd Border Color

<div style="border:3px solid #f15fdd">
Div here</div>

This div border color is #f15fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,95,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f15fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f15fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f15fdd;
  box-shadow:         1px 1px 3px 2px #f15fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,95,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f15fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f15fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #f15fdd;
  box-shadow:         1px 1px 3px 2px #f15fdd;">
Div content here</div>

This div box has shadow with color #f15fdd


Comments

No comments written yet.

Please login to write comment.