Shades of Shocking Pink #F91DC5
Tints of Shocking Pink #F91DC5
RGB
CMYK
RGB Variations
Color information
#F91DC5 (or 0xF91DC5) is known color: Shocking Pink. HEX triplet: F9, 1D and C5. RGB value is (249,29,197). Sum of RGB (Red+Green+Blue) = 249+29+197=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 197 (77.34% from 255 or 41.47% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F91DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91DC5 is #06E23A. Grayscale: #717171. Windows color (decimal): -451131 or 12918265. OLE color: 12918265.
HSL color Cylindrical-coordinate representation of color #F91DC5: hue angle of 314.18º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F91DC5 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 29 | 197 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.02 |
| HSL | 314.18º | 0.95% | 0.55% | - |
| HSV(B) | 314.18º | 0.88% | 0.98% | - |
| XYZ | 49.58 | 25.05 | 55.05 | - |
| YUV | 113.93 | 174.89 | 224.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 29 | 197 | 0 | 0.88 | 0.21 | 0.02 | 314.18 | 0.95 | 0.55 |
| Hex | F9 | 1D | C5 | 0 | 58 | 15 | 2 | 13A | 5F | 37 |
| Octal | 371 | 35 | 305 | 0 | 130 | 25 | 2 | 472 | 137 | 67 |
| Binary | 11111001 | 11101 | 11000101 | 0 | 1011000 | 10101 | 10 | 100111010 | 1011111 | 110111 |
Color Harmonies of #F91DC5
Complementary color
Monochromatic Colors of #F91DC5
Black with #F91DC5
Text Example
Text Example
White with #F91DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91DC5; }
p { color: rgb(249,29,197); }
H1.HeaderClassName
{
color: #F91DC5;
}
.AnyTagClassName
{
color: #F91DC5;
}
</style>
background-color css
<style>
a { background-color: #F91DC5; }
a { background-color: rgb(249,29,197); }
div.DivClassName
{
background-color: #F91DC5;
}
.BgClassName
{
background-color: #F91DC5;
}
</style>
border-color css
<style>
span { border-color: #F91DC5; }
span { border-color: rgb(249,29,197); }
td.TdClassName
{
border-color: #F91DC5;
}
.TagClassName
{
border-color: #F91DC5;
}
</style>