Shades of Shocking #F299CE
Tints of Shocking #F299CE
RGB
CMYK
RGB Variations
Color information
#F299CE (or 0xF299CE) is known color: Shocking. HEX triplet: F2, 99 and CE. RGB value is (242,153,206). Sum of RGB (Red+Green+Blue) = 242+153+206=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 153 (60.16% from 255 or 25.46% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F299CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299CE is #0D6631. Grayscale: #B9B9B9. Windows color (decimal): -878130 or 13539826. OLE color: 13539826.
HSL color Cylindrical-coordinate representation of color #F299CE: hue angle of 324.27º 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 #F299CE is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 206 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.05 |
| HSL | 324.27º | 0.77% | 0.77% | - |
| HSV(B) | 324.27º | 0.37% | 0.95% | - |
| XYZ | 59.15 | 46.12 | 64.18 | - |
| YUV | 185.65 | 139.49 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 206 | 0 | 0.37 | 0.15 | 0.05 | 324.27 | 0.77 | 0.77 |
| Hex | F2 | 99 | CE | 0 | 25 | F | 5 | 144 | 4D | 4D |
| Octal | 362 | 231 | 316 | 0 | 45 | 17 | 5 | 504 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11001110 | 0 | 100101 | 1111 | 101 | 101000100 | 1001101 | 1001101 |
Color Harmonies of #F299CE
Complementary color
Monochromatic Colors of #F299CE
Black with #F299CE
Text Example
Text Example
White with #F299CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299CE; }
p { color: rgb(242,153,206); }
H1.HeaderClassName
{
color: #F299CE;
}
.AnyTagClassName
{
color: #F299CE;
}
</style>
background-color css
<style>
a { background-color: #F299CE; }
a { background-color: rgb(242,153,206); }
div.DivClassName
{
background-color: #F299CE;
}
.BgClassName
{
background-color: #F299CE;
}
</style>
border-color css
<style>
span { border-color: #F299CE; }
span { border-color: rgb(242,153,206); }
td.TdClassName
{
border-color: #F299CE;
}
.TagClassName
{
border-color: #F299CE;
}
</style>