Shades of Shocking Pink #F91AD3
Tints of Shocking Pink #F91AD3
RGB
CMYK
RGB Variations
Color information
#F91AD3 (or 0xF91AD3) is known color: Shocking Pink. HEX triplet: F9, 1A and D3. RGB value is (249,26,211). Sum of RGB (Red+Green+Blue) = 249+26+211=486 (64% of max value = 765). Red value is 249 (97.66% from 255 or 51.23% from 486); Green value is 26 (10.55% from 255 or 5.35% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91AD3 is #06E52C. Grayscale: #717171. Windows color (decimal): -451885 or 13835001. OLE color: 13835001.
HSL color Cylindrical-coordinate representation of color #F91AD3: hue angle of 310.22º 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 #F91AD3 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 211 | - |
| CMYK | 0 | 0.90 | 0.15 | 0.02 |
| HSL | 310.22º | 0.95% | 0.54% | - |
| HSV(B) | 310.22º | 0.9% | 0.98% | - |
| XYZ | 51.19 | 25.58 | 63.87 | - |
| YUV | 113.77 | 182.88 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 211 | 0 | 0.90 | 0.15 | 0.02 | 310.22 | 0.95 | 0.54 |
| Hex | F9 | 1A | D3 | 0 | 5A | F | 2 | 136 | 5F | 36 |
| Octal | 371 | 32 | 323 | 0 | 132 | 17 | 2 | 466 | 137 | 66 |
| Binary | 11111001 | 11010 | 11010011 | 0 | 1011010 | 1111 | 10 | 100110110 | 1011111 | 110110 |
Color Harmonies of #F91AD3
Complementary color
Monochromatic Colors of #F91AD3
Black with #F91AD3
Text Example
Text Example
White with #F91AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AD3; }
p { color: rgb(249,26,211); }
H1.HeaderClassName
{
color: #F91AD3;
}
.AnyTagClassName
{
color: #F91AD3;
}
</style>
background-color css
<style>
a { background-color: #F91AD3; }
a { background-color: rgb(249,26,211); }
div.DivClassName
{
background-color: #F91AD3;
}
.BgClassName
{
background-color: #F91AD3;
}
</style>
border-color css
<style>
span { border-color: #F91AD3; }
span { border-color: rgb(249,26,211); }
td.TdClassName
{
border-color: #F91AD3;
}
.TagClassName
{
border-color: #F91AD3;
}
</style>