Shades of Shocking Pink #FF07B9
Tints of Shocking Pink #FF07B9
RGB
CMYK
RGB Variations
Color information
#FF07B9 (or 0xFF07B9) is known color: Shocking Pink. HEX triplet: FF, 07 and B9. RGB value is (255,7,185). Sum of RGB (Red+Green+Blue) = 255+7+185=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07B9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07B9 is #00F846. Grayscale: #646464. Windows color (decimal): -63559 or 12126207. OLE color: 12126207.
HSL color Cylindrical-coordinate representation of color #FF07B9: hue angle of 316.94º 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 #FF07B9 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 185 | - |
| CMYK | 0 | 0.97 | 0.27 | 0 |
| HSL | 316.94º | 1% | 0.51% | - |
| HSV(B) | 316.94º | 0.97% | 1% | - |
| XYZ | 50.07 | 24.91 | 48.07 | - |
| YUV | 101.44 | 175.16 | 237.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 185 | 0 | 0.97 | 0.27 | 0 | 316.94 | 1 | 0.51 |
| Hex | FF | 7 | B9 | 0 | 61 | 1B | 0 | 13D | 64 | 33 |
| Octal | 377 | 7 | 271 | 0 | 141 | 33 | 0 | 475 | 144 | 63 |
| Binary | 11111111 | 111 | 10111001 | 0 | 1100001 | 11011 | 0 | 100111101 | 1100100 | 110011 |
Color Harmonies of #FF07B9
Complementary color
Monochromatic Colors of #FF07B9
Black with #FF07B9
Text Example
Text Example
White with #FF07B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07B9; }
p { color: rgb(255,7,185); }
H1.HeaderClassName
{
color: #FF07B9;
}
.AnyTagClassName
{
color: #FF07B9;
}
</style>
background-color css
<style>
a { background-color: #FF07B9; }
a { background-color: rgb(255,7,185); }
div.DivClassName
{
background-color: #FF07B9;
}
.BgClassName
{
background-color: #FF07B9;
}
</style>
border-color css
<style>
span { border-color: #FF07B9; }
span { border-color: rgb(255,7,185); }
td.TdClassName
{
border-color: #FF07B9;
}
.TagClassName
{
border-color: #FF07B9;
}
</style>