Shades of Shocking Pink #F701B7
Tints of Shocking Pink #F701B7
RGB
CMYK
RGB Variations
Color information
#F701B7 (or 0xF701B7) is known color: Shocking Pink. HEX triplet: F7, 01 and B7. RGB value is (247,1,183). Sum of RGB (Red+Green+Blue) = 247+1+183=431 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.31% from 431); Green value is 1 (0.78% from 255 or 0.23% from 431); Blue value is 183 (71.88% from 255 or 42.46% from 431); Max value from RGB is 247 - color contains mainly: red. Hex color #F701B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F701B7 is #08FE48. Grayscale: #5E5E5E. Windows color (decimal): -589385 or 11993591. OLE color: 11993591.
HSL color Cylindrical-coordinate representation of color #F701B7: hue angle of 315.61º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701B7 is Cyan = 0, Magento = 1.00, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 183 | - |
| CMYK | 0 | 1.00 | 0.26 | 0.03 |
| HSL | 315.61º | 0.99% | 0.49% | - |
| HSV(B) | 315.61º | 1% | 0.97% | - |
| XYZ | 46.92 | 23.21 | 46.81 | - |
| YUV | 95.3 | 177.5 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 183 | 0 | 1.00 | 0.26 | 0.03 | 315.61 | 0.99 | 0.49 |
| Hex | F7 | 1 | B7 | 0 | 64 | 1A | 3 | 13C | 63 | 31 |
| Octal | 367 | 1 | 267 | 0 | 144 | 32 | 3 | 474 | 143 | 61 |
| Binary | 11110111 | 1 | 10110111 | 0 | 1100100 | 11010 | 11 | 100111100 | 1100011 | 110001 |
Color Harmonies of #F701B7
Complementary color
Monochromatic Colors of #F701B7
Black with #F701B7
Text Example
Text Example
White with #F701B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701B7; }
p { color: rgb(247,1,183); }
H1.HeaderClassName
{
color: #F701B7;
}
.AnyTagClassName
{
color: #F701B7;
}
</style>
background-color css
<style>
a { background-color: #F701B7; }
a { background-color: rgb(247,1,183); }
div.DivClassName
{
background-color: #F701B7;
}
.BgClassName
{
background-color: #F701B7;
}
</style>
border-color css
<style>
span { border-color: #F701B7; }
span { border-color: rgb(247,1,183); }
td.TdClassName
{
border-color: #F701B7;
}
.TagClassName
{
border-color: #F701B7;
}
</style>