Shades of Shocking Pink #F912B7
Tints of Shocking Pink #F912B7
RGB
CMYK
RGB Variations
Color information
#F912B7 (or 0xF912B7) is known color: Shocking Pink. HEX triplet: F9, 12 and B7. RGB value is (249,18,183). Sum of RGB (Red+Green+Blue) = 249+18+183=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 18 (7.42% from 255 or 4% from 450); Blue value is 183 (71.88% from 255 or 40.67% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F912B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F912B7 is #06ED48. Grayscale: #696969. Windows color (decimal): -453961 or 11997945. OLE color: 11997945.
HSL color Cylindrical-coordinate representation of color #F912B7: hue angle of 317.14º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F912B7 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 18 | 183 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.02 |
| HSL | 317.14º | 0.95% | 0.52% | - |
| HSV(B) | 317.14º | 0.93% | 0.98% | - |
| XYZ | 47.83 | 23.99 | 46.91 | - |
| YUV | 105.88 | 171.53 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 18 | 183 | 0 | 0.93 | 0.27 | 0.02 | 317.14 | 0.95 | 0.52 |
| Hex | F9 | 12 | B7 | 0 | 5D | 1B | 2 | 13D | 5F | 34 |
| Octal | 371 | 22 | 267 | 0 | 135 | 33 | 2 | 475 | 137 | 64 |
| Binary | 11111001 | 10010 | 10110111 | 0 | 1011101 | 11011 | 10 | 100111101 | 1011111 | 110100 |
Color Harmonies of #F912B7
Complementary color
Monochromatic Colors of #F912B7
Black with #F912B7
Text Example
Text Example
White with #F912B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F912B7; }
p { color: rgb(249,18,183); }
H1.HeaderClassName
{
color: #F912B7;
}
.AnyTagClassName
{
color: #F912B7;
}
</style>
background-color css
<style>
a { background-color: #F912B7; }
a { background-color: rgb(249,18,183); }
div.DivClassName
{
background-color: #F912B7;
}
.BgClassName
{
background-color: #F912B7;
}
</style>
border-color css
<style>
span { border-color: #F912B7; }
span { border-color: rgb(249,18,183); }
td.TdClassName
{
border-color: #F912B7;
}
.TagClassName
{
border-color: #F912B7;
}
</style>