#F19EBE

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

Shades of Shocking #F19EBE

Tints of Shocking #F19EBE

Color information

#F19EBE (or 0xF19EBE) is unknown color: approx Shocking. HEX triplet: F1, 9E and BE. RGB value is (241,158,190). Sum of RGB (Red+Green+Blue) = 241+158+190=589 (78% of max value = 765). Red value is 241 (94.53% from 255 or 40.92% from 589); Green value is 158 (62.11% from 255 or 26.83% from 589); Blue value is 190 (74.61% from 255 or 32.26% from 589); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EBE is #0E6141. Grayscale: #BABABA. Windows color (decimal): -942402 or 12492529. OLE color: 12492529.

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

Color convert

RGB241158190-
CMYK00.340.210.05
HSL336.87º74.77%78.24%-
HSV(B)336.87º34.44%94.51%-
XYZ57.846.8754.72-
YUV186.46130166.9-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.92%
GREEN value IS 158 (62.11% from 255) = 26.83%
BLUE value IS 190 (74.61% from 255) = 32.26%
R=40.92%
G=26.83%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115819000.340.210.05336.8774.7778.24
HexF19EBE0221551514b4e
Octal361236276042255521113116
Binary11110001100111101011111001000101010110110101000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19EBE; }

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

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

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

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

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

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

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

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