#F19EC5

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

Shades of Shocking #F19EC5

Tints of Shocking #F19EC5

Color information

#F19EC5 (or 0xF19EC5) is unknown color: approx Shocking. HEX triplet: F1, 9E and C5. RGB value is (241,158,197). Sum of RGB (Red+Green+Blue) = 241+158+197=596 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.44% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 197 (77.34% from 255 or 33.05% from 596); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EC5 is #0E613A. Grayscale: #BBBBBB. Windows color (decimal): -942395 or 12951281. OLE color: 12951281.

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

Color convert

RGB241158197-
CMYK00.340.180.05
HSL331.81º74.77%78.24%-
HSV(B)331.81º34.44%94.51%-
XYZ58.5847.1958.84-
YUV187.26133.5166.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.44%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 197 (77.34% from 255) = 33.05%
R=40.44%
G=26.51%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115819700.340.180.05331.8174.7778.24
HexF19EC502212514c4b4e
Octal361236305042225514113116
Binary11110001100111101100010101000101001010110100110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EC5; }

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

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

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

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

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

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

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

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