Shades of Shocking Pink #F601BA
Tints of Shocking Pink #F601BA
RGB
CMYK
RGB Variations
Color information
#F601BA (or 0xF601BA) is known color: Shocking Pink. HEX triplet: F6, 01 and BA. RGB value is (246,1,186). Sum of RGB (Red+Green+Blue) = 246+1+186=433 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.81% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 246 - color contains mainly: red. Hex color #F601BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601BA is #09FE45. Grayscale: #5E5E5E. Windows color (decimal): -654918 or 12190198. OLE color: 12190198.
HSL color Cylindrical-coordinate representation of color #F601BA: hue angle of 314.69º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F601BA is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 186 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.04 |
| HSL | 314.69º | 0.99% | 0.48% | - |
| HSV(B) | 314.69º | 1% | 0.96% | - |
| XYZ | 46.88 | 23.16 | 48.45 | - |
| YUV | 95.35 | 179.17 | 235.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 186 | 0 | 1.00 | 0.24 | 0.04 | 314.69 | 0.99 | 0.48 |
| Hex | F6 | 1 | BA | 0 | 64 | 18 | 4 | 13B | 63 | 30 |
| Octal | 366 | 1 | 272 | 0 | 144 | 30 | 4 | 473 | 143 | 60 |
| Binary | 11110110 | 1 | 10111010 | 0 | 1100100 | 11000 | 100 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F601BA
Complementary color
Monochromatic Colors of #F601BA
Black with #F601BA
Text Example
Text Example
White with #F601BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601BA; }
p { color: rgb(246,1,186); }
H1.HeaderClassName
{
color: #F601BA;
}
.AnyTagClassName
{
color: #F601BA;
}
</style>
background-color css
<style>
a { background-color: #F601BA; }
a { background-color: rgb(246,1,186); }
div.DivClassName
{
background-color: #F601BA;
}
.BgClassName
{
background-color: #F601BA;
}
</style>
border-color css
<style>
span { border-color: #F601BA; }
span { border-color: rgb(246,1,186); }
td.TdClassName
{
border-color: #F601BA;
}
.TagClassName
{
border-color: #F601BA;
}
</style>