Shades of Deep Pink #F81B8F
Tints of Deep Pink #F81B8F
RGB
CMYK
RGB Variations
Color information
#F81B8F (or 0xF81B8F) is known color: Deep Pink. HEX triplet: F8, 1B and 8F. RGB value is (248,27,143). Sum of RGB (Red+Green+Blue) = 248+27+143=418 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.33% from 418); Green value is 27 (10.94% from 255 or 6.46% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 248 - color contains mainly: red. Hex color #F81B8F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F81B8F is #07E470. Grayscale: #6A6A6A. Windows color (decimal): -517233 or 9378808. OLE color: 9378808.
HSL color Cylindrical-coordinate representation of color #F81B8F: hue angle of 328.51º 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 #F81B8F is Cyan = 0, Magento = 0.89, Yellow = 0.42 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 27 | 143 | - |
| CMYK | 0 | 0.89 | 0.42 | 0.03 |
| HSL | 328.51º | 0.94% | 0.54% | - |
| HSV(B) | 328.51º | 0.89% | 0.97% | - |
| XYZ | 44.06 | 22.72 | 28.05 | - |
| YUV | 106.3 | 148.72 | 229.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 27 | 143 | 0 | 0.89 | 0.42 | 0.03 | 328.51 | 0.94 | 0.54 |
| Hex | F8 | 1B | 8F | 0 | 59 | 2A | 3 | 149 | 5E | 36 |
| Octal | 370 | 33 | 217 | 0 | 131 | 52 | 3 | 511 | 136 | 66 |
| Binary | 11111000 | 11011 | 10001111 | 0 | 1011001 | 101010 | 11 | 101001001 | 1011110 | 110110 |
Color Harmonies of #F81B8F
Complementary color
Monochromatic Colors of #F81B8F
Black with #F81B8F
Text Example
Text Example
White with #F81B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81B8F; }
p { color: rgb(248,27,143); }
H1.HeaderClassName
{
color: #F81B8F;
}
.AnyTagClassName
{
color: #F81B8F;
}
</style>
background-color css
<style>
a { background-color: #F81B8F; }
a { background-color: rgb(248,27,143); }
div.DivClassName
{
background-color: #F81B8F;
}
.BgClassName
{
background-color: #F81B8F;
}
</style>
border-color css
<style>
span { border-color: #F81B8F; }
span { border-color: rgb(248,27,143); }
td.TdClassName
{
border-color: #F81B8F;
}
.TagClassName
{
border-color: #F81B8F;
}
</style>