#F29CCC

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

Shades of Shocking #F29CCC

Tints of Shocking #F29CCC

Color information

#F29CCC (or 0xF29CCC) is unknown color: approx Shocking. HEX triplet: F2, 9C and CC. RGB value is (242,156,204). Sum of RGB (Red+Green+Blue) = 242+156+204=602 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.20% from 602); Green value is 156 (61.33% from 255 or 25.91% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CCC is #0D6333. Grayscale: #BBBBBB. Windows color (decimal): -877364 or 13409522. OLE color: 13409522.

HSL color Cylindrical-coordinate representation of color #F29CCC: hue angle of 326.51º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29CCC is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB242156204-
CMYK00.360.160.05
HSL326.51º76.79%78.04%-
HSV(B)326.51º35.54%94.9%-
XYZ59.4147.0163.07-
YUV187.19137.49167.1-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.20%
GREEN value IS 156 (61.33% from 255) = 25.91%
BLUE value IS 204 (80.08% from 255) = 33.89%
R=40.20%
G=25.91%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215620400.360.160.05326.5176.7978.04
HexF29CCC0241051474d4e
Octal362234314044205507115116
Binary11110010100111001100110001001001000010110100011110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CCC; }

 p { color: rgb(242,156,204); }

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

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

 a { background-color: rgb(242,156,204); }

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

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

 span { border-color: rgb(242,156,204); }

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