Shades of Shocking Pink #F901BC
Tints of Shocking Pink #F901BC
RGB
CMYK
RGB Variations
Color information
#F901BC (or 0xF901BC) is known color: Shocking Pink. HEX triplet: F9, 01 and BC. RGB value is (249,1,188). Sum of RGB (Red+Green+Blue) = 249+1+188=438 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.85% from 438); Green value is 1 (0.78% from 255 or 0.23% from 438); Blue value is 188 (73.83% from 255 or 42.92% from 438); Max value from RGB is 249 - color contains mainly: red. Hex color #F901BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F901BC is #06FE43. Grayscale: #5F5F5F. Windows color (decimal): -458308 or 12321273. OLE color: 12321273.
HSL color Cylindrical-coordinate representation of color #F901BC: hue angle of 314.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F901BC is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.02 |
| HSL | 314.76º | 0.99% | 0.49% | - |
| HSV(B) | 314.76º | 1% | 0.98% | - |
| XYZ | 48.15 | 23.79 | 49.63 | - |
| YUV | 96.47 | 179.66 | 236.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 188 | 0 | 1.00 | 0.24 | 0.02 | 314.76 | 0.99 | 0.49 |
| Hex | F9 | 1 | BC | 0 | 64 | 18 | 2 | 13B | 63 | 31 |
| Octal | 371 | 1 | 274 | 0 | 144 | 30 | 2 | 473 | 143 | 61 |
| Binary | 11111001 | 1 | 10111100 | 0 | 1100100 | 11000 | 10 | 100111011 | 1100011 | 110001 |
Color Harmonies of #F901BC
Complementary color
Monochromatic Colors of #F901BC
Black with #F901BC
Text Example
Text Example
White with #F901BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F901BC; }
p { color: rgb(249,1,188); }
H1.HeaderClassName
{
color: #F901BC;
}
.AnyTagClassName
{
color: #F901BC;
}
</style>
background-color css
<style>
a { background-color: #F901BC; }
a { background-color: rgb(249,1,188); }
div.DivClassName
{
background-color: #F901BC;
}
.BgClassName
{
background-color: #F901BC;
}
</style>
border-color css
<style>
span { border-color: #F901BC; }
span { border-color: rgb(249,1,188); }
td.TdClassName
{
border-color: #F901BC;
}
.TagClassName
{
border-color: #F901BC;
}
</style>