Shades of Shocking #F298BD
Tints of Shocking #F298BD
RGB
CMYK
RGB Variations
Color information
#F298BD (or 0xF298BD) is known color: Shocking. HEX triplet: F2, 98 and BD. RGB value is (242,152,189). Sum of RGB (Red+Green+Blue) = 242+152+189=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 242 - color contains mainly: red. Hex color #F298BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298BD is #0D6742. Grayscale: #B7B7B7. Windows color (decimal): -878403 or 12425458. OLE color: 12425458.
HSL color Cylindrical-coordinate representation of color #F298BD: hue angle of 335.33º 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 #F298BD is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 189 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.05 |
| HSL | 335.33º | 0.78% | 0.77% | - |
| HSV(B) | 335.33º | 0.37% | 0.95% | - |
| XYZ | 57.03 | 45.01 | 53.83 | - |
| YUV | 183.13 | 131.32 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 189 | 0 | 0.37 | 0.22 | 0.05 | 335.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | BD | 0 | 25 | 16 | 5 | 14F | 4E | 4D |
| Octal | 362 | 230 | 275 | 0 | 45 | 26 | 5 | 517 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10111101 | 0 | 100101 | 10110 | 101 | 101001111 | 1001110 | 1001101 |
Color Harmonies of #F298BD
Complementary color
Monochromatic Colors of #F298BD
Black with #F298BD
Text Example
Text Example
White with #F298BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298BD; }
p { color: rgb(242,152,189); }
H1.HeaderClassName
{
color: #F298BD;
}
.AnyTagClassName
{
color: #F298BD;
}
</style>
background-color css
<style>
a { background-color: #F298BD; }
a { background-color: rgb(242,152,189); }
div.DivClassName
{
background-color: #F298BD;
}
.BgClassName
{
background-color: #F298BD;
}
</style>
border-color css
<style>
span { border-color: #F298BD; }
span { border-color: rgb(242,152,189); }
td.TdClassName
{
border-color: #F298BD;
}
.TagClassName
{
border-color: #F298BD;
}
</style>