Shades of Shocking Pink #FF07C5
Tints of Shocking Pink #FF07C5
RGB
CMYK
RGB Variations
Color information
#FF07C5 (or 0xFF07C5) is known color: Shocking Pink. HEX triplet: FF, 07 and C5. RGB value is (255,7,197). Sum of RGB (Red+Green+Blue) = 255+7+197=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 7 (3.12% from 255 or 1.53% from 459); Blue value is 197 (77.34% from 255 or 42.92% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07C5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07C5 is #00F83A. Grayscale: #666666. Windows color (decimal): -63547 or 12912639. OLE color: 12912639.
HSL color Cylindrical-coordinate representation of color #FF07C5: hue angle of 314.03º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FF07C5 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 197 | - |
| CMYK | 0 | 0.97 | 0.23 | 0 |
| HSL | 314.03º | 1% | 0.51% | - |
| HSV(B) | 314.03º | 0.97% | 1% | - |
| XYZ | 51.39 | 25.44 | 55.03 | - |
| YUV | 102.81 | 181.16 | 236.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 197 | 0 | 0.97 | 0.23 | 0 | 314.03 | 1 | 0.51 |
| Hex | FF | 7 | C5 | 0 | 61 | 17 | 0 | 13A | 64 | 33 |
| Octal | 377 | 7 | 305 | 0 | 141 | 27 | 0 | 472 | 144 | 63 |
| Binary | 11111111 | 111 | 11000101 | 0 | 1100001 | 10111 | 0 | 100111010 | 1100100 | 110011 |
Color Harmonies of #FF07C5
Complementary color
Monochromatic Colors of #FF07C5
Black with #FF07C5
Text Example
Text Example
White with #FF07C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07C5; }
p { color: rgb(255,7,197); }
H1.HeaderClassName
{
color: #FF07C5;
}
.AnyTagClassName
{
color: #FF07C5;
}
</style>
background-color css
<style>
a { background-color: #FF07C5; }
a { background-color: rgb(255,7,197); }
div.DivClassName
{
background-color: #FF07C5;
}
.BgClassName
{
background-color: #FF07C5;
}
</style>
border-color css
<style>
span { border-color: #FF07C5; }
span { border-color: rgb(255,7,197); }
td.TdClassName
{
border-color: #FF07C5;
}
.TagClassName
{
border-color: #FF07C5;
}
</style>