Shades of Shocking Pink #F001BA
Tints of Shocking Pink #F001BA
RGB
CMYK
RGB Variations
Color information
#F001BA (or 0xF001BA) is known color: Shocking Pink. HEX triplet: F0, 01 and BA. RGB value is (240,1,186). Sum of RGB (Red+Green+Blue) = 240+1+186=427 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.21% from 427); Green value is 1 (0.78% from 255 or 0.23% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 240 - color contains mainly: red. Hex color #F001BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001BA is #0FFE45. Grayscale: #5D5D5D. Windows color (decimal): -1048134 or 12190192. OLE color: 12190192.
HSL color Cylindrical-coordinate representation of color #F001BA: hue angle of 313.56º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001BA is Cyan = 0, Magento = 1.00, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.22 | 0.06 |
| HSL | 313.56º | 0.99% | 0.47% | - |
| HSV(B) | 313.56º | 1% | 0.94% | - |
| XYZ | 44.81 | 22.09 | 48.36 | - |
| YUV | 93.55 | 180.18 | 232.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 186 | 0 | 1.00 | 0.22 | 0.06 | 313.56 | 0.99 | 0.47 |
| Hex | F0 | 1 | BA | 0 | 64 | 16 | 6 | 13A | 63 | 2F |
| Octal | 360 | 1 | 272 | 0 | 144 | 26 | 6 | 472 | 143 | 57 |
| Binary | 11110000 | 1 | 10111010 | 0 | 1100100 | 10110 | 110 | 100111010 | 1100011 | 101111 |
Color Harmonies of #F001BA
Complementary color
Monochromatic Colors of #F001BA
Black with #F001BA
Text Example
Text Example
White with #F001BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001BA; }
p { color: rgb(240,1,186); }
H1.HeaderClassName
{
color: #F001BA;
}
.AnyTagClassName
{
color: #F001BA;
}
</style>
background-color css
<style>
a { background-color: #F001BA; }
a { background-color: rgb(240,1,186); }
div.DivClassName
{
background-color: #F001BA;
}
.BgClassName
{
background-color: #F001BA;
}
</style>
border-color css
<style>
span { border-color: #F001BA; }
span { border-color: rgb(240,1,186); }
td.TdClassName
{
border-color: #F001BA;
}
.TagClassName
{
border-color: #F001BA;
}
</style>