#F29FC7

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

Shades of Shocking #F29FC7

Tints of Shocking #F29FC7

Color information

#F29FC7 (or 0xF29FC7) is unknown color: approx Shocking. HEX triplet: F2, 9F and C7. RGB value is (242,159,199). Sum of RGB (Red+Green+Blue) = 242+159+199=600 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.33% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 199 (78.12% from 255 or 33.17% from 600); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FC7 is #0D6038. Grayscale: #BCBCBC. Windows color (decimal): -876601 or 13082610. OLE color: 13082610.

HSL color Cylindrical-coordinate representation of color #F29FC7: hue angle of 331.08º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F29FC7 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.05.

Color convert

RGB242159199-
CMYK00.340.180.05
HSL331.08º76.15%78.63%-
HSV(B)331.08º34.3%94.9%-
XYZ59.3247.860.13-
YUV188.38134166.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.33%
GREEN value IS 159 (62.5% from 255) = 26.5%
BLUE value IS 199 (78.12% from 255) = 33.17%
R=40.33%
G=26.5%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215919900.340.180.05331.0876.1578.63
HexF29FC702212514b4c4f
Octal362237307042225513114117
Binary11110010100111111100011101000101001010110100101110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FC7; }

 p { color: rgb(242,159,199); }

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

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

 a { background-color: rgb(242,159,199); }

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

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

 span { border-color: rgb(242,159,199); }

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