#F29DCA

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

Shades of Shocking #F29DCA

Tints of Shocking #F29DCA

Color information

#F29DCA (or 0xF29DCA) is unknown color: approx Shocking. HEX triplet: F2, 9D and CA. RGB value is (242,157,202). Sum of RGB (Red+Green+Blue) = 242+157+202=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 157 (61.72% from 255 or 26.12% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DCA is #0D6235. Grayscale: #BBBBBB. Windows color (decimal): -877110 or 13278706. OLE color: 13278706.

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

Color convert

RGB242157202-
CMYK00.350.170.05
HSL328.24º76.58%78.24%-
HSV(B)328.24º35.12%94.9%-
XYZ59.3447.2661.87-
YUV187.54136.16166.84-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 157 (61.72% from 255) = 26.12%
BLUE value IS 202 (79.30% from 255) = 33.61%
R=40.27%
G=26.12%
B=33.61%

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
Decimal24215720200.350.170.05328.2476.5878.24
HexF29DCA0231151484d4e
Octal362235312043215510115116
Binary11110010100111011100101001000111000110110100100010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DCA; }

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

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

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

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

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

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

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

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