Shades of Shocking Pink #F101BF
Tints of Shocking Pink #F101BF
RGB
CMYK
RGB Variations
Color information
#F101BF (or 0xF101BF) is known color: Shocking Pink. HEX triplet: F1, 01 and BF. RGB value is (241,1,191). Sum of RGB (Red+Green+Blue) = 241+1+191=433 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.66% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 241 - color contains mainly: red. Hex color #F101BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F101BF is #0EFE40. Grayscale: #5D5D5D. Windows color (decimal): -982593 or 12517873. OLE color: 12517873.
HSL color Cylindrical-coordinate representation of color #F101BF: hue angle of 312.5º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F101BF is Cyan = 0, Magento = 1.00, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 1 | 191 | - |
| CMYK | 0 | 1.00 | 0.21 | 0.05 |
| HSL | 312.5º | 0.99% | 0.47% | - |
| HSV(B) | 312.5º | 1% | 0.95% | - |
| XYZ | 45.69 | 22.48 | 51.22 | - |
| YUV | 94.42 | 182.51 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 1 | 191 | 0 | 1.00 | 0.21 | 0.05 | 312.5 | 0.99 | 0.47 |
| Hex | F1 | 1 | BF | 0 | 64 | 15 | 5 | 138 | 63 | 2F |
| Octal | 361 | 1 | 277 | 0 | 144 | 25 | 5 | 470 | 143 | 57 |
| Binary | 11110001 | 1 | 10111111 | 0 | 1100100 | 10101 | 101 | 100111000 | 1100011 | 101111 |
Color Harmonies of #F101BF
Complementary color
Monochromatic Colors of #F101BF
Black with #F101BF
Text Example
Text Example
White with #F101BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F101BF; }
p { color: rgb(241,1,191); }
H1.HeaderClassName
{
color: #F101BF;
}
.AnyTagClassName
{
color: #F101BF;
}
</style>
background-color css
<style>
a { background-color: #F101BF; }
a { background-color: rgb(241,1,191); }
div.DivClassName
{
background-color: #F101BF;
}
.BgClassName
{
background-color: #F101BF;
}
</style>
border-color css
<style>
span { border-color: #F101BF; }
span { border-color: rgb(241,1,191); }
td.TdClassName
{
border-color: #F101BF;
}
.TagClassName
{
border-color: #F101BF;
}
</style>