#F19ECA

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

Shades of Shocking #F19ECA

Tints of Shocking #F19ECA

Color information

#F19ECA (or 0xF19ECA) is unknown color: approx Shocking. HEX triplet: F1, 9E and CA. RGB value is (241,158,202). Sum of RGB (Red+Green+Blue) = 241+158+202=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 158 (62.11% from 255 or 26.29% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ECA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ECA is #0E6135. Grayscale: #BBBBBB. Windows color (decimal): -942390 or 13278961. OLE color: 13278961.

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

Color convert

RGB241158202-
CMYK00.340.160.05
HSL328.19º74.77%78.24%-
HSV(B)328.19º34.44%94.51%-
XYZ59.1647.4261.91-
YUV187.83136165.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 158 (62.11% from 255) = 26.29%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=40.10%
G=26.29%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115820200.340.160.05328.1974.7778.24
HexF19ECA0221051484b4e
Octal361236312042205510113116
Binary11110001100111101100101001000101000010110100100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19ECA; }

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

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

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

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

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

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

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

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