Shades of Shocking Pink #F81BD5
Tints of Shocking Pink #F81BD5
RGB
CMYK
RGB Variations
Color information
#F81BD5 (or 0xF81BD5) is known color: Shocking Pink. HEX triplet: F8, 1B and D5. RGB value is (248,27,213). Sum of RGB (Red+Green+Blue) = 248+27+213=488 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.82% from 488); Green value is 27 (10.94% from 255 or 5.53% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 248 - color contains mainly: red. Hex color #F81BD5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F81BD5 is #07E42A. Grayscale: #717171. Windows color (decimal): -517163 or 13966328. OLE color: 13966328.
HSL color Cylindrical-coordinate representation of color #F81BD5: hue angle of 309.5º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81BD5 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 213 | - |
| CMYK | 0 | 0.89 | 0.14 | 0.03 |
| HSL | 309.5º | 0.94% | 0.54% | - |
| HSV(B) | 309.5º | 0.89% | 0.97% | - |
| XYZ | 51.11 | 25.54 | 65.19 | - |
| YUV | 114.28 | 183.72 | 223.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 213 | 0 | 0.89 | 0.14 | 0.03 | 309.5 | 0.94 | 0.54 |
| Hex | F8 | 1B | D5 | 0 | 59 | E | 3 | 136 | 5E | 36 |
| Octal | 370 | 33 | 325 | 0 | 131 | 16 | 3 | 466 | 136 | 66 |
| Binary | 11111000 | 11011 | 11010101 | 0 | 1011001 | 1110 | 11 | 100110110 | 1011110 | 110110 |
Color Harmonies of #F81BD5
Complementary color
Monochromatic Colors of #F81BD5
Black with #F81BD5
Text Example
Text Example
White with #F81BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81BD5; }
p { color: rgb(248,27,213); }
H1.HeaderClassName
{
color: #F81BD5;
}
.AnyTagClassName
{
color: #F81BD5;
}
</style>
background-color css
<style>
a { background-color: #F81BD5; }
a { background-color: rgb(248,27,213); }
div.DivClassName
{
background-color: #F81BD5;
}
.BgClassName
{
background-color: #F81BD5;
}
</style>
border-color css
<style>
span { border-color: #F81BD5; }
span { border-color: rgb(248,27,213); }
td.TdClassName
{
border-color: #F81BD5;
}
.TagClassName
{
border-color: #F81BD5;
}
</style>