Shades of Shocking Pink #F001C0
Tints of Shocking Pink #F001C0
RGB
CMYK
RGB Variations
Color information
#F001C0 (or 0xF001C0) is known color: Shocking Pink. HEX triplet: F0, 01 and C0. RGB value is (240,1,192). Sum of RGB (Red+Green+Blue) = 240+1+192=433 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.43% from 433); Green value is 1 (0.78% from 255 or 0.23% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 240 - color contains mainly: red. Hex color #F001C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F001C0 is #0FFE3F. Grayscale: #5D5D5D. Windows color (decimal): -1048128 or 12583408. OLE color: 12583408.
HSL color Cylindrical-coordinate representation of color #F001C0: hue angle of 312.05º 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 #F001C0 is Cyan = 0, Magento = 1.00, Yellow = 0.20 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 192 | - |
| CMYK | 0 | 1.00 | 0.20 | 0.06 |
| HSL | 312.05º | 0.99% | 0.47% | - |
| HSV(B) | 312.05º | 1% | 0.94% | - |
| XYZ | 45.46 | 22.35 | 51.79 | - |
| YUV | 94.24 | 183.18 | 231.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 192 | 0 | 1.00 | 0.20 | 0.06 | 312.05 | 0.99 | 0.47 |
| Hex | F0 | 1 | C0 | 0 | 64 | 14 | 6 | 138 | 63 | 2F |
| Octal | 360 | 1 | 300 | 0 | 144 | 24 | 6 | 470 | 143 | 57 |
| Binary | 11110000 | 1 | 11000000 | 0 | 1100100 | 10100 | 110 | 100111000 | 1100011 | 101111 |
Color Harmonies of #F001C0
Complementary color
Monochromatic Colors of #F001C0
Black with #F001C0
Text Example
Text Example
White with #F001C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001C0; }
p { color: rgb(240,1,192); }
H1.HeaderClassName
{
color: #F001C0;
}
.AnyTagClassName
{
color: #F001C0;
}
</style>
background-color css
<style>
a { background-color: #F001C0; }
a { background-color: rgb(240,1,192); }
div.DivClassName
{
background-color: #F001C0;
}
.BgClassName
{
background-color: #F001C0;
}
</style>
border-color css
<style>
span { border-color: #F001C0; }
span { border-color: rgb(240,1,192); }
td.TdClassName
{
border-color: #F001C0;
}
.TagClassName
{
border-color: #F001C0;
}
</style>