Shades of Shocking Pink #F814D1
Tints of Shocking Pink #F814D1
RGB
CMYK
RGB Variations
Color information
#F814D1 (or 0xF814D1) is known color: Shocking Pink. HEX triplet: F8, 14 and D1. RGB value is (248,20,209). Sum of RGB (Red+Green+Blue) = 248+20+209=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 20 (8.20% from 255 or 4.19% from 477); Blue value is 209 (82.03% from 255 or 43.82% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F814D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F814D1 is #07EB2E. Grayscale: #6D6D6D. Windows color (decimal): -518959 or 13702392. OLE color: 13702392.
HSL color Cylindrical-coordinate representation of color #F814D1: hue angle of 310.26º 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 #F814D1 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 20 | 209 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.03 |
| HSL | 310.26º | 0.94% | 0.53% | - |
| HSV(B) | 310.26º | 0.92% | 0.97% | - |
| XYZ | 50.47 | 25.06 | 62.5 | - |
| YUV | 109.72 | 184.04 | 226.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 20 | 209 | 0 | 0.92 | 0.16 | 0.03 | 310.26 | 0.94 | 0.53 |
| Hex | F8 | 14 | D1 | 0 | 5C | 10 | 3 | 136 | 5E | 35 |
| Octal | 370 | 24 | 321 | 0 | 134 | 20 | 3 | 466 | 136 | 65 |
| Binary | 11111000 | 10100 | 11010001 | 0 | 1011100 | 10000 | 11 | 100110110 | 1011110 | 110101 |
Color Harmonies of #F814D1
Complementary color
Monochromatic Colors of #F814D1
Black with #F814D1
Text Example
Text Example
White with #F814D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F814D1; }
p { color: rgb(248,20,209); }
H1.HeaderClassName
{
color: #F814D1;
}
.AnyTagClassName
{
color: #F814D1;
}
</style>
background-color css
<style>
a { background-color: #F814D1; }
a { background-color: rgb(248,20,209); }
div.DivClassName
{
background-color: #F814D1;
}
.BgClassName
{
background-color: #F814D1;
}
</style>
border-color css
<style>
span { border-color: #F814D1; }
span { border-color: rgb(248,20,209); }
td.TdClassName
{
border-color: #F814D1;
}
.TagClassName
{
border-color: #F814D1;
}
</style>