Shades of Shocking Pink #F910D0
Tints of Shocking Pink #F910D0
RGB
CMYK
RGB Variations
Color information
#F910D0 (or 0xF910D0) is known color: Shocking Pink. HEX triplet: F9, 10 and D0. RGB value is (249,16,208). Sum of RGB (Red+Green+Blue) = 249+16+208=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 16 (6.64% from 255 or 3.38% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F910D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910D0 is #06EF2F. Grayscale: #6B6B6B. Windows color (decimal): -454448 or 13635833. OLE color: 13635833.
HSL color Cylindrical-coordinate representation of color #F910D0: hue angle of 310.56º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F910D0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 208 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.02 |
| HSL | 310.56º | 0.95% | 0.52% | - |
| HSV(B) | 310.56º | 0.94% | 0.98% | - |
| XYZ | 50.64 | 25.06 | 61.84 | - |
| YUV | 107.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 208 | 0 | 0.94 | 0.16 | 0.02 | 310.56 | 0.95 | 0.52 |
| Hex | F9 | 10 | D0 | 0 | 5E | 10 | 2 | 137 | 5F | 34 |
| Octal | 371 | 20 | 320 | 0 | 136 | 20 | 2 | 467 | 137 | 64 |
| Binary | 11111001 | 10000 | 11010000 | 0 | 1011110 | 10000 | 10 | 100110111 | 1011111 | 110100 |
Color Harmonies of #F910D0
Complementary color
Monochromatic Colors of #F910D0
Black with #F910D0
Text Example
Text Example
White with #F910D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910D0; }
p { color: rgb(249,16,208); }
H1.HeaderClassName
{
color: #F910D0;
}
.AnyTagClassName
{
color: #F910D0;
}
</style>
background-color css
<style>
a { background-color: #F910D0; }
a { background-color: rgb(249,16,208); }
div.DivClassName
{
background-color: #F910D0;
}
.BgClassName
{
background-color: #F910D0;
}
</style>
border-color css
<style>
span { border-color: #F910D0; }
span { border-color: rgb(249,16,208); }
td.TdClassName
{
border-color: #F910D0;
}
.TagClassName
{
border-color: #F910D0;
}
</style>