#F19DCB

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

Shades of Shocking #F19DCB

Tints of Shocking #F19DCB

Color information

#F19DCB (or 0xF19DCB) is unknown color: approx Shocking. HEX triplet: F1, 9D and CB. RGB value is (241,157,203). Sum of RGB (Red+Green+Blue) = 241+157+203=601 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.10% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DCB is #0E6234. Grayscale: #BBBBBB. Windows color (decimal): -942645 or 13344241. OLE color: 13344241.

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

Color convert

RGB241157203-
CMYK00.350.160.05
HSL327.14º75%78.04%-
HSV(B)327.14º34.85%94.51%-
XYZ59.1147.1362.48-
YUV187.36136.83166.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.10%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 203 (79.69% from 255) = 33.78%
R=40.10%
G=26.12%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115720300.350.160.05327.147578.04
HexF19DCB0231051474b4e
Octal361235313043205507113116
Binary11110001100111011100101101000111000010110100011110010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DCB; }

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

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

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

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

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

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

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

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