#F19CCA

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

Shades of Shocking #F19CCA

Tints of Shocking #F19CCA

Color information

#F19CCA (or 0xF19CCA) is unknown color: approx Shocking. HEX triplet: F1, 9C and CA. RGB value is (241,156,202). Sum of RGB (Red+Green+Blue) = 241+156+202=599 (79% of max value = 765). Red value is 241 (94.53% from 255 or 40.23% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 202 (79.30% from 255 or 33.72% from 599); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CCA is #0E6335. Grayscale: #BABABA. Windows color (decimal): -942902 or 13278449. OLE color: 13278449.

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

Color convert

RGB241156202-
CMYK00.350.160.05
HSL327.53º75.22%77.84%-
HSV(B)327.53º35.27%94.51%-
XYZ58.8246.7461.8-
YUV186.66136.66166.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 40.23%
GREEN value IS 156 (61.33% from 255) = 26.04%
BLUE value IS 202 (79.30% from 255) = 33.72%
R=40.23%
G=26.04%
B=33.72%

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
Decimal24115620200.350.160.05327.5375.2277.84
HexF19CCA0231051484b4e
Octal361234312043205510113116
Binary11110001100111001100101001000111000010110100100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19CCA; }

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

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

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

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

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

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

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

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