#F19DBD

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

Shades of Shocking #F19DBD

Tints of Shocking #F19DBD

Color information

#F19DBD (or 0xF19DBD) is unknown color: approx Shocking. HEX triplet: F1, 9D and BD. RGB value is (241,157,189). Sum of RGB (Red+Green+Blue) = 241+157+189=587 (77% of max value = 765). Red value is 241 (94.53% from 255 or 41.06% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DBD is #0E6242. Grayscale: #B9B9B9. Windows color (decimal): -942659 or 12426737. OLE color: 12426737.

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

Color convert

RGB241157189-
CMYK00.350.220.05
HSL337.14º75%78.04%-
HSV(B)337.14º34.85%94.51%-
XYZ57.5246.4954.09-
YUV185.76129.83167.4-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 41.06%
GREEN value IS 157 (61.72% from 255) = 26.75%
BLUE value IS 189 (74.22% from 255) = 32.20%
R=41.06%
G=26.75%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115718900.350.220.05337.147578.04
HexF19DBD0231651514b4e
Octal361235275043265521113116
Binary11110001100111011011110101000111011010110101000110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DBD; }

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

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

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

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

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

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

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

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