Shades of Shocking #F296CB
Tints of Shocking #F296CB
RGB
CMYK
RGB Variations
Color information
#F296CB (or 0xF296CB) is known color: Shocking. HEX triplet: F2, 96 and CB. RGB value is (242,150,203). Sum of RGB (Red+Green+Blue) = 242+150+203=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 150 (58.98% from 255 or 25.21% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 242 - color contains mainly: red. Hex color #F296CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F296CB is #0D6934. Grayscale: #B7B7B7. Windows color (decimal): -878901 or 13342450. OLE color: 13342450.
HSL color Cylindrical-coordinate representation of color #F296CB: hue angle of 325.43º 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 #F296CB is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 203 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.05 |
| HSL | 325.43º | 0.78% | 0.77% | - |
| HSV(B) | 325.43º | 0.38% | 0.95% | - |
| XYZ | 58.3 | 45 | 62.11 | - |
| YUV | 183.55 | 138.98 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 203 | 0 | 0.38 | 0.16 | 0.05 | 325.43 | 0.78 | 0.77 |
| Hex | F2 | 96 | CB | 0 | 26 | 10 | 5 | 145 | 4E | 4D |
| Octal | 362 | 226 | 313 | 0 | 46 | 20 | 5 | 505 | 116 | 115 |
| Binary | 11110010 | 10010110 | 11001011 | 0 | 100110 | 10000 | 101 | 101000101 | 1001110 | 1001101 |
Color Harmonies of #F296CB
Complementary color
Monochromatic Colors of #F296CB
Black with #F296CB
Text Example
Text Example
White with #F296CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296CB; }
p { color: rgb(242,150,203); }
H1.HeaderClassName
{
color: #F296CB;
}
.AnyTagClassName
{
color: #F296CB;
}
</style>
background-color css
<style>
a { background-color: #F296CB; }
a { background-color: rgb(242,150,203); }
div.DivClassName
{
background-color: #F296CB;
}
.BgClassName
{
background-color: #F296CB;
}
</style>
border-color css
<style>
span { border-color: #F296CB; }
span { border-color: rgb(242,150,203); }
td.TdClassName
{
border-color: #F296CB;
}
.TagClassName
{
border-color: #F296CB;
}
</style>