Shades of Shocking #F298C0
Tints of Shocking #F298C0
RGB
CMYK
RGB Variations
Color information
#F298C0 (or 0xF298C0) is known color: Shocking. HEX triplet: F2, 98 and C0. RGB value is (242,152,192). Sum of RGB (Red+Green+Blue) = 242+152+192=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F298C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298C0 is #0D673F. Grayscale: #B7B7B7. Windows color (decimal): -878400 or 12622066. OLE color: 12622066.
HSL color Cylindrical-coordinate representation of color #F298C0: hue angle of 333.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 #F298C0 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 192 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.05 |
| HSL | 333.33º | 0.78% | 0.77% | - |
| HSV(B) | 333.33º | 0.37% | 0.95% | - |
| XYZ | 57.36 | 45.14 | 55.56 | - |
| YUV | 183.47 | 132.82 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 192 | 0 | 0.37 | 0.21 | 0.05 | 333.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | C0 | 0 | 25 | 15 | 5 | 14D | 4E | 4D |
| Octal | 362 | 230 | 300 | 0 | 45 | 25 | 5 | 515 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11000000 | 0 | 100101 | 10101 | 101 | 101001101 | 1001110 | 1001101 |
Color Harmonies of #F298C0
Complementary color
Monochromatic Colors of #F298C0
Black with #F298C0
Text Example
Text Example
White with #F298C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298C0; }
p { color: rgb(242,152,192); }
H1.HeaderClassName
{
color: #F298C0;
}
.AnyTagClassName
{
color: #F298C0;
}
</style>
background-color css
<style>
a { background-color: #F298C0; }
a { background-color: rgb(242,152,192); }
div.DivClassName
{
background-color: #F298C0;
}
.BgClassName
{
background-color: #F298C0;
}
</style>
border-color css
<style>
span { border-color: #F298C0; }
span { border-color: rgb(242,152,192); }
td.TdClassName
{
border-color: #F298C0;
}
.TagClassName
{
border-color: #F298C0;
}
</style>