#F29DC8

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

Shades of Shocking #F29DC8

Tints of Shocking #F29DC8

Color information

#F29DC8 (or 0xF29DC8) is unknown color: approx Shocking. HEX triplet: F2, 9D and C8. RGB value is (242,157,200). Sum of RGB (Red+Green+Blue) = 242+157+200=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 157 (61.72% from 255 or 26.21% from 599); Blue value is 200 (78.52% from 255 or 33.39% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DC8 is #0D6237. Grayscale: #BBBBBB. Windows color (decimal): -877112 or 13147634. OLE color: 13147634.

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

Color convert

RGB242157200-
CMYK00.350.170.05
HSL329.65º76.58%78.24%-
HSV(B)329.65º35.12%94.9%-
XYZ59.147.1660.63-
YUV187.32135.16167-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.40%
GREEN value IS 157 (61.72% from 255) = 26.21%
BLUE value IS 200 (78.52% from 255) = 33.39%
R=40.40%
G=26.21%
B=33.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215720000.350.170.05329.6576.5878.24
HexF29DC802311514a4d4e
Octal362235310043215512115116
Binary11110010100111011100100001000111000110110100101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DC8; }

 p { color: rgb(242,157,200); }

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

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

 a { background-color: rgb(242,157,200); }

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

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

 span { border-color: rgb(242,157,200); }

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