Shades of Shocking Pink #F601B7
Tints of Shocking Pink #F601B7
RGB
CMYK
RGB Variations
Color information
#F601B7 (or 0xF601B7) is known color: Shocking Pink. HEX triplet: F6, 01 and B7. RGB value is (246,1,183). Sum of RGB (Red+Green+Blue) = 246+1+183=430 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.21% from 430); Green value is 1 (0.78% from 255 or 0.23% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 246 - color contains mainly: red. Hex color #F601B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F601B7 is #09FE48. Grayscale: #5E5E5E. Windows color (decimal): -654921 or 11993590. OLE color: 11993590.
HSL color Cylindrical-coordinate representation of color #F601B7: hue angle of 315.43º 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 #F601B7 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.04 |
| HSL | 315.43º | 0.99% | 0.48% | - |
| HSV(B) | 315.43º | 1% | 0.96% | - |
| XYZ | 46.56 | 23.03 | 46.79 | - |
| YUV | 95 | 177.67 | 235.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 1 | 183 | 0 | 1.00 | 0.26 | 0.04 | 315.43 | 0.99 | 0.48 |
| Hex | F6 | 1 | B7 | 0 | 64 | 1A | 4 | 13B | 63 | 30 |
| Octal | 366 | 1 | 267 | 0 | 144 | 32 | 4 | 473 | 143 | 60 |
| Binary | 11110110 | 1 | 10110111 | 0 | 1100100 | 11010 | 100 | 100111011 | 1100011 | 110000 |
Color Harmonies of #F601B7
Complementary color
Monochromatic Colors of #F601B7
Black with #F601B7
Text Example
Text Example
White with #F601B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F601B7; }
p { color: rgb(246,1,183); }
H1.HeaderClassName
{
color: #F601B7;
}
.AnyTagClassName
{
color: #F601B7;
}
</style>
background-color css
<style>
a { background-color: #F601B7; }
a { background-color: rgb(246,1,183); }
div.DivClassName
{
background-color: #F601B7;
}
.BgClassName
{
background-color: #F601B7;
}
</style>
border-color css
<style>
span { border-color: #F601B7; }
span { border-color: rgb(246,1,183); }
td.TdClassName
{
border-color: #F601B7;
}
.TagClassName
{
border-color: #F601B7;
}
</style>