Shades of Shocking Pink #FF07BC
Tints of Shocking Pink #FF07BC
RGB
CMYK
RGB Variations
Color information
#FF07BC (or 0xFF07BC) is known color: Shocking Pink. HEX triplet: FF, 07 and BC. RGB value is (255,7,188). Sum of RGB (Red+Green+Blue) = 255+7+188=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 7 (3.12% from 255 or 1.56% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF07BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF07BC is #00F843. Grayscale: #656565. Windows color (decimal): -63556 or 12322815. OLE color: 12322815.
HSL color Cylindrical-coordinate representation of color #FF07BC: hue angle of 316.21º 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 #FF07BC is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.26 | 0 |
| HSL | 316.21º | 1% | 0.51% | - |
| HSV(B) | 316.21º | 0.97% | 1% | - |
| XYZ | 50.39 | 25.04 | 49.75 | - |
| YUV | 101.79 | 176.66 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 7 | 188 | 0 | 0.97 | 0.26 | 0 | 316.21 | 1 | 0.51 |
| Hex | FF | 7 | BC | 0 | 61 | 1A | 0 | 13C | 64 | 33 |
| Octal | 377 | 7 | 274 | 0 | 141 | 32 | 0 | 474 | 144 | 63 |
| Binary | 11111111 | 111 | 10111100 | 0 | 1100001 | 11010 | 0 | 100111100 | 1100100 | 110011 |
Color Harmonies of #FF07BC
Complementary color
Monochromatic Colors of #FF07BC
Black with #FF07BC
Text Example
Text Example
White with #FF07BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF07BC; }
p { color: rgb(255,7,188); }
H1.HeaderClassName
{
color: #FF07BC;
}
.AnyTagClassName
{
color: #FF07BC;
}
</style>
background-color css
<style>
a { background-color: #FF07BC; }
a { background-color: rgb(255,7,188); }
div.DivClassName
{
background-color: #FF07BC;
}
.BgClassName
{
background-color: #FF07BC;
}
</style>
border-color css
<style>
span { border-color: #FF07BC; }
span { border-color: rgb(255,7,188); }
td.TdClassName
{
border-color: #FF07BC;
}
.TagClassName
{
border-color: #FF07BC;
}
</style>