Shades of Shocking #F298BA
Tints of Shocking #F298BA
RGB
CMYK
RGB Variations
Color information
#F298BA (or 0xF298BA) is known color: Shocking. HEX triplet: F2, 98 and BA. RGB value is (242,152,186). Sum of RGB (Red+Green+Blue) = 242+152+186=580 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.72% from 580); Green value is 152 (59.77% from 255 or 26.21% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 242 - color contains mainly: red. Hex color #F298BA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298BA is #0D6745. Grayscale: #B6B6B6. Windows color (decimal): -878406 or 12228850. OLE color: 12228850.
HSL color Cylindrical-coordinate representation of color #F298BA: hue angle of 337.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 #F298BA is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 186 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.05 |
| HSL | 337.33º | 0.78% | 0.77% | - |
| HSV(B) | 337.33º | 0.37% | 0.95% | - |
| XYZ | 56.71 | 44.88 | 52.13 | - |
| YUV | 182.79 | 129.82 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 186 | 0 | 0.37 | 0.23 | 0.05 | 337.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | BA | 0 | 25 | 17 | 5 | 151 | 4E | 4D |
| Octal | 362 | 230 | 272 | 0 | 45 | 27 | 5 | 521 | 116 | 115 |
| Binary | 11110010 | 10011000 | 10111010 | 0 | 100101 | 10111 | 101 | 101010001 | 1001110 | 1001101 |
Color Harmonies of #F298BA
Complementary color
Monochromatic Colors of #F298BA
Black with #F298BA
Text Example
Text Example
White with #F298BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298BA; }
p { color: rgb(242,152,186); }
H1.HeaderClassName
{
color: #F298BA;
}
.AnyTagClassName
{
color: #F298BA;
}
</style>
background-color css
<style>
a { background-color: #F298BA; }
a { background-color: rgb(242,152,186); }
div.DivClassName
{
background-color: #F298BA;
}
.BgClassName
{
background-color: #F298BA;
}
</style>
border-color css
<style>
span { border-color: #F298BA; }
span { border-color: rgb(242,152,186); }
td.TdClassName
{
border-color: #F298BA;
}
.TagClassName
{
border-color: #F298BA;
}
</style>