Shades of Shocking Pink #F81DC5
Tints of Shocking Pink #F81DC5
RGB
CMYK
RGB Variations
Color information
#F81DC5 (or 0xF81DC5) is known color: Shocking Pink. HEX triplet: F8, 1D and C5. RGB value is (248,29,197). Sum of RGB (Red+Green+Blue) = 248+29+197=474 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.32% from 474); Green value is 29 (11.72% from 255 or 6.12% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DC5 is #07E23A. Grayscale: #717171. Windows color (decimal): -516667 or 12918264. OLE color: 12918264.
HSL color Cylindrical-coordinate representation of color #F81DC5: hue angle of 313.97º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81DC5 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 197 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.03 |
| HSL | 313.97º | 0.94% | 0.54% | - |
| HSV(B) | 313.97º | 0.88% | 0.97% | - |
| XYZ | 49.23 | 24.87 | 55.03 | - |
| YUV | 113.63 | 175.05 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 197 | 0 | 0.88 | 0.21 | 0.03 | 313.97 | 0.94 | 0.54 |
| Hex | F8 | 1D | C5 | 0 | 58 | 15 | 3 | 13A | 5E | 36 |
| Octal | 370 | 35 | 305 | 0 | 130 | 25 | 3 | 472 | 136 | 66 |
| Binary | 11111000 | 11101 | 11000101 | 0 | 1011000 | 10101 | 11 | 100111010 | 1011110 | 110110 |
Color Harmonies of #F81DC5
Complementary color
Monochromatic Colors of #F81DC5
Black with #F81DC5
Text Example
Text Example
White with #F81DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DC5; }
p { color: rgb(248,29,197); }
H1.HeaderClassName
{
color: #F81DC5;
}
.AnyTagClassName
{
color: #F81DC5;
}
</style>
background-color css
<style>
a { background-color: #F81DC5; }
a { background-color: rgb(248,29,197); }
div.DivClassName
{
background-color: #F81DC5;
}
.BgClassName
{
background-color: #F81DC5;
}
</style>
border-color css
<style>
span { border-color: #F81DC5; }
span { border-color: rgb(248,29,197); }
td.TdClassName
{
border-color: #F81DC5;
}
.TagClassName
{
border-color: #F81DC5;
}
</style>