#F29DBB

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

Shades of Shocking #F29DBB

Tints of Shocking #F29DBB

Color information

#F29DBB (or 0xF29DBB) is unknown color: approx Shocking. HEX triplet: F2, 9D and BB. RGB value is (242,157,187). Sum of RGB (Red+Green+Blue) = 242+157+187=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 157 (61.72% from 255 or 26.79% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DBB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DBB is #0D6244. Grayscale: #B9B9B9. Windows color (decimal): -877125 or 12295666. OLE color: 12295666.

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

Color convert

RGB242157187-
CMYK00.350.230.05
HSL338.82º76.58%78.24%-
HSV(B)338.82º35.12%94.9%-
XYZ57.6446.5852.97-
YUV185.84128.66168.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 41.30%
GREEN value IS 157 (61.72% from 255) = 26.79%
BLUE value IS 187 (73.44% from 255) = 31.91%
R=41.30%
G=26.79%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215718700.350.230.05338.8276.5878.24
HexF29DBB0231751534d4e
Octal362235273043275523115116
Binary11110010100111011011101101000111011110110101001110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29DBB; }

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

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

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

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

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

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

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

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