#F19DCC

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

Shades of Shocking #F19DCC

Tints of Shocking #F19DCC

Color information

#F19DCC (or 0xF19DCC) is unknown color: approx Shocking. HEX triplet: F1, 9D and CC. RGB value is (241,157,204). Sum of RGB (Red+Green+Blue) = 241+157+204=602 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.03% from 602); Green value is 157 (61.72% from 255 or 26.08% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DCC is #0E6233. Grayscale: #BBBBBB. Windows color (decimal): -942644 or 13409777. OLE color: 13409777.

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

Color convert

RGB241157204-
CMYK00.350.150.05
HSL326.43º75%78.04%-
HSV(B)326.43º34.85%94.51%-
XYZ59.2347.1763.11-
YUV187.47137.33166.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.03%
GREEN value IS 157 (61.72% from 255) = 26.08%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=40.03%
G=26.08%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115720400.350.150.05326.437578.04
HexF19DCC023F51464b4e
Octal361235314043175506113116
Binary1111000110011101110011000100011111110110100011010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DCC; }

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

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

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

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

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

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

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

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