Shades of Shocking Pink #F00CB1
Tints of Shocking Pink #F00CB1
RGB
CMYK
RGB Variations
Color information
#F00CB1 (or 0xF00CB1) is known color: Shocking Pink. HEX triplet: F0, 0C and B1. RGB value is (240,12,177). Sum of RGB (Red+Green+Blue) = 240+12+177=429 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.94% from 429); Green value is 12 (5.08% from 255 or 2.80% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 240 - color contains mainly: red. Hex color #F00CB1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F00CB1 is #0FF34E. Grayscale: #626262. Windows color (decimal): -1045327 or 11603184. OLE color: 11603184.
HSL color Cylindrical-coordinate representation of color #F00CB1: hue angle of 316.58º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00CB1 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 177 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.06 |
| HSL | 316.58º | 0.9% | 0.49% | - |
| HSV(B) | 316.58º | 0.95% | 0.94% | - |
| XYZ | 44 | 21.96 | 43.51 | - |
| YUV | 98.98 | 172.04 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 177 | 0 | 0.95 | 0.26 | 0.06 | 316.58 | 0.9 | 0.49 |
| Hex | F0 | C | B1 | 0 | 5F | 1A | 6 | 13D | 5A | 31 |
| Octal | 360 | 14 | 261 | 0 | 137 | 32 | 6 | 475 | 132 | 61 |
| Binary | 11110000 | 1100 | 10110001 | 0 | 1011111 | 11010 | 110 | 100111101 | 1011010 | 110001 |
Color Harmonies of #F00CB1
Complementary color
Monochromatic Colors of #F00CB1
Black with #F00CB1
Text Example
Text Example
White with #F00CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00CB1; }
p { color: rgb(240,12,177); }
H1.HeaderClassName
{
color: #F00CB1;
}
.AnyTagClassName
{
color: #F00CB1;
}
</style>
background-color css
<style>
a { background-color: #F00CB1; }
a { background-color: rgb(240,12,177); }
div.DivClassName
{
background-color: #F00CB1;
}
.BgClassName
{
background-color: #F00CB1;
}
</style>
border-color css
<style>
span { border-color: #F00CB1; }
span { border-color: rgb(240,12,177); }
td.TdClassName
{
border-color: #F00CB1;
}
.TagClassName
{
border-color: #F00CB1;
}
</style>