Shades of Shocking Pink #F91AD5
Tints of Shocking Pink #F91AD5
RGB
CMYK
RGB Variations
Color information
#F91AD5 (or 0xF91AD5) is known color: Shocking Pink. HEX triplet: F9, 1A and D5. RGB value is (249,26,213). Sum of RGB (Red+Green+Blue) = 249+26+213=488 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.02% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AD5 is #06E52A. Grayscale: #717171. Windows color (decimal): -451883 or 13966073. OLE color: 13966073.
HSL color Cylindrical-coordinate representation of color #F91AD5: hue angle of 309.69º 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 #F91AD5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 213 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.02 |
| HSL | 309.69º | 0.95% | 0.54% | - |
| HSV(B) | 309.69º | 0.9% | 0.98% | - |
| XYZ | 51.45 | 25.68 | 65.2 | - |
| YUV | 114 | 183.88 | 224.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 213 | 0 | 0.90 | 0.14 | 0.02 | 309.69 | 0.95 | 0.54 |
| Hex | F9 | 1A | D5 | 0 | 5A | E | 2 | 136 | 5F | 36 |
| Octal | 371 | 32 | 325 | 0 | 132 | 16 | 2 | 466 | 137 | 66 |
| Binary | 11111001 | 11010 | 11010101 | 0 | 1011010 | 1110 | 10 | 100110110 | 1011111 | 110110 |
Color Harmonies of #F91AD5
Complementary color
Monochromatic Colors of #F91AD5
Black with #F91AD5
Text Example
Text Example
White with #F91AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AD5; }
p { color: rgb(249,26,213); }
H1.HeaderClassName
{
color: #F91AD5;
}
.AnyTagClassName
{
color: #F91AD5;
}
</style>
background-color css
<style>
a { background-color: #F91AD5; }
a { background-color: rgb(249,26,213); }
div.DivClassName
{
background-color: #F91AD5;
}
.BgClassName
{
background-color: #F91AD5;
}
</style>
border-color css
<style>
span { border-color: #F91AD5; }
span { border-color: rgb(249,26,213); }
td.TdClassName
{
border-color: #F91AD5;
}
.TagClassName
{
border-color: #F91AD5;
}
</style>