Shades of Shocking Pink #F91BCB
Tints of Shocking Pink #F91BCB
RGB
CMYK
RGB Variations
Color information
#F91BCB (or 0xF91BCB) is known color: Shocking Pink. HEX triplet: F9, 1B and CB. RGB value is (249,27,203). Sum of RGB (Red+Green+Blue) = 249+27+203=479 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.98% from 479); Green value is 27 (10.94% from 255 or 5.64% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BCB is #06E434. Grayscale: #707070. Windows color (decimal): -451637 or 13310969. OLE color: 13310969.
HSL color Cylindrical-coordinate representation of color #F91BCB: hue angle of 312.43º 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 #F91BCB is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 203 | - |
| CMYK | 0 | 0.89 | 0.18 | 0.02 |
| HSL | 312.43º | 0.95% | 0.54% | - |
| HSV(B) | 312.43º | 0.89% | 0.98% | - |
| XYZ | 50.24 | 25.24 | 58.72 | - |
| YUV | 113.44 | 178.55 | 224.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 203 | 0 | 0.89 | 0.18 | 0.02 | 312.43 | 0.95 | 0.54 |
| Hex | F9 | 1B | CB | 0 | 59 | 12 | 2 | 138 | 5F | 36 |
| Octal | 371 | 33 | 313 | 0 | 131 | 22 | 2 | 470 | 137 | 66 |
| Binary | 11111001 | 11011 | 11001011 | 0 | 1011001 | 10010 | 10 | 100111000 | 1011111 | 110110 |
Color Harmonies of #F91BCB
Complementary color
Monochromatic Colors of #F91BCB
Black with #F91BCB
Text Example
Text Example
White with #F91BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BCB; }
p { color: rgb(249,27,203); }
H1.HeaderClassName
{
color: #F91BCB;
}
.AnyTagClassName
{
color: #F91BCB;
}
</style>
background-color css
<style>
a { background-color: #F91BCB; }
a { background-color: rgb(249,27,203); }
div.DivClassName
{
background-color: #F91BCB;
}
.BgClassName
{
background-color: #F91BCB;
}
</style>
border-color css
<style>
span { border-color: #F91BCB; }
span { border-color: rgb(249,27,203); }
td.TdClassName
{
border-color: #F91BCB;
}
.TagClassName
{
border-color: #F91BCB;
}
</style>