Shades of Shocking Pink #F91AD6
Tints of Shocking Pink #F91AD6
RGB
CMYK
RGB Variations
Color information
#F91AD6 (or 0xF91AD6) is known color: Shocking Pink. HEX triplet: F9, 1A and D6. RGB value is (249,26,214). Sum of RGB (Red+Green+Blue) = 249+26+214=489 (64% of max value = 765). Red value is 249 (97.66% from 255 or 50.92% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AD6 is #06E529. Grayscale: #717171. Windows color (decimal): -451882 or 14031609. OLE color: 14031609.
HSL color Cylindrical-coordinate representation of color #F91AD6: hue angle of 309.42º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91AD6 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 214 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.02 |
| HSL | 309.42º | 0.95% | 0.54% | - |
| HSV(B) | 309.42º | 0.9% | 0.98% | - |
| XYZ | 51.57 | 25.73 | 65.87 | - |
| YUV | 114.11 | 184.38 | 224.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 214 | 0 | 0.90 | 0.14 | 0.02 | 309.42 | 0.95 | 0.54 |
| Hex | F9 | 1A | D6 | 0 | 5A | E | 2 | 135 | 5F | 36 |
| Octal | 371 | 32 | 326 | 0 | 132 | 16 | 2 | 465 | 137 | 66 |
| Binary | 11111001 | 11010 | 11010110 | 0 | 1011010 | 1110 | 10 | 100110101 | 1011111 | 110110 |
Color Harmonies of #F91AD6
Complementary color
Monochromatic Colors of #F91AD6
Black with #F91AD6
Text Example
Text Example
White with #F91AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AD6; }
p { color: rgb(249,26,214); }
H1.HeaderClassName
{
color: #F91AD6;
}
.AnyTagClassName
{
color: #F91AD6;
}
</style>
background-color css
<style>
a { background-color: #F91AD6; }
a { background-color: rgb(249,26,214); }
div.DivClassName
{
background-color: #F91AD6;
}
.BgClassName
{
background-color: #F91AD6;
}
</style>
border-color css
<style>
span { border-color: #F91AD6; }
span { border-color: rgb(249,26,214); }
td.TdClassName
{
border-color: #F91AD6;
}
.TagClassName
{
border-color: #F91AD6;
}
</style>