#F19ECE

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

Shades of Shocking #F19ECE

Tints of Shocking #F19ECE

Color information

#F19ECE (or 0xF19ECE) is unknown color: approx Shocking. HEX triplet: F1, 9E and CE. RGB value is (241,158,206). Sum of RGB (Red+Green+Blue) = 241+158+206=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 158 (62.11% from 255 or 26.12% from 605); Blue value is 206 (80.86% from 255 or 34.05% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ECE is #0E6131. Grayscale: #BCBCBC. Windows color (decimal): -942386 or 13541105. OLE color: 13541105.

HSL color Cylindrical-coordinate representation of color #F19ECE: hue angle of 325.3º 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 #F19ECE is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB241158206-
CMYK00.340.150.05
HSL325.3º74.77%78.24%-
HSV(B)325.3º34.44%94.51%-
XYZ59.6447.6164.44-
YUV188.29138165.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.83%
GREEN value IS 158 (62.11% from 255) = 26.12%
BLUE value IS 206 (80.86% from 255) = 34.05%
R=39.83%
G=26.12%
B=34.05%

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
Decimal24115820600.340.150.05325.374.7778.24
HexF19ECE022F51454b4e
Octal361236316042175505113116
Binary1111000110011110110011100100010111110110100010110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ECE; }

 p { color: rgb(241,158,206); }

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

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

 a { background-color: rgb(241,158,206); }

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

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

 span { border-color: rgb(241,158,206); }

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