#F19FCC

Color #F19FCC Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #F19FCC

Tints of Shocking #F19FCC

Color information

#F19FCC (or 0xF19FCC) is unknown color: approx Shocking. HEX triplet: F1, 9F and CC. RGB value is (241,159,204). Sum of RGB (Red+Green+Blue) = 241+159+204=604 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.90% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FCC is #0E6033. Grayscale: #BCBCBC. Windows color (decimal): -942132 or 13410289. OLE color: 13410289.

HSL color Cylindrical-coordinate representation of color #F19FCC: hue angle of 327.07º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FCC is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241159204-
CMYK00.340.150.05
HSL327.07º74.55%78.43%-
HSV(B)327.07º34.02%94.51%-
XYZ59.5747.8663.22-
YUV188.65136.67165.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 241 (94.53% from 255) = 39.90%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 204 (80.08% from 255) = 33.77%
R=39.90%
G=26.32%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115920400.340.150.05327.0774.5578.43
HexF19FCC022F51474b4e
Octal361237314042175507113116
Binary1111000110011111110011000100010111110110100011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19FCC; }

 p { color: rgb(241,159,204); }

 H1.HeaderClassName
 {
   color: #F19FCC;
 }
 .AnyTagClassName
 {
   color: #F19FCC;
 }
</style>
background-color css

<style>
 a { background-color: #F19FCC; }

 a { background-color: rgb(241,159,204); }

 div.DivClassName
 {
   background-color: #F19FCC;
 }
 .BgClassName
 {
   background-color: #F19FCC;
 }
</style>
border-color css

<style>
 span { border-color: #F19FCC; }

 span { border-color: rgb(241,159,204); }

 td.TdClassName
 {
   border-color: #F19FCC;
 }
 .TagClassName
 {
   border-color: #F19FCC;
 }
</style>