Shades of Shocking Pink #F721BF
Tints of Shocking Pink #F721BF
RGB
CMYK
RGB Variations
Color information
#F721BF (or 0xF721BF) is known color: Shocking Pink. HEX triplet: F7, 21 and BF. RGB value is (247,33,191). Sum of RGB (Red+Green+Blue) = 247+33+191=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 33 (13.28% from 255 or 7.01% from 471); Blue value is 191 (75% from 255 or 40.55% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F721BF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F721BF is #08DE40. Grayscale: #727272. Windows color (decimal): -581185 or 12526071. OLE color: 12526071.
HSL color Cylindrical-coordinate representation of color #F721BF: hue angle of 315.7º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F721BF is Cyan = 0, Magento = 0.87, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 191 | - |
| CMYK | 0 | 0.87 | 0.23 | 0.03 |
| HSL | 315.7º | 0.93% | 0.55% | - |
| HSV(B) | 315.7º | 0.87% | 0.97% | - |
| XYZ | 48.31 | 24.62 | 51.5 | - |
| YUV | 115 | 170.9 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 191 | 0 | 0.87 | 0.23 | 0.03 | 315.7 | 0.93 | 0.55 |
| Hex | F7 | 21 | BF | 0 | 57 | 17 | 3 | 13C | 5D | 37 |
| Octal | 367 | 41 | 277 | 0 | 127 | 27 | 3 | 474 | 135 | 67 |
| Binary | 11110111 | 100001 | 10111111 | 0 | 1010111 | 10111 | 11 | 100111100 | 1011101 | 110111 |
Color Harmonies of #F721BF
Complementary color
Monochromatic Colors of #F721BF
Black with #F721BF
Text Example
Text Example
White with #F721BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721BF; }
p { color: rgb(247,33,191); }
H1.HeaderClassName
{
color: #F721BF;
}
.AnyTagClassName
{
color: #F721BF;
}
</style>
background-color css
<style>
a { background-color: #F721BF; }
a { background-color: rgb(247,33,191); }
div.DivClassName
{
background-color: #F721BF;
}
.BgClassName
{
background-color: #F721BF;
}
</style>
border-color css
<style>
span { border-color: #F721BF; }
span { border-color: rgb(247,33,191); }
td.TdClassName
{
border-color: #F721BF;
}
.TagClassName
{
border-color: #F721BF;
}
</style>