Shades of Shocking #F299CA
Tints of Shocking #F299CA
RGB
CMYK
RGB Variations
Color information
#F299CA (or 0xF299CA) is known color: Shocking. HEX triplet: F2, 99 and CA. RGB value is (242,153,202). Sum of RGB (Red+Green+Blue) = 242+153+202=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 153 (60.16% from 255 or 25.63% from 597); Blue value is 202 (79.30% from 255 or 33.84% from 597); Max value from RGB is 242 - color contains mainly: red. Hex color #F299CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F299CA is #0D6635. Grayscale: #B9B9B9. Windows color (decimal): -878134 or 13277682. OLE color: 13277682.
HSL color Cylindrical-coordinate representation of color #F299CA: hue angle of 326.97º 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 #F299CA is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 153 | 202 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.05 |
| HSL | 326.97º | 0.77% | 0.77% | - |
| HSV(B) | 326.97º | 0.37% | 0.95% | - |
| XYZ | 58.67 | 45.92 | 61.65 | - |
| YUV | 185.2 | 137.49 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 153 | 202 | 0 | 0.37 | 0.17 | 0.05 | 326.97 | 0.77 | 0.77 |
| Hex | F2 | 99 | CA | 0 | 25 | 11 | 5 | 147 | 4D | 4D |
| Octal | 362 | 231 | 312 | 0 | 45 | 21 | 5 | 507 | 115 | 115 |
| Binary | 11110010 | 10011001 | 11001010 | 0 | 100101 | 10001 | 101 | 101000111 | 1001101 | 1001101 |
Color Harmonies of #F299CA
Complementary color
Monochromatic Colors of #F299CA
Black with #F299CA
Text Example
Text Example
White with #F299CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F299CA; }
p { color: rgb(242,153,202); }
H1.HeaderClassName
{
color: #F299CA;
}
.AnyTagClassName
{
color: #F299CA;
}
</style>
background-color css
<style>
a { background-color: #F299CA; }
a { background-color: rgb(242,153,202); }
div.DivClassName
{
background-color: #F299CA;
}
.BgClassName
{
background-color: #F299CA;
}
</style>
border-color css
<style>
span { border-color: #F299CA; }
span { border-color: rgb(242,153,202); }
td.TdClassName
{
border-color: #F299CA;
}
.TagClassName
{
border-color: #F299CA;
}
</style>