Shades of Shocking #F296C9
Tints of Shocking #F296C9
RGB
CMYK
RGB Variations
Color information
#F296C9 (or 0xF296C9) is known color: Shocking. HEX triplet: F2, 96 and C9. RGB value is (242,150,201). Sum of RGB (Red+Green+Blue) = 242+150+201=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 150 (58.98% from 255 or 25.30% from 593); Blue value is 201 (78.91% from 255 or 33.90% from 593); Max value from RGB is 242 - color contains mainly: red. Hex color #F296C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296C9 is #0D6936. Grayscale: #B7B7B7. Windows color (decimal): -878903 or 13211378. OLE color: 13211378.
HSL color Cylindrical-coordinate representation of color #F296C9: hue angle of 326.74º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296C9 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 201 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.05 |
| HSL | 326.74º | 0.78% | 0.77% | - |
| HSV(B) | 326.74º | 0.38% | 0.95% | - |
| XYZ | 58.07 | 44.91 | 60.87 | - |
| YUV | 183.32 | 137.98 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 201 | 0 | 0.38 | 0.17 | 0.05 | 326.74 | 0.78 | 0.77 |
| Hex | F2 | 96 | C9 | 0 | 26 | 11 | 5 | 147 | 4E | 4D |
| Octal | 362 | 226 | 311 | 0 | 46 | 21 | 5 | 507 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11001001 | 0 | 100110 | 10001 | 101 | 101000111 | 1001110 | 1001101 |
Color Harmonies of #F296C9
Complementary color
Monochromatic Colors of #F296C9
Black with #F296C9
Text Example
Text Example
White with #F296C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296C9; }
p { color: rgb(242,150,201); }
H1.HeaderClassName
{
color: #F296C9;
}
.AnyTagClassName
{
color: #F296C9;
}
</style>
background-color css
<style>
a { background-color: #F296C9; }
a { background-color: rgb(242,150,201); }
div.DivClassName
{
background-color: #F296C9;
}
.BgClassName
{
background-color: #F296C9;
}
</style>
border-color css
<style>
span { border-color: #F296C9; }
span { border-color: rgb(242,150,201); }
td.TdClassName
{
border-color: #F296C9;
}
.TagClassName
{
border-color: #F296C9;
}
</style>