Shades of Shocking Pink #F80FCF
Tints of Shocking Pink #F80FCF
RGB
CMYK
RGB Variations
Color information
#F80FCF (or 0xF80FCF) is known color: Shocking Pink. HEX triplet: F8, 0F and CF. RGB value is (248,15,207). Sum of RGB (Red+Green+Blue) = 248+15+207=470 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.77% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 248 - color contains mainly: red. Hex color #F80FCF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F80FCF is #07F030. Grayscale: #6A6A6A. Windows color (decimal): -520241 or 13570040. OLE color: 13570040.
HSL color Cylindrical-coordinate representation of color #F80FCF: hue angle of 310.56º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80FCF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 207 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.03 |
| HSL | 310.56º | 0.94% | 0.52% | - |
| HSV(B) | 310.56º | 0.94% | 0.97% | - |
| XYZ | 50.14 | 24.8 | 61.18 | - |
| YUV | 106.56 | 184.69 | 228.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 207 | 0 | 0.94 | 0.17 | 0.03 | 310.56 | 0.94 | 0.52 |
| Hex | F8 | F | CF | 0 | 5E | 11 | 3 | 137 | 5E | 34 |
| Octal | 370 | 17 | 317 | 0 | 136 | 21 | 3 | 467 | 136 | 64 |
| Binary | 11111000 | 1111 | 11001111 | 0 | 1011110 | 10001 | 11 | 100110111 | 1011110 | 110100 |
Color Harmonies of #F80FCF
Complementary color
Monochromatic Colors of #F80FCF
Black with #F80FCF
Text Example
Text Example
White with #F80FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80FCF; }
p { color: rgb(248,15,207); }
H1.HeaderClassName
{
color: #F80FCF;
}
.AnyTagClassName
{
color: #F80FCF;
}
</style>
background-color css
<style>
a { background-color: #F80FCF; }
a { background-color: rgb(248,15,207); }
div.DivClassName
{
background-color: #F80FCF;
}
.BgClassName
{
background-color: #F80FCF;
}
</style>
border-color css
<style>
span { border-color: #F80FCF; }
span { border-color: rgb(248,15,207); }
td.TdClassName
{
border-color: #F80FCF;
}
.TagClassName
{
border-color: #F80FCF;
}
</style>