Shades of Deep Pink #F913A1
Tints of Deep Pink #F913A1
RGB
CMYK
RGB Variations
Color information
#F913A1 (or 0xF913A1) is known color: Deep Pink. HEX triplet: F9, 13 and A1. RGB value is (249,19,161). Sum of RGB (Red+Green+Blue) = 249+19+161=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 19 (7.81% from 255 or 4.43% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F913A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F913A1 is #06EC5E. Grayscale: #676767. Windows color (decimal): -453727 or 10556409. OLE color: 10556409.
HSL color Cylindrical-coordinate representation of color #F913A1: hue angle of 322.96º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913A1 is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 161 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.02 |
| HSL | 322.96º | 0.95% | 0.53% | - |
| HSV(B) | 322.96º | 0.92% | 0.98% | - |
| XYZ | 45.73 | 23.18 | 35.78 | - |
| YUV | 103.96 | 160.2 | 231.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 161 | 0 | 0.92 | 0.35 | 0.02 | 322.96 | 0.95 | 0.53 |
| Hex | F9 | 13 | A1 | 0 | 5C | 23 | 2 | 143 | 5F | 35 |
| Octal | 371 | 23 | 241 | 0 | 134 | 43 | 2 | 503 | 137 | 65 |
| Binary | 11111001 | 10011 | 10100001 | 0 | 1011100 | 100011 | 10 | 101000011 | 1011111 | 110101 |
Color Harmonies of #F913A1
Complementary color
Monochromatic Colors of #F913A1
Black with #F913A1
Text Example
Text Example
White with #F913A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F913A1; }
p { color: rgb(249,19,161); }
H1.HeaderClassName
{
color: #F913A1;
}
.AnyTagClassName
{
color: #F913A1;
}
</style>
background-color css
<style>
a { background-color: #F913A1; }
a { background-color: rgb(249,19,161); }
div.DivClassName
{
background-color: #F913A1;
}
.BgClassName
{
background-color: #F913A1;
}
</style>
border-color css
<style>
span { border-color: #F913A1; }
span { border-color: rgb(249,19,161); }
td.TdClassName
{
border-color: #F913A1;
}
.TagClassName
{
border-color: #F913A1;
}
</style>