Shades of Shocking Pink #F81DC6
Tints of Shocking Pink #F81DC6
RGB
CMYK
RGB Variations
Color information
#F81DC6 (or 0xF81DC6) is known color: Shocking Pink. HEX triplet: F8, 1D and C6. RGB value is (248,29,198). Sum of RGB (Red+Green+Blue) = 248+29+198=475 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.21% from 475); Green value is 29 (11.72% from 255 or 6.11% from 475); Blue value is 198 (77.73% from 255 or 41.68% from 475); Max value from RGB is 248 - color contains mainly: red. Hex color #F81DC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81DC6 is #07E239. Grayscale: #717171. Windows color (decimal): -516666 or 12983800. OLE color: 12983800.
HSL color Cylindrical-coordinate representation of color #F81DC6: hue angle of 313.7º 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 #F81DC6 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 29 | 198 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.03 |
| HSL | 313.7º | 0.94% | 0.54% | - |
| HSV(B) | 313.7º | 0.88% | 0.97% | - |
| XYZ | 49.34 | 24.91 | 55.63 | - |
| YUV | 113.75 | 175.55 | 223.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 29 | 198 | 0 | 0.88 | 0.20 | 0.03 | 313.7 | 0.94 | 0.54 |
| Hex | F8 | 1D | C6 | 0 | 58 | 14 | 3 | 13A | 5E | 36 |
| Octal | 370 | 35 | 306 | 0 | 130 | 24 | 3 | 472 | 136 | 66 |
| Binary | 11111000 | 11101 | 11000110 | 0 | 1011000 | 10100 | 11 | 100111010 | 1011110 | 110110 |
Color Harmonies of #F81DC6
Complementary color
Monochromatic Colors of #F81DC6
Black with #F81DC6
Text Example
Text Example
White with #F81DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81DC6; }
p { color: rgb(248,29,198); }
H1.HeaderClassName
{
color: #F81DC6;
}
.AnyTagClassName
{
color: #F81DC6;
}
</style>
background-color css
<style>
a { background-color: #F81DC6; }
a { background-color: rgb(248,29,198); }
div.DivClassName
{
background-color: #F81DC6;
}
.BgClassName
{
background-color: #F81DC6;
}
</style>
border-color css
<style>
span { border-color: #F81DC6; }
span { border-color: rgb(248,29,198); }
td.TdClassName
{
border-color: #F81DC6;
}
.TagClassName
{
border-color: #F81DC6;
}
</style>