Shades of Shocking Pink #F91BC2
Tints of Shocking Pink #F91BC2
RGB
CMYK
RGB Variations
Color information
#F91BC2 (or 0xF91BC2) is known color: Shocking Pink. HEX triplet: F9, 1B and C2. RGB value is (249,27,194). Sum of RGB (Red+Green+Blue) = 249+27+194=470 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.98% from 470); Green value is 27 (10.94% from 255 or 5.74% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BC2 is #06E43D. Grayscale: #6F6F6F. Windows color (decimal): -451646 or 12721145. OLE color: 12721145.
HSL color Cylindrical-coordinate representation of color #F91BC2: hue angle of 314.86º 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 #F91BC2 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 194 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.02 |
| HSL | 314.86º | 0.95% | 0.54% | - |
| HSV(B) | 314.86º | 0.89% | 0.98% | - |
| XYZ | 49.2 | 24.82 | 53.24 | - |
| YUV | 112.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 194 | 0 | 0.89 | 0.22 | 0.02 | 314.86 | 0.95 | 0.54 |
| Hex | F9 | 1B | C2 | 0 | 59 | 16 | 2 | 13B | 5F | 36 |
| Octal | 371 | 33 | 302 | 0 | 131 | 26 | 2 | 473 | 137 | 66 |
| Binary | 11111001 | 11011 | 11000010 | 0 | 1011001 | 10110 | 10 | 100111011 | 1011111 | 110110 |
Color Harmonies of #F91BC2
Complementary color
Monochromatic Colors of #F91BC2
Black with #F91BC2
Text Example
Text Example
White with #F91BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BC2; }
p { color: rgb(249,27,194); }
H1.HeaderClassName
{
color: #F91BC2;
}
.AnyTagClassName
{
color: #F91BC2;
}
</style>
background-color css
<style>
a { background-color: #F91BC2; }
a { background-color: rgb(249,27,194); }
div.DivClassName
{
background-color: #F91BC2;
}
.BgClassName
{
background-color: #F91BC2;
}
</style>
border-color css
<style>
span { border-color: #F91BC2; }
span { border-color: rgb(249,27,194); }
td.TdClassName
{
border-color: #F91BC2;
}
.TagClassName
{
border-color: #F91BC2;
}
</style>