Shades of Shocking Pink #F815D0
Tints of Shocking Pink #F815D0
RGB
CMYK
RGB Variations
Color information
#F815D0 (or 0xF815D0) is known color: Shocking Pink. HEX triplet: F8, 15 and D0. RGB value is (248,21,208). Sum of RGB (Red+Green+Blue) = 248+21+208=477 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.99% from 477); Green value is 21 (8.59% from 255 or 4.40% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 248 - color contains mainly: red. Hex color #F815D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F815D0 is #07EA2F. Grayscale: #6D6D6D. Windows color (decimal): -518704 or 13637112. OLE color: 13637112.
HSL color Cylindrical-coordinate representation of color #F815D0: hue angle of 310.57º 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 #F815D0 is Cyan = 0, Magento = 0.92, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 208 | - |
| CMYK | 0 | 0.92 | 0.16 | 0.03 |
| HSL | 310.57º | 0.94% | 0.53% | - |
| HSV(B) | 310.57º | 0.92% | 0.97% | - |
| XYZ | 50.36 | 25.05 | 61.85 | - |
| YUV | 110.19 | 183.21 | 226.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 208 | 0 | 0.92 | 0.16 | 0.03 | 310.57 | 0.94 | 0.53 |
| Hex | F8 | 15 | D0 | 0 | 5C | 10 | 3 | 137 | 5E | 35 |
| Octal | 370 | 25 | 320 | 0 | 134 | 20 | 3 | 467 | 136 | 65 |
| Binary | 11111000 | 10101 | 11010000 | 0 | 1011100 | 10000 | 11 | 100110111 | 1011110 | 110101 |
Color Harmonies of #F815D0
Complementary color
Monochromatic Colors of #F815D0
Black with #F815D0
Text Example
Text Example
White with #F815D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F815D0; }
p { color: rgb(248,21,208); }
H1.HeaderClassName
{
color: #F815D0;
}
.AnyTagClassName
{
color: #F815D0;
}
</style>
background-color css
<style>
a { background-color: #F815D0; }
a { background-color: rgb(248,21,208); }
div.DivClassName
{
background-color: #F815D0;
}
.BgClassName
{
background-color: #F815D0;
}
</style>
border-color css
<style>
span { border-color: #F815D0; }
span { border-color: rgb(248,21,208); }
td.TdClassName
{
border-color: #F815D0;
}
.TagClassName
{
border-color: #F815D0;
}
</style>