Shades of Shocking Pink #F814CE
Tints of Shocking Pink #F814CE
RGB
CMYK
RGB Variations
Color information
#F814CE (or 0xF814CE) is known color: Shocking Pink. HEX triplet: F8, 14 and CE. RGB value is (248,20,206). Sum of RGB (Red+Green+Blue) = 248+20+206=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 20 (8.20% from 255 or 4.22% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F814CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814CE is #07EB31. Grayscale: #6C6C6C. Windows color (decimal): -518962 or 13505784. OLE color: 13505784.
HSL color Cylindrical-coordinate representation of color #F814CE: hue angle of 311.05º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F814CE is Cyan = 0, Magento = 0.92, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 206 | - |
| CMYK | 0 | 0.92 | 0.17 | 0.03 |
| HSL | 311.05º | 0.94% | 0.53% | - |
| HSV(B) | 311.05º | 0.92% | 0.97% | - |
| XYZ | 50.1 | 24.91 | 60.56 | - |
| YUV | 109.38 | 182.54 | 226.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 206 | 0 | 0.92 | 0.17 | 0.03 | 311.05 | 0.94 | 0.53 |
| Hex | F8 | 14 | CE | 0 | 5C | 11 | 3 | 137 | 5E | 35 |
| Octal | 370 | 24 | 316 | 0 | 134 | 21 | 3 | 467 | 136 | 65 |
| Binary | 11111000 | 10100 | 11001110 | 0 | 1011100 | 10001 | 11 | 100110111 | 1011110 | 110101 |
Color Harmonies of #F814CE
Complementary color
Monochromatic Colors of #F814CE
Black with #F814CE
Text Example
Text Example
White with #F814CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F814CE; }
p { color: rgb(248,20,206); }
H1.HeaderClassName
{
color: #F814CE;
}
.AnyTagClassName
{
color: #F814CE;
}
</style>
background-color css
<style>
a { background-color: #F814CE; }
a { background-color: rgb(248,20,206); }
div.DivClassName
{
background-color: #F814CE;
}
.BgClassName
{
background-color: #F814CE;
}
</style>
border-color css
<style>
span { border-color: #F814CE; }
span { border-color: rgb(248,20,206); }
td.TdClassName
{
border-color: #F814CE;
}
.TagClassName
{
border-color: #F814CE;
}
</style>