#F29DC6

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

Shades of Shocking #F29DC6

Tints of Shocking #F29DC6

Color information

#F29DC6 (or 0xF29DC6) is unknown color: approx Shocking. HEX triplet: F2, 9D and C6. RGB value is (242,157,198). Sum of RGB (Red+Green+Blue) = 242+157+198=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 157 (61.72% from 255 or 26.30% from 597); Blue value is 198 (77.73% from 255 or 33.17% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DC6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DC6 is #0D6239. Grayscale: #BBBBBB. Windows color (decimal): -877114 or 13016562. OLE color: 13016562.

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

Color convert

RGB242157198-
CMYK00.350.180.05
HSL331.06º76.58%78.24%-
HSV(B)331.06º35.12%94.9%-
XYZ58.8747.0759.41-
YUV187.09134.16167.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.54%
GREEN value IS 157 (61.72% from 255) = 26.30%
BLUE value IS 198 (77.73% from 255) = 33.17%
R=40.54%
G=26.30%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215719800.350.180.05331.0676.5878.24
HexF29DC602312514b4d4e
Octal362235306043225513115116
Binary11110010100111011100011001000111001010110100101110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DC6; }

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

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

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

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

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

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

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

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