Shades of Shocking #F299CC
Tints of Shocking #F299CC
RGB
CMYK
RGB Variations
Color information
#F299CC (or 0xF299CC) is known color: Shocking. HEX triplet: F2, 99 and CC. RGB value is (242,153,204). Sum of RGB (Red+Green+Blue) = 242+153+204=599 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.40% from 599); Green value is 153 (60.16% from 255 or 25.54% from 599); Blue value is 204 (80.08% from 255 or 34.06% from 599); Max value from RGB is 242 - color contains mainly: red. Hex color #F299CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299CC is #0D6633. Grayscale: #B9B9B9. Windows color (decimal): -878132 or 13408754. OLE color: 13408754.
HSL color Cylindrical-coordinate representation of color #F299CC: hue angle of 325.62º 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 #F299CC is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 204 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.05 |
| HSL | 325.62º | 0.77% | 0.77% | - |
| HSV(B) | 325.62º | 0.37% | 0.95% | - |
| XYZ | 58.91 | 46.02 | 62.9 | - |
| YUV | 185.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 204 | 0 | 0.37 | 0.16 | 0.05 | 325.62 | 0.77 | 0.77 |
| Hex | F2 | 99 | CC | 0 | 25 | 10 | 5 | 146 | 4D | 4D |
| Octal | 362 | 231 | 314 | 0 | 45 | 20 | 5 | 506 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11001100 | 0 | 100101 | 10000 | 101 | 101000110 | 1001101 | 1001101 |
Color Harmonies of #F299CC
Complementary color
Monochromatic Colors of #F299CC
Black with #F299CC
Text Example
Text Example
White with #F299CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299CC; }
p { color: rgb(242,153,204); }
H1.HeaderClassName
{
color: #F299CC;
}
.AnyTagClassName
{
color: #F299CC;
}
</style>
background-color css
<style>
a { background-color: #F299CC; }
a { background-color: rgb(242,153,204); }
div.DivClassName
{
background-color: #F299CC;
}
.BgClassName
{
background-color: #F299CC;
}
</style>
border-color css
<style>
span { border-color: #F299CC; }
span { border-color: rgb(242,153,204); }
td.TdClassName
{
border-color: #F299CC;
}
.TagClassName
{
border-color: #F299CC;
}
</style>