Shades of Shocking #F298CC
Tints of Shocking #F298CC
RGB
CMYK
RGB Variations
Color information
#F298CC (or 0xF298CC) is known color: Shocking. HEX triplet: F2, 98 and CC. RGB value is (242,152,204). Sum of RGB (Red+Green+Blue) = 242+152+204=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 152 (59.77% from 255 or 25.42% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F298CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298CC is #0D6733. Grayscale: #B8B8B8. Windows color (decimal): -878388 or 13408498. OLE color: 13408498.
HSL color Cylindrical-coordinate representation of color #F298CC: hue angle of 325.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 #F298CC is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 204 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.05 |
| HSL | 325.33º | 0.78% | 0.77% | - |
| HSV(B) | 325.33º | 0.37% | 0.95% | - |
| XYZ | 58.75 | 45.69 | 62.85 | - |
| YUV | 184.84 | 138.82 | 168.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 204 | 0 | 0.37 | 0.16 | 0.05 | 325.33 | 0.78 | 0.77 |
| Hex | F2 | 98 | CC | 0 | 25 | 10 | 5 | 145 | 4E | 4D |
| Octal | 362 | 230 | 314 | 0 | 45 | 20 | 5 | 505 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11001100 | 0 | 100101 | 10000 | 101 | 101000101 | 1001110 | 1001101 |
Color Harmonies of #F298CC
Complementary color
Monochromatic Colors of #F298CC
Black with #F298CC
Text Example
Text Example
White with #F298CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298CC; }
p { color: rgb(242,152,204); }
H1.HeaderClassName
{
color: #F298CC;
}
.AnyTagClassName
{
color: #F298CC;
}
</style>
background-color css
<style>
a { background-color: #F298CC; }
a { background-color: rgb(242,152,204); }
div.DivClassName
{
background-color: #F298CC;
}
.BgClassName
{
background-color: #F298CC;
}
</style>
border-color css
<style>
span { border-color: #F298CC; }
span { border-color: rgb(242,152,204); }
td.TdClassName
{
border-color: #F298CC;
}
.TagClassName
{
border-color: #F298CC;
}
</style>