Shades of Shocking Pink #F808C7
Tints of Shocking Pink #F808C7
RGB
CMYK
RGB Variations
Color information
#F808C7 (or 0xF808C7) is known color: Shocking Pink. HEX triplet: F8, 08 and C7. RGB value is (248,8,199). Sum of RGB (Red+Green+Blue) = 248+8+199=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 8 (3.52% from 255 or 1.76% from 455); Blue value is 199 (78.12% from 255 or 43.74% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F808C7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F808C7 is #07F738. Grayscale: #656565. Windows color (decimal): -522041 or 13043960. OLE color: 13043960.
HSL color Cylindrical-coordinate representation of color #F808C7: hue angle of 312.25º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F808C7 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 199 | - |
| CMYK | 0 | 0.97 | 0.20 | 0.03 |
| HSL | 312.25º | 0.94% | 0.5% | - |
| HSV(B) | 312.25º | 0.97% | 0.97% | - |
| XYZ | 49.11 | 24.25 | 56.13 | - |
| YUV | 101.53 | 183.01 | 232.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 199 | 0 | 0.97 | 0.20 | 0.03 | 312.25 | 0.94 | 0.5 |
| Hex | F8 | 8 | C7 | 0 | 61 | 14 | 3 | 138 | 5E | 32 |
| Octal | 370 | 10 | 307 | 0 | 141 | 24 | 3 | 470 | 136 | 62 |
| Binary | 11111000 | 1000 | 11000111 | 0 | 1100001 | 10100 | 11 | 100111000 | 1011110 | 110010 |
Color Harmonies of #F808C7
Complementary color
Monochromatic Colors of #F808C7
Black with #F808C7
Text Example
Text Example
White with #F808C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F808C7; }
p { color: rgb(248,8,199); }
H1.HeaderClassName
{
color: #F808C7;
}
.AnyTagClassName
{
color: #F808C7;
}
</style>
background-color css
<style>
a { background-color: #F808C7; }
a { background-color: rgb(248,8,199); }
div.DivClassName
{
background-color: #F808C7;
}
.BgClassName
{
background-color: #F808C7;
}
</style>
border-color css
<style>
span { border-color: #F808C7; }
span { border-color: rgb(248,8,199); }
td.TdClassName
{
border-color: #F808C7;
}
.TagClassName
{
border-color: #F808C7;
}
</style>