#F29AC5

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

Shades of Shocking #F29AC5

Tints of Shocking #F29AC5

Color information

#F29AC5 (or 0xF29AC5) is unknown color: approx Shocking. HEX triplet: F2, 9A and C5. RGB value is (242,154,197). Sum of RGB (Red+Green+Blue) = 242+154+197=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 154 (60.55% from 255 or 25.97% from 593); Blue value is 197 (77.34% from 255 or 33.22% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F29AC5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29AC5 is #0D653A. Grayscale: #B9B9B9. Windows color (decimal): -877883 or 12950258. OLE color: 12950258.

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

Color convert

RGB242154197-
CMYK00.360.190.05
HSL330.68º77.19%77.65%-
HSV(B)330.68º36.36%94.9%-
XYZ58.2546.0258.64-
YUV185.21134.65168.5-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.81%
GREEN value IS 154 (60.55% from 255) = 25.97%
BLUE value IS 197 (77.34% from 255) = 33.22%
R=40.81%
G=25.97%
B=33.22%

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
Decimal24215419700.360.190.05330.6877.1977.65
HexF29AC502413514b4d4e
Octal362232305044235513115116
Binary11110010100110101100010101001001001110110100101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29AC5; }

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

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

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

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

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

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

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

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