Shades of Shocking #F296CE
Tints of Shocking #F296CE
RGB
CMYK
RGB Variations
Color information
#F296CE (or 0xF296CE) is known color: Shocking. HEX triplet: F2, 96 and CE. RGB value is (242,150,206). Sum of RGB (Red+Green+Blue) = 242+150+206=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 150 (58.98% from 255 or 25.08% from 598); Blue value is 206 (80.86% from 255 or 34.45% from 598); Max value from RGB is 242 - color contains mainly: red. Hex color #F296CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296CE is #0D6931. Grayscale: #B7B7B7. Windows color (decimal): -878898 or 13539058. OLE color: 13539058.
HSL color Cylindrical-coordinate representation of color #F296CE: hue angle of 323.48º 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 #F296CE is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 206 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.05 |
| HSL | 323.48º | 0.78% | 0.77% | - |
| HSV(B) | 323.48º | 0.38% | 0.95% | - |
| XYZ | 58.66 | 45.15 | 64.01 | - |
| YUV | 183.89 | 140.48 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 206 | 0 | 0.38 | 0.15 | 0.05 | 323.48 | 0.78 | 0.77 |
| Hex | F2 | 96 | CE | 0 | 26 | F | 5 | 143 | 4E | 4D |
| Octal | 362 | 226 | 316 | 0 | 46 | 17 | 5 | 503 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11001110 | 0 | 100110 | 1111 | 101 | 101000011 | 1001110 | 1001101 |
Color Harmonies of #F296CE
Complementary color
Monochromatic Colors of #F296CE
Black with #F296CE
Text Example
Text Example
White with #F296CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296CE; }
p { color: rgb(242,150,206); }
H1.HeaderClassName
{
color: #F296CE;
}
.AnyTagClassName
{
color: #F296CE;
}
</style>
background-color css
<style>
a { background-color: #F296CE; }
a { background-color: rgb(242,150,206); }
div.DivClassName
{
background-color: #F296CE;
}
.BgClassName
{
background-color: #F296CE;
}
</style>
border-color css
<style>
span { border-color: #F296CE; }
span { border-color: rgb(242,150,206); }
td.TdClassName
{
border-color: #F296CE;
}
.TagClassName
{
border-color: #F296CE;
}
</style>