Shades of Shocking #F299D0
Tints of Shocking #F299D0
RGB
CMYK
RGB Variations
Color information
#F299D0 (or 0xF299D0) is known color: Shocking. HEX triplet: F2, 99 and D0. RGB value is (242,153,208). Sum of RGB (Red+Green+Blue) = 242+153+208=603 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.13% from 603); Green value is 153 (60.16% from 255 or 25.37% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 242 - color contains mainly: red. Hex color #F299D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299D0 is #0D662F. Grayscale: #B9B9B9. Windows color (decimal): -878128 or 13670898. OLE color: 13670898.
HSL color Cylindrical-coordinate representation of color #F299D0: hue angle of 322.92º 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 #F299D0 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 208 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.05 |
| HSL | 322.92º | 0.77% | 0.77% | - |
| HSV(B) | 322.92º | 0.37% | 0.95% | - |
| XYZ | 59.39 | 46.21 | 65.46 | - |
| YUV | 185.88 | 140.49 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 208 | 0 | 0.37 | 0.14 | 0.05 | 322.92 | 0.77 | 0.77 |
| Hex | F2 | 99 | D0 | 0 | 25 | E | 5 | 143 | 4D | 4D |
| Octal | 362 | 231 | 320 | 0 | 45 | 16 | 5 | 503 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11010000 | 0 | 100101 | 1110 | 101 | 101000011 | 1001101 | 1001101 |
Color Harmonies of #F299D0
Complementary color
Monochromatic Colors of #F299D0
Black with #F299D0
Text Example
Text Example
White with #F299D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299D0; }
p { color: rgb(242,153,208); }
H1.HeaderClassName
{
color: #F299D0;
}
.AnyTagClassName
{
color: #F299D0;
}
</style>
background-color css
<style>
a { background-color: #F299D0; }
a { background-color: rgb(242,153,208); }
div.DivClassName
{
background-color: #F299D0;
}
.BgClassName
{
background-color: #F299D0;
}
</style>
border-color css
<style>
span { border-color: #F299D0; }
span { border-color: rgb(242,153,208); }
td.TdClassName
{
border-color: #F299D0;
}
.TagClassName
{
border-color: #F299D0;
}
</style>