Shades of Shocking Pink #F91BC5
Tints of Shocking Pink #F91BC5
RGB
CMYK
RGB Variations
Color information
#F91BC5 (or 0xF91BC5) is known color: Shocking Pink. HEX triplet: F9, 1B and C5. RGB value is (249,27,197). Sum of RGB (Red+Green+Blue) = 249+27+197=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 27 (10.94% from 255 or 5.71% from 473); Blue value is 197 (77.34% from 255 or 41.65% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BC5 is #06E43A. Grayscale: #707070. Windows color (decimal): -451643 or 12917753. OLE color: 12917753.
HSL color Cylindrical-coordinate representation of color #F91BC5: hue angle of 314.05º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91BC5 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 197 | - |
| CMYK | 0 | 0.89 | 0.21 | 0.02 |
| HSL | 314.05º | 0.95% | 0.54% | - |
| HSV(B) | 314.05º | 0.89% | 0.98% | - |
| XYZ | 49.54 | 24.95 | 55.03 | - |
| YUV | 112.76 | 175.55 | 225.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 197 | 0 | 0.89 | 0.21 | 0.02 | 314.05 | 0.95 | 0.54 |
| Hex | F9 | 1B | C5 | 0 | 59 | 15 | 2 | 13A | 5F | 36 |
| Octal | 371 | 33 | 305 | 0 | 131 | 25 | 2 | 472 | 137 | 66 |
| Binary | 11111001 | 11011 | 11000101 | 0 | 1011001 | 10101 | 10 | 100111010 | 1011111 | 110110 |
Color Harmonies of #F91BC5
Complementary color
Monochromatic Colors of #F91BC5
Black with #F91BC5
Text Example
Text Example
White with #F91BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BC5; }
p { color: rgb(249,27,197); }
H1.HeaderClassName
{
color: #F91BC5;
}
.AnyTagClassName
{
color: #F91BC5;
}
</style>
background-color css
<style>
a { background-color: #F91BC5; }
a { background-color: rgb(249,27,197); }
div.DivClassName
{
background-color: #F91BC5;
}
.BgClassName
{
background-color: #F91BC5;
}
</style>
border-color css
<style>
span { border-color: #F91BC5; }
span { border-color: rgb(249,27,197); }
td.TdClassName
{
border-color: #F91BC5;
}
.TagClassName
{
border-color: #F91BC5;
}
</style>