Shades of Shocking Pink #FF07BF
Tints of Shocking Pink #FF07BF
RGB
CMYK
RGB Variations
Color information
#FF07BF (or 0xFF07BF) is known color: Shocking Pink. HEX triplet: FF, 07 and BF. RGB value is (255,7,191). Sum of RGB (Red+Green+Blue) = 255+7+191=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 7 (3.12% from 255 or 1.55% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07BF is #00F840. Grayscale: #656565. Windows color (decimal): -63553 or 12519423. OLE color: 12519423.
HSL color Cylindrical-coordinate representation of color #FF07BF: hue angle of 315.48º 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 #FF07BF is Cyan = 0, Magento = 0.97, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.25 | 0 |
| HSL | 315.48º | 1% | 0.51% | - |
| HSV(B) | 315.48º | 0.97% | 1% | - |
| XYZ | 50.72 | 25.17 | 51.48 | - |
| YUV | 102.13 | 178.16 | 237.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 191 | 0 | 0.97 | 0.25 | 0 | 315.48 | 1 | 0.51 |
| Hex | FF | 7 | BF | 0 | 61 | 19 | 0 | 13B | 64 | 33 |
| Octal | 377 | 7 | 277 | 0 | 141 | 31 | 0 | 473 | 144 | 63 |
| Binary | 11111111 | 111 | 10111111 | 0 | 1100001 | 11001 | 0 | 100111011 | 1100100 | 110011 |
Color Harmonies of #FF07BF
Complementary color
Monochromatic Colors of #FF07BF
Black with #FF07BF
Text Example
Text Example
White with #FF07BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07BF; }
p { color: rgb(255,7,191); }
H1.HeaderClassName
{
color: #FF07BF;
}
.AnyTagClassName
{
color: #FF07BF;
}
</style>
background-color css
<style>
a { background-color: #FF07BF; }
a { background-color: rgb(255,7,191); }
div.DivClassName
{
background-color: #FF07BF;
}
.BgClassName
{
background-color: #FF07BF;
}
</style>
border-color css
<style>
span { border-color: #FF07BF; }
span { border-color: rgb(255,7,191); }
td.TdClassName
{
border-color: #FF07BF;
}
.TagClassName
{
border-color: #FF07BF;
}
</style>