Shades of Shocking Pink #F700B7
Tints of Shocking Pink #F700B7
RGB
CMYK
RGB Variations
Color information
#F700B7 (or 0xF700B7) is known color: Shocking Pink. HEX triplet: F7, 00 and B7. RGB value is (247,0,183). Sum of RGB (Red+Green+Blue) = 247+0+183=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F700B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F700B7 is #08FF48. Grayscale: #5E5E5E. Windows color (decimal): -589641 or 11993335. OLE color: 11993335.
HSL color Cylindrical-coordinate representation of color #F700B7: hue angle of 315.55º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F700B7 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 0 | 183 | - |
| CMYK | 0 | 1 | 0.26 | 0.03 |
| HSL | 315.55º | 1% | 0.48% | - |
| HSV(B) | 315.55º | 1% | 0.97% | - |
| XYZ | 46.91 | 23.19 | 46.8 | - |
| YUV | 94.72 | 177.83 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 0 | 183 | 0 | 1 | 0.26 | 0.03 | 315.55 | 1 | 0.48 |
| Hex | F7 | 0 | B7 | 0 | 64 | 1A | 3 | 13C | 64 | 30 |
| Octal | 367 | 0 | 267 | 0 | 144 | 32 | 3 | 474 | 144 | 60 |
| Binary | 11110111 | 0 | 10110111 | 0 | 1100100 | 11010 | 11 | 100111100 | 1100100 | 110000 |
Color Harmonies of #F700B7
Complementary color
Monochromatic Colors of #F700B7
Black with #F700B7
Text Example
Text Example
White with #F700B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F700B7; }
p { color: rgb(247,0,183); }
H1.HeaderClassName
{
color: #F700B7;
}
.AnyTagClassName
{
color: #F700B7;
}
</style>
background-color css
<style>
a { background-color: #F700B7; }
a { background-color: rgb(247,0,183); }
div.DivClassName
{
background-color: #F700B7;
}
.BgClassName
{
background-color: #F700B7;
}
</style>
border-color css
<style>
span { border-color: #F700B7; }
span { border-color: rgb(247,0,183); }
td.TdClassName
{
border-color: #F700B7;
}
.TagClassName
{
border-color: #F700B7;
}
</style>