Shades of Shocking #F29ABB
Tints of Shocking #F29ABB
RGB
CMYK
RGB Variations
Color information
#F29ABB (or 0xF29ABB) is known color: Shocking. HEX triplet: F2, 9A and BB. RGB value is (242,154,187). Sum of RGB (Red+Green+Blue) = 242+154+187=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ABB is #0D6544. Grayscale: #B8B8B8. Windows color (decimal): -877893 or 12294898. OLE color: 12294898.
HSL color Cylindrical-coordinate representation of color #F29ABB: hue angle of 337.5º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29ABB is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 154 | 187 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.05 |
| HSL | 337.5º | 0.77% | 0.78% | - |
| HSV(B) | 337.5º | 0.36% | 0.95% | - |
| XYZ | 57.14 | 45.58 | 52.8 | - |
| YUV | 184.07 | 129.65 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 154 | 187 | 0 | 0.36 | 0.23 | 0.05 | 337.5 | 0.77 | 0.78 |
| Hex | F2 | 9A | BB | 0 | 24 | 17 | 5 | 152 | 4D | 4E |
| Octal | 362 | 232 | 273 | 0 | 44 | 27 | 5 | 522 | 115 | 116 |
| Binary | 11110010 | 10011010 | 10111011 | 0 | 100100 | 10111 | 101 | 101010010 | 1001101 | 1001110 |
Color Harmonies of #F29ABB
Complementary color
Monochromatic Colors of #F29ABB
Black with #F29ABB
Text Example
Text Example
White with #F29ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ABB; }
p { color: rgb(242,154,187); }
H1.HeaderClassName
{
color: #F29ABB;
}
.AnyTagClassName
{
color: #F29ABB;
}
</style>
background-color css
<style>
a { background-color: #F29ABB; }
a { background-color: rgb(242,154,187); }
div.DivClassName
{
background-color: #F29ABB;
}
.BgClassName
{
background-color: #F29ABB;
}
</style>
border-color css
<style>
span { border-color: #F29ABB; }
span { border-color: rgb(242,154,187); }
td.TdClassName
{
border-color: #F29ABB;
}
.TagClassName
{
border-color: #F29ABB;
}
</style>