Shades of Shocking #F298BB
Tints of Shocking #F298BB
RGB
CMYK
RGB Variations
Color information
#F298BB (or 0xF298BB) is known color: Shocking. HEX triplet: F2, 98 and BB. RGB value is (242,152,187). Sum of RGB (Red+Green+Blue) = 242+152+187=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 187 (73.44% from 255 or 32.19% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F298BB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298BB is #0D6744. Grayscale: #B6B6B6. Windows color (decimal): -878405 or 12294386. OLE color: 12294386.
HSL color Cylindrical-coordinate representation of color #F298BB: hue angle of 336.67º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F298BB is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 187 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.05 |
| HSL | 336.67º | 0.78% | 0.77% | - |
| HSV(B) | 336.67º | 0.37% | 0.95% | - |
| XYZ | 56.82 | 44.92 | 52.69 | - |
| YUV | 182.9 | 130.32 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 187 | 0 | 0.37 | 0.23 | 0.05 | 336.67 | 0.78 | 0.77 |
| Hex | F2 | 98 | BB | 0 | 25 | 17 | 5 | 151 | 4E | 4D |
| Octal | 362 | 230 | 273 | 0 | 45 | 27 | 5 | 521 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10111011 | 0 | 100101 | 10111 | 101 | 101010001 | 1001110 | 1001101 |
Color Harmonies of #F298BB
Complementary color
Monochromatic Colors of #F298BB
Black with #F298BB
Text Example
Text Example
White with #F298BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298BB; }
p { color: rgb(242,152,187); }
H1.HeaderClassName
{
color: #F298BB;
}
.AnyTagClassName
{
color: #F298BB;
}
</style>
background-color css
<style>
a { background-color: #F298BB; }
a { background-color: rgb(242,152,187); }
div.DivClassName
{
background-color: #F298BB;
}
.BgClassName
{
background-color: #F298BB;
}
</style>
border-color css
<style>
span { border-color: #F298BB; }
span { border-color: rgb(242,152,187); }
td.TdClassName
{
border-color: #F298BB;
}
.TagClassName
{
border-color: #F298BB;
}
</style>