Shades of Shocking Pink #F818D5
Tints of Shocking Pink #F818D5
RGB
CMYK
RGB Variations
Color information
#F818D5 (or 0xF818D5) is known color: Shocking Pink. HEX triplet: F8, 18 and D5. RGB value is (248,24,213). Sum of RGB (Red+Green+Blue) = 248+24+213=485 (64% of max value = 765). Red value is 248 (97.27% from 255 or 51.13% from 485); Green value is 24 (9.77% from 255 or 4.95% from 485); Blue value is 213 (83.59% from 255 or 43.92% from 485); Max value from RGB is 248 - color contains mainly: red. Hex color #F818D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818D5 is #07E72A. Grayscale: #6F6F6F. Windows color (decimal): -517931 or 13965560. OLE color: 13965560.
HSL color Cylindrical-coordinate representation of color #F818D5: hue angle of 309.38º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818D5 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 213 | - |
| CMYK | 0 | 0.90 | 0.14 | 0.03 |
| HSL | 309.38º | 0.94% | 0.53% | - |
| HSV(B) | 309.38º | 0.9% | 0.97% | - |
| XYZ | 51.05 | 25.41 | 65.17 | - |
| YUV | 112.52 | 184.71 | 224.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 213 | 0 | 0.90 | 0.14 | 0.03 | 309.38 | 0.94 | 0.53 |
| Hex | F8 | 18 | D5 | 0 | 5A | E | 3 | 135 | 5E | 35 |
| Octal | 370 | 30 | 325 | 0 | 132 | 16 | 3 | 465 | 136 | 65 |
| Binary | 11111000 | 11000 | 11010101 | 0 | 1011010 | 1110 | 11 | 100110101 | 1011110 | 110101 |
Color Harmonies of #F818D5
Complementary color
Monochromatic Colors of #F818D5
Black with #F818D5
Text Example
Text Example
White with #F818D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818D5; }
p { color: rgb(248,24,213); }
H1.HeaderClassName
{
color: #F818D5;
}
.AnyTagClassName
{
color: #F818D5;
}
</style>
background-color css
<style>
a { background-color: #F818D5; }
a { background-color: rgb(248,24,213); }
div.DivClassName
{
background-color: #F818D5;
}
.BgClassName
{
background-color: #F818D5;
}
</style>
border-color css
<style>
span { border-color: #F818D5; }
span { border-color: rgb(248,24,213); }
td.TdClassName
{
border-color: #F818D5;
}
.TagClassName
{
border-color: #F818D5;
}
</style>