Shades of Shocking Pink #F913D0
Tints of Shocking Pink #F913D0
RGB
CMYK
RGB Variations
Color information
#F913D0 (or 0xF913D0) is known color: Shocking Pink. HEX triplet: F9, 13 and D0. RGB value is (249,19,208). Sum of RGB (Red+Green+Blue) = 249+19+208=476 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.31% from 476); Green value is 19 (7.81% from 255 or 3.99% from 476); Blue value is 208 (81.64% from 255 or 43.70% from 476); Max value from RGB is 249 - color contains mainly: red. Hex color #F913D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F913D0 is #06EC2F. Grayscale: #6C6C6C. Windows color (decimal): -453680 or 13636601. OLE color: 13636601.
HSL color Cylindrical-coordinate representation of color #F913D0: hue angle of 310.7º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913D0 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 208 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.02 |
| HSL | 310.7º | 0.95% | 0.53% | - |
| HSV(B) | 310.7º | 0.92% | 0.98% | - |
| XYZ | 50.68 | 25.16 | 61.86 | - |
| YUV | 109.32 | 183.7 | 227.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 208 | 0 | 0.92 | 0.16 | 0.02 | 310.7 | 0.95 | 0.53 |
| Hex | F9 | 13 | D0 | 0 | 5C | 10 | 2 | 137 | 5F | 35 |
| Octal | 371 | 23 | 320 | 0 | 134 | 20 | 2 | 467 | 137 | 65 |
| Binary | 11111001 | 10011 | 11010000 | 0 | 1011100 | 10000 | 10 | 100110111 | 1011111 | 110101 |
Color Harmonies of #F913D0
Complementary color
Monochromatic Colors of #F913D0
Black with #F913D0
Text Example
Text Example
White with #F913D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F913D0; }
p { color: rgb(249,19,208); }
H1.HeaderClassName
{
color: #F913D0;
}
.AnyTagClassName
{
color: #F913D0;
}
</style>
background-color css
<style>
a { background-color: #F913D0; }
a { background-color: rgb(249,19,208); }
div.DivClassName
{
background-color: #F913D0;
}
.BgClassName
{
background-color: #F913D0;
}
</style>
border-color css
<style>
span { border-color: #F913D0; }
span { border-color: rgb(249,19,208); }
td.TdClassName
{
border-color: #F913D0;
}
.TagClassName
{
border-color: #F913D0;
}
</style>