Color Hex Logo

#f15fca Color Hex

#F15FCA
(241,95,202)
0 Favorites   0 Comments

Color spaces of #f15fca

RGB 24195202
HSL0.880.840.66
HSV316°61°95°
CMYK 0.000.610.16   0.05
XYZ51.028531.149559.2001
Yxy31.14950.36090.2203
Hunter Lab55.811765.5315-23.8213
CIE-Lab62.633667.4380-27.6613

#f15fca color RGB value is (241,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110001 01011111 11001010
Octal 361 137 312
Decimal 241 95 202
Hex F1 5F CA

RGB Percentages of Color #f15fca

%44.80
%17.66
%37.55

CMYK Percentages of Color #f15fca

%0
%61
%16
%5

Triadic Colors of #f15fca

#f15fca #caf15f #5fcaf1

Analogous Colors of #f15fca

#f15fca #f15f81 #cf5ff1

Monochromatic Colors of #f15fca

#f15fca

Complementary Color

#f15fca #5ff186

#f15fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f15fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f15fca Color CSS Codes

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

#f15fca Text Font Color

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

This sample text font color is #f15fca
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.


#f15fca Background Color

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

This div background color is #f15fca


#f15fca Border Color

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

This div border color is #f15fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f15fca


Comments

No comments written yet.

Please login to write comment.