Shades of Shocking #F299C0
Tints of Shocking #F299C0
RGB
CMYK
RGB Variations
Color information
#F299C0 (or 0xF299C0) is known color: Shocking. HEX triplet: F2, 99 and C0. RGB value is (242,153,192). Sum of RGB (Red+Green+Blue) = 242+153+192=587 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.23% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 192 (75.39% from 255 or 32.71% from 587); Max value from RGB is 242 - color contains mainly: red. Hex color #F299C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299C0 is #0D663F. Grayscale: #B7B7B7. Windows color (decimal): -878144 or 12622322. OLE color: 12622322.
HSL color Cylindrical-coordinate representation of color #F299C0: hue angle of 333.71º degrees, saturation: 0.77, 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 #F299C0 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 192 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.05 |
| HSL | 333.71º | 0.77% | 0.77% | - |
| HSV(B) | 333.71º | 0.37% | 0.95% | - |
| XYZ | 57.52 | 45.47 | 55.61 | - |
| YUV | 184.06 | 132.49 | 169.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 192 | 0 | 0.37 | 0.21 | 0.05 | 333.71 | 0.77 | 0.77 |
| Hex | F2 | 99 | C0 | 0 | 25 | 15 | 5 | 14E | 4D | 4D |
| Octal | 362 | 231 | 300 | 0 | 45 | 25 | 5 | 516 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11000000 | 0 | 100101 | 10101 | 101 | 101001110 | 1001101 | 1001101 |
Color Harmonies of #F299C0
Complementary color
Monochromatic Colors of #F299C0
Black with #F299C0
Text Example
Text Example
White with #F299C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299C0; }
p { color: rgb(242,153,192); }
H1.HeaderClassName
{
color: #F299C0;
}
.AnyTagClassName
{
color: #F299C0;
}
</style>
background-color css
<style>
a { background-color: #F299C0; }
a { background-color: rgb(242,153,192); }
div.DivClassName
{
background-color: #F299C0;
}
.BgClassName
{
background-color: #F299C0;
}
</style>
border-color css
<style>
span { border-color: #F299C0; }
span { border-color: rgb(242,153,192); }
td.TdClassName
{
border-color: #F299C0;
}
.TagClassName
{
border-color: #F299C0;
}
</style>