Shades of Shocking #F296C2
Tints of Shocking #F296C2
RGB
CMYK
RGB Variations
Color information
#F296C2 (or 0xF296C2) is known color: Shocking. HEX triplet: F2, 96 and C2. RGB value is (242,150,194). Sum of RGB (Red+Green+Blue) = 242+150+194=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 194 (76.17% from 255 or 33.11% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F296C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296C2 is #0D693D. Grayscale: #B6B6B6. Windows color (decimal): -878910 or 12752626. OLE color: 12752626.
HSL color Cylindrical-coordinate representation of color #F296C2: hue angle of 331.3º 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 #F296C2 is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 194 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.05 |
| HSL | 331.3º | 0.78% | 0.77% | - |
| HSV(B) | 331.3º | 0.38% | 0.95% | - |
| XYZ | 57.26 | 44.58 | 56.63 | - |
| YUV | 182.52 | 134.48 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 194 | 0 | 0.38 | 0.20 | 0.05 | 331.3 | 0.78 | 0.77 |
| Hex | F2 | 96 | C2 | 0 | 26 | 14 | 5 | 14B | 4E | 4D |
| Octal | 362 | 226 | 302 | 0 | 46 | 24 | 5 | 513 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11000010 | 0 | 100110 | 10100 | 101 | 101001011 | 1001110 | 1001101 |
Color Harmonies of #F296C2
Complementary color
Monochromatic Colors of #F296C2
Black with #F296C2
Text Example
Text Example
White with #F296C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296C2; }
p { color: rgb(242,150,194); }
H1.HeaderClassName
{
color: #F296C2;
}
.AnyTagClassName
{
color: #F296C2;
}
</style>
background-color css
<style>
a { background-color: #F296C2; }
a { background-color: rgb(242,150,194); }
div.DivClassName
{
background-color: #F296C2;
}
.BgClassName
{
background-color: #F296C2;
}
</style>
border-color css
<style>
span { border-color: #F296C2; }
span { border-color: rgb(242,150,194); }
td.TdClassName
{
border-color: #F296C2;
}
.TagClassName
{
border-color: #F296C2;
}
</style>