#F19DCA

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

Shades of Shocking #F19DCA

Tints of Shocking #F19DCA

Color information

#F19DCA (or 0xF19DCA) is unknown color: approx Shocking. HEX triplet: F1, 9D and CA. RGB value is (241,157,202). Sum of RGB (Red+Green+Blue) = 241+157+202=600 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.17% from 600); Green value is 157 (61.72% from 255 or 26.17% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 241 - color contains mainly: red. Hex color #F19DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19DCA is #0E6235. Grayscale: #BBBBBB. Windows color (decimal): -942646 or 13278705. OLE color: 13278705.

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

Color convert

RGB241157202-
CMYK00.350.160.05
HSL327.86º75%78.04%-
HSV(B)327.86º34.85%94.51%-
XYZ58.9947.0861.85-
YUV187.25136.33166.34-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.17%
GREEN value IS 157 (61.72% from 255) = 26.17%
BLUE value IS 202 (79.30% from 255) = 33.67%
R=40.17%
G=26.17%
B=33.67%

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
Decimal24115720200.350.160.05327.867578.04
HexF19DCA0231051484b4e
Octal361235312043205510113116
Binary11110001100111011100101001000111000010110100100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19DCA; }

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

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

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

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

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

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

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

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