#F29EC4

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

Shades of Shocking #F29EC4

Tints of Shocking #F29EC4

Color information

#F29EC4 (or 0xF29EC4) is unknown color: approx Shocking. HEX triplet: F2, 9E and C4. RGB value is (242,158,196). Sum of RGB (Red+Green+Blue) = 242+158+196=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 196 (76.95% from 255 or 32.89% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EC4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EC4 is #0D613B. Grayscale: #BBBBBB. Windows color (decimal): -876860 or 12885746. OLE color: 12885746.

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

Color convert

RGB242158196-
CMYK00.350.190.05
HSL332.86º76.36%78.43%-
HSV(B)332.86º34.71%94.9%-
XYZ58.8147.3258.26-
YUV187.45132.83166.91-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.60%
GREEN value IS 158 (62.11% from 255) = 26.51%
BLUE value IS 196 (76.95% from 255) = 32.89%
R=40.60%
G=26.51%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215819600.350.190.05332.8676.3678.43
HexF29EC402313514d4c4e
Octal362236304043235515114116
Binary11110010100111101100010001000111001110110100110110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29EC4; }

 p { color: rgb(242,158,196); }

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

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

 a { background-color: rgb(242,158,196); }

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

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

 span { border-color: rgb(242,158,196); }

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