#F29AC4

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

Shades of Shocking #F29AC4

Tints of Shocking #F29AC4

Color information

#F29AC4 (or 0xF29AC4) is unknown color: approx Shocking. HEX triplet: F2, 9A and C4. RGB value is (242,154,196). Sum of RGB (Red+Green+Blue) = 242+154+196=592 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.88% from 592); Green value is 154 (60.55% from 255 or 26.01% from 592); Blue value is 196 (76.95% from 255 or 33.11% from 592); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AC4 is #0D653B. Grayscale: #B9B9B9. Windows color (decimal): -877884 or 12884722. OLE color: 12884722.

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

Color convert

RGB242154196-
CMYK00.360.190.05
HSL331.36º77.19%77.65%-
HSV(B)331.36º36.36%94.9%-
XYZ58.1445.9758.03-
YUV185.1134.15168.58-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.88%
GREEN value IS 154 (60.55% from 255) = 26.01%
BLUE value IS 196 (76.95% from 255) = 33.11%
R=40.88%
G=26.01%
B=33.11%

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
Decimal24215419600.360.190.05331.3677.1977.65
HexF29AC402413514b4d4e
Octal362232304044235513115116
Binary11110010100110101100010001001001001110110100101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AC4; }

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

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

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

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

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

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

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

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