Shades of Shocking #F296BD
Tints of Shocking #F296BD
RGB
CMYK
RGB Variations
Color information
#F296BD (or 0xF296BD) is known color: Shocking. HEX triplet: F2, 96 and BD. RGB value is (242,150,189). Sum of RGB (Red+Green+Blue) = 242+150+189=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 150 (58.98% from 255 or 25.82% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F296BD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296BD is #0D6942. Grayscale: #B5B5B5. Windows color (decimal): -878915 or 12424946. OLE color: 12424946.
HSL color Cylindrical-coordinate representation of color #F296BD: hue angle of 334.57º 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 #F296BD is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 189 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.05 |
| HSL | 334.57º | 0.78% | 0.77% | - |
| HSV(B) | 334.57º | 0.38% | 0.95% | - |
| XYZ | 56.71 | 44.36 | 53.72 | - |
| YUV | 181.95 | 131.98 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 189 | 0 | 0.38 | 0.22 | 0.05 | 334.57 | 0.78 | 0.77 |
| Hex | F2 | 96 | BD | 0 | 26 | 16 | 5 | 14F | 4E | 4D |
| Octal | 362 | 226 | 275 | 0 | 46 | 26 | 5 | 517 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10111101 | 0 | 100110 | 10110 | 101 | 101001111 | 1001110 | 1001101 |
Color Harmonies of #F296BD
Complementary color
Monochromatic Colors of #F296BD
Black with #F296BD
Text Example
Text Example
White with #F296BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296BD; }
p { color: rgb(242,150,189); }
H1.HeaderClassName
{
color: #F296BD;
}
.AnyTagClassName
{
color: #F296BD;
}
</style>
background-color css
<style>
a { background-color: #F296BD; }
a { background-color: rgb(242,150,189); }
div.DivClassName
{
background-color: #F296BD;
}
.BgClassName
{
background-color: #F296BD;
}
</style>
border-color css
<style>
span { border-color: #F296BD; }
span { border-color: rgb(242,150,189); }
td.TdClassName
{
border-color: #F296BD;
}
.TagClassName
{
border-color: #F296BD;
}
</style>