Shades of Shocking Pink #F91AD2
Tints of Shocking Pink #F91AD2
RGB
CMYK
RGB Variations
Color information
#F91AD2 (or 0xF91AD2) is known color: Shocking Pink. HEX triplet: F9, 1A and D2. RGB value is (249,26,210). Sum of RGB (Red+Green+Blue) = 249+26+210=485 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.34% from 485); Green value is 26 (10.55% from 255 or 5.36% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AD2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AD2 is #06E52D. Grayscale: #717171. Windows color (decimal): -451886 or 13769465. OLE color: 13769465.
HSL color Cylindrical-coordinate representation of color #F91AD2: hue angle of 310.49º 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 #F91AD2 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 210 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.02 |
| HSL | 310.49º | 0.95% | 0.54% | - |
| HSV(B) | 310.49º | 0.9% | 0.98% | - |
| XYZ | 51.07 | 25.53 | 63.21 | - |
| YUV | 113.65 | 182.38 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 210 | 0 | 0.90 | 0.16 | 0.02 | 310.49 | 0.95 | 0.54 |
| Hex | F9 | 1A | D2 | 0 | 5A | 10 | 2 | 136 | 5F | 36 |
| Octal | 371 | 32 | 322 | 0 | 132 | 20 | 2 | 466 | 137 | 66 |
| Binary | 11111001 | 11010 | 11010010 | 0 | 1011010 | 10000 | 10 | 100110110 | 1011111 | 110110 |
Color Harmonies of #F91AD2
Complementary color
Monochromatic Colors of #F91AD2
Black with #F91AD2
Text Example
Text Example
White with #F91AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AD2; }
p { color: rgb(249,26,210); }
H1.HeaderClassName
{
color: #F91AD2;
}
.AnyTagClassName
{
color: #F91AD2;
}
</style>
background-color css
<style>
a { background-color: #F91AD2; }
a { background-color: rgb(249,26,210); }
div.DivClassName
{
background-color: #F91AD2;
}
.BgClassName
{
background-color: #F91AD2;
}
</style>
border-color css
<style>
span { border-color: #F91AD2; }
span { border-color: rgb(249,26,210); }
td.TdClassName
{
border-color: #F91AD2;
}
.TagClassName
{
border-color: #F91AD2;
}
</style>