#F29FCC

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

Shades of Shocking #F29FCC

Tints of Shocking #F29FCC

Color information

#F29FCC (or 0xF29FCC) is unknown color: approx Shocking. HEX triplet: F2, 9F and CC. RGB value is (242,159,204). Sum of RGB (Red+Green+Blue) = 242+159+204=605 (80% of max value = 765). Red value is 242 (94.92% from 255 or 40% from 605); Green value is 159 (62.5% from 255 or 26.28% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 242 - color contains mainly: red. Hex color #F29FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29FCC is #0D6033. Grayscale: #BCBCBC. Windows color (decimal): -876596 or 13410290. OLE color: 13410290.

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

Color convert

RGB242159204-
CMYK00.340.160.05
HSL327.47º76.15%78.63%-
HSV(B)327.47º34.3%94.9%-
XYZ59.9248.0363.24-
YUV188.95136.5165.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40%
GREEN value IS 159 (62.5% from 255) = 26.28%
BLUE value IS 204 (80.08% from 255) = 33.72%
R=40%
G=26.28%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215920400.340.160.05327.4776.1578.63
HexF29FCC0221051474c4f
Octal362237314042205507114117
Binary11110010100111111100110001000101000010110100011110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29FCC; }

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

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

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

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

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

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

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

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