#F29CC9

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

Shades of Shocking #F29CC9

Tints of Shocking #F29CC9

Color information

#F29CC9 (or 0xF29CC9) is unknown color: approx Shocking. HEX triplet: F2, 9C and C9. RGB value is (242,156,201). Sum of RGB (Red+Green+Blue) = 242+156+201=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 201 (78.91% from 255 or 33.56% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CC9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CC9 is #0D6336. Grayscale: #BABABA. Windows color (decimal): -877367 or 13212914. OLE color: 13212914.

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

Color convert

RGB242156201-
CMYK00.360.170.05
HSL328.6º76.79%78.04%-
HSV(B)328.6º35.54%94.9%-
XYZ59.0546.8761.19-
YUV186.84135.99167.34-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 156 (61.33% from 255) = 26.04%
BLUE value IS 201 (78.91% from 255) = 33.56%
R=40.40%
G=26.04%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215620100.360.170.05328.676.7978.04
HexF29CC90241151494d4e
Octal362234311044215511115116
Binary11110010100111001100100101001001000110110100100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CC9; }

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

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

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

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

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

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

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

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