#F29CC4

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

Shades of Shocking #F29CC4

Tints of Shocking #F29CC4

Color information

#F29CC4 (or 0xF29CC4) is unknown color: approx Shocking. HEX triplet: F2, 9C and C4. RGB value is (242,156,196). Sum of RGB (Red+Green+Blue) = 242+156+196=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 196 (76.95% from 255 or 33.00% from 594); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CC4 is #0D633B. Grayscale: #BABABA. Windows color (decimal): -877372 or 12885234. OLE color: 12885234.

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

Color convert

RGB242156196-
CMYK00.360.190.05
HSL332.09º76.79%78.04%-
HSV(B)332.09º35.54%94.9%-
XYZ58.4746.6458.15-
YUV186.27133.49167.75-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.74%
GREEN value IS 156 (61.33% from 255) = 26.26%
BLUE value IS 196 (76.95% from 255) = 33.00%
R=40.74%
G=26.26%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215619600.360.190.05332.0976.7978.04
HexF29CC402413514c4d4e
Octal362234304044235514115116
Binary11110010100111001100010001001001001110110100110010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29CC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29CC4; }

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

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

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

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

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

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

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

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