Shades of Shocking Pink #F810CF
Tints of Shocking Pink #F810CF
RGB
CMYK
RGB Variations
Color information
#F810CF (or 0xF810CF) is known color: Shocking Pink. HEX triplet: F8, 10 and CF. RGB value is (248,16,207). Sum of RGB (Red+Green+Blue) = 248+16+207=471 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.65% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 248 - color contains mainly: red. Hex color #F810CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F810CF is #07EF30. Grayscale: #6A6A6A. Windows color (decimal): -519985 or 13570296. OLE color: 13570296.
HSL color Cylindrical-coordinate representation of color #F810CF: hue angle of 310.6º 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 #F810CF is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 207 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.03 |
| HSL | 310.6º | 0.94% | 0.52% | - |
| HSV(B) | 310.6º | 0.94% | 0.97% | - |
| XYZ | 50.16 | 24.83 | 61.18 | - |
| YUV | 107.14 | 184.36 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 207 | 0 | 0.94 | 0.17 | 0.03 | 310.6 | 0.94 | 0.52 |
| Hex | F8 | 10 | CF | 0 | 5E | 11 | 3 | 137 | 5E | 34 |
| Octal | 370 | 20 | 317 | 0 | 136 | 21 | 3 | 467 | 136 | 64 |
| Binary | 11111000 | 10000 | 11001111 | 0 | 1011110 | 10001 | 11 | 100110111 | 1011110 | 110100 |
Color Harmonies of #F810CF
Complementary color
Monochromatic Colors of #F810CF
Black with #F810CF
Text Example
Text Example
White with #F810CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810CF; }
p { color: rgb(248,16,207); }
H1.HeaderClassName
{
color: #F810CF;
}
.AnyTagClassName
{
color: #F810CF;
}
</style>
background-color css
<style>
a { background-color: #F810CF; }
a { background-color: rgb(248,16,207); }
div.DivClassName
{
background-color: #F810CF;
}
.BgClassName
{
background-color: #F810CF;
}
</style>
border-color css
<style>
span { border-color: #F810CF; }
span { border-color: rgb(248,16,207); }
td.TdClassName
{
border-color: #F810CF;
}
.TagClassName
{
border-color: #F810CF;
}
</style>