Shades of Shocking Pink #FF0FC7
Tints of Shocking Pink #FF0FC7
RGB
CMYK
RGB Variations
Color information
#FF0FC7 (or 0xFF0FC7) is known color: Shocking Pink. HEX triplet: FF, 0F and C7. RGB value is (255,15,199). Sum of RGB (Red+Green+Blue) = 255+15+199=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 15 (6.25% from 255 or 3.20% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FC7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FC7 is #00F038. Grayscale: #6B6B6B. Windows color (decimal): -61497 or 13045759. OLE color: 13045759.
HSL color Cylindrical-coordinate representation of color #FF0FC7: hue angle of 314º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF0FC7 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 199 | - |
| CMYK | 0 | 0.94 | 0.22 | 0 |
| HSL | 314º | 1% | 0.53% | - |
| HSV(B) | 314º | 0.94% | 1% | - |
| XYZ | 51.72 | 25.73 | 56.27 | - |
| YUV | 107.74 | 179.51 | 233.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 199 | 0 | 0.94 | 0.22 | 0 | 314 | 1 | 0.53 |
| Hex | FF | F | C7 | 0 | 5E | 16 | 0 | 13A | 64 | 35 |
| Octal | 377 | 17 | 307 | 0 | 136 | 26 | 0 | 472 | 144 | 65 |
| Binary | 11111111 | 1111 | 11000111 | 0 | 1011110 | 10110 | 0 | 100111010 | 1100100 | 110101 |
Color Harmonies of #FF0FC7
Complementary color
Monochromatic Colors of #FF0FC7
Black with #FF0FC7
Text Example
Text Example
White with #FF0FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FC7; }
p { color: rgb(255,15,199); }
H1.HeaderClassName
{
color: #FF0FC7;
}
.AnyTagClassName
{
color: #FF0FC7;
}
</style>
background-color css
<style>
a { background-color: #FF0FC7; }
a { background-color: rgb(255,15,199); }
div.DivClassName
{
background-color: #FF0FC7;
}
.BgClassName
{
background-color: #FF0FC7;
}
</style>
border-color css
<style>
span { border-color: #FF0FC7; }
span { border-color: rgb(255,15,199); }
td.TdClassName
{
border-color: #FF0FC7;
}
.TagClassName
{
border-color: #FF0FC7;
}
</style>