#F19DBE

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

Shades of Shocking #F19DBE

Tints of Shocking #F19DBE

Color information

#F19DBE (or 0xF19DBE) is unknown color: approx Shocking. HEX triplet: F1, 9D and BE. RGB value is (241,157,190). Sum of RGB (Red+Green+Blue) = 241+157+190=588 (77% of max value = 765). Red value is 241 (94.53% from 255 or 40.99% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 190 (74.61% from 255 or 32.31% from 588); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DBE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DBE is #0E6241. Grayscale: #B9B9B9. Windows color (decimal): -942658 or 12492273. OLE color: 12492273.

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

Color convert

RGB241157190-
CMYK00.350.210.05
HSL336.43º75%78.04%-
HSV(B)336.43º34.85%94.51%-
XYZ57.6346.5354.66-
YUV185.88130.33167.32-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.99%
GREEN value IS 157 (61.72% from 255) = 26.70%
BLUE value IS 190 (74.61% from 255) = 32.31%
R=40.99%
G=26.70%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115719000.350.210.05336.437578.04
HexF19DBE0231551504b4e
Octal361235276043255520113116
Binary11110001100111011011111001000111010110110101000010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DBE; }

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

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

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

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

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

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

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

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