Shades of Shocking Pink #F601BC
Tints of Shocking Pink #F601BC
RGB
CMYK
RGB Variations
Color information
#F601BC (or 0xF601BC) is known color: Shocking Pink. HEX triplet: F6, 01 and BC. RGB value is (246,1,188). Sum of RGB (Red+Green+Blue) = 246+1+188=435 (57% of max value = 765). Red value is 246 (96.48% from 255 or 56.55% from 435); Green value is 1 (0.78% from 255 or 0.23% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 246 - color contains mainly: red. Hex color #F601BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601BC is #09FE43. Grayscale: #5F5F5F. Windows color (decimal): -654916 or 12321270. OLE color: 12321270.
HSL color Cylindrical-coordinate representation of color #F601BC: hue angle of 314.2º 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 #F601BC is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 188 | - |
| CMYK | 0 | 1.00 | 0.24 | 0.04 |
| HSL | 314.2º | 0.99% | 0.48% | - |
| HSV(B) | 314.2º | 1% | 0.96% | - |
| XYZ | 47.09 | 23.25 | 49.58 | - |
| YUV | 95.57 | 180.17 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 188 | 0 | 1.00 | 0.24 | 0.04 | 314.2 | 0.99 | 0.48 |
| Hex | F6 | 1 | BC | 0 | 64 | 18 | 4 | 13A | 63 | 30 |
| Octal | 366 | 1 | 274 | 0 | 144 | 30 | 4 | 472 | 143 | 60 |
| Binary | 11110110 | 1 | 10111100 | 0 | 1100100 | 11000 | 100 | 100111010 | 1100011 | 110000 |
Color Harmonies of #F601BC
Complementary color
Monochromatic Colors of #F601BC
Black with #F601BC
Text Example
Text Example
White with #F601BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601BC; }
p { color: rgb(246,1,188); }
H1.HeaderClassName
{
color: #F601BC;
}
.AnyTagClassName
{
color: #F601BC;
}
</style>
background-color css
<style>
a { background-color: #F601BC; }
a { background-color: rgb(246,1,188); }
div.DivClassName
{
background-color: #F601BC;
}
.BgClassName
{
background-color: #F601BC;
}
</style>
border-color css
<style>
span { border-color: #F601BC; }
span { border-color: rgb(246,1,188); }
td.TdClassName
{
border-color: #F601BC;
}
.TagClassName
{
border-color: #F601BC;
}
</style>