Shades of Shocking Pink #FF0FCD
Tints of Shocking Pink #FF0FCD
RGB
CMYK
RGB Variations
Color information
#FF0FCD (or 0xFF0FCD) is known color: Shocking Pink. HEX triplet: FF, 0F and CD. RGB value is (255,15,205). Sum of RGB (Red+Green+Blue) = 255+15+205=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 15 (6.25% from 255 or 3.16% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0FCD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF0FCD is #00F032. Grayscale: #6B6B6B. Windows color (decimal): -61491 or 13438975. OLE color: 13438975.
HSL color Cylindrical-coordinate representation of color #FF0FCD: hue angle of 312.5º 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 #FF0FCD is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 15 | 205 | - |
| CMYK | 0 | 0.94 | 0.20 | 0 |
| HSL | 312.5º | 1% | 0.53% | - |
| HSV(B) | 312.5º | 0.94% | 1% | - |
| XYZ | 52.43 | 26.01 | 60.01 | - |
| YUV | 108.42 | 182.51 | 232.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 15 | 205 | 0 | 0.94 | 0.20 | 0 | 312.5 | 1 | 0.53 |
| Hex | FF | F | CD | 0 | 5E | 14 | 0 | 138 | 64 | 35 |
| Octal | 377 | 17 | 315 | 0 | 136 | 24 | 0 | 470 | 144 | 65 |
| Binary | 11111111 | 1111 | 11001101 | 0 | 1011110 | 10100 | 0 | 100111000 | 1100100 | 110101 |
Color Harmonies of #FF0FCD
Complementary color
Monochromatic Colors of #FF0FCD
Black with #FF0FCD
Text Example
Text Example
White with #FF0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0FCD; }
p { color: rgb(255,15,205); }
H1.HeaderClassName
{
color: #FF0FCD;
}
.AnyTagClassName
{
color: #FF0FCD;
}
</style>
background-color css
<style>
a { background-color: #FF0FCD; }
a { background-color: rgb(255,15,205); }
div.DivClassName
{
background-color: #FF0FCD;
}
.BgClassName
{
background-color: #FF0FCD;
}
</style>
border-color css
<style>
span { border-color: #FF0FCD; }
span { border-color: rgb(255,15,205); }
td.TdClassName
{
border-color: #FF0FCD;
}
.TagClassName
{
border-color: #FF0FCD;
}
</style>