Shades of Shocking #F298CA
Tints of Shocking #F298CA
RGB
CMYK
RGB Variations
Color information
#F298CA (or 0xF298CA) is known color: Shocking. HEX triplet: F2, 98 and CA. RGB value is (242,152,202). Sum of RGB (Red+Green+Blue) = 242+152+202=596 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.60% from 596); Green value is 152 (59.77% from 255 or 25.50% from 596); Blue value is 202 (79.30% from 255 or 33.89% from 596); Max value from RGB is 242 - color contains mainly: red. Hex color #F298CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F298CA is #0D6735. Grayscale: #B8B8B8. Windows color (decimal): -878390 or 13277426. OLE color: 13277426.
HSL color Cylindrical-coordinate representation of color #F298CA: hue angle of 326.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 #F298CA is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 152 | 202 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.05 |
| HSL | 326.67º | 0.78% | 0.77% | - |
| HSV(B) | 326.67º | 0.37% | 0.95% | - |
| XYZ | 58.51 | 45.6 | 61.59 | - |
| YUV | 184.61 | 137.82 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 152 | 202 | 0 | 0.37 | 0.17 | 0.05 | 326.67 | 0.78 | 0.77 |
| Hex | F2 | 98 | CA | 0 | 25 | 11 | 5 | 147 | 4E | 4D |
| Octal | 362 | 230 | 312 | 0 | 45 | 21 | 5 | 507 | 116 | 115 |
| Binary | 11110010 | 10011000 | 11001010 | 0 | 100101 | 10001 | 101 | 101000111 | 1001110 | 1001101 |
Color Harmonies of #F298CA
Complementary color
Monochromatic Colors of #F298CA
Black with #F298CA
Text Example
Text Example
White with #F298CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F298CA; }
p { color: rgb(242,152,202); }
H1.HeaderClassName
{
color: #F298CA;
}
.AnyTagClassName
{
color: #F298CA;
}
</style>
background-color css
<style>
a { background-color: #F298CA; }
a { background-color: rgb(242,152,202); }
div.DivClassName
{
background-color: #F298CA;
}
.BgClassName
{
background-color: #F298CA;
}
</style>
border-color css
<style>
span { border-color: #F298CA; }
span { border-color: rgb(242,152,202); }
td.TdClassName
{
border-color: #F298CA;
}
.TagClassName
{
border-color: #F298CA;
}
</style>