Shades of Shocking #F29DBB
Tints of Shocking #F29DBB
RGB
CMYK
RGB Variations
Color information
#F29DBB (or 0xF29DBB) is known color: 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
| RGB | 242 | 157 | 187 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.05 |
| HSL | 338.82º | 0.77% | 0.78% | - |
| HSV(B) | 338.82º | 0.35% | 0.95% | - |
| XYZ | 57.64 | 46.58 | 52.97 | - |
| YUV | 185.84 | 128.66 | 168.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 187 | 0 | 0.35 | 0.23 | 0.05 | 338.82 | 0.77 | 0.78 |
| Hex | F2 | 9D | BB | 0 | 23 | 17 | 5 | 153 | 4D | 4E |
| Octal | 362 | 235 | 273 | 0 | 43 | 27 | 5 | 523 | 115 | 116 |
| Binary | 11110010 | 10011101 | 10111011 | 0 | 100011 | 10111 | 101 | 101010011 | 1001101 | 1001110 |
Color Harmonies of #F29DBB
Complementary color
Monochromatic Colors of #F29DBB
Black with #F29DBB
Text Example
Text Example
White with #F29DBB
Text Example
Text Example
HTML Codes & Css Web 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>