Shades of Shocking Pink #F910C1
Tints of Shocking Pink #F910C1
RGB
CMYK
RGB Variations
Color information
#F910C1 (or 0xF910C1) is known color: Shocking Pink. HEX triplet: F9, 10 and C1. RGB value is (249,16,193). Sum of RGB (Red+Green+Blue) = 249+16+193=458 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.37% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 193 (75.78% from 255 or 42.14% from 458); Max value from RGB is 249 - color contains mainly: red. Hex color #F910C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F910C1 is #06EF3E. Grayscale: #696969. Windows color (decimal): -454463 or 12652793. OLE color: 12652793.
HSL color Cylindrical-coordinate representation of color #F910C1: hue angle of 314.42º 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 #F910C1 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 16 | 193 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.02 |
| HSL | 314.42º | 0.95% | 0.52% | - |
| HSV(B) | 314.42º | 0.94% | 0.98% | - |
| XYZ | 48.88 | 24.36 | 52.58 | - |
| YUV | 105.85 | 177.19 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 16 | 193 | 0 | 0.94 | 0.22 | 0.02 | 314.42 | 0.95 | 0.52 |
| Hex | F9 | 10 | C1 | 0 | 5E | 16 | 2 | 13A | 5F | 34 |
| Octal | 371 | 20 | 301 | 0 | 136 | 26 | 2 | 472 | 137 | 64 |
| Binary | 11111001 | 10000 | 11000001 | 0 | 1011110 | 10110 | 10 | 100111010 | 1011111 | 110100 |
Color Harmonies of #F910C1
Complementary color
Monochromatic Colors of #F910C1
Black with #F910C1
Text Example
Text Example
White with #F910C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F910C1; }
p { color: rgb(249,16,193); }
H1.HeaderClassName
{
color: #F910C1;
}
.AnyTagClassName
{
color: #F910C1;
}
</style>
background-color css
<style>
a { background-color: #F910C1; }
a { background-color: rgb(249,16,193); }
div.DivClassName
{
background-color: #F910C1;
}
.BgClassName
{
background-color: #F910C1;
}
</style>
border-color css
<style>
span { border-color: #F910C1; }
span { border-color: rgb(249,16,193); }
td.TdClassName
{
border-color: #F910C1;
}
.TagClassName
{
border-color: #F910C1;
}
</style>