Shades of Deep Pink #F914A0
Tints of Deep Pink #F914A0
RGB
CMYK
RGB Variations
Color information
#F914A0 (or 0xF914A0) is known color: Deep Pink. HEX triplet: F9, 14 and A0. RGB value is (249,20,160). Sum of RGB (Red+Green+Blue) = 249+20+160=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F914A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F914A0 is #06EB5F. Grayscale: #686868. Windows color (decimal): -453472 or 10491129. OLE color: 10491129.
HSL color Cylindrical-coordinate representation of color #F914A0: hue angle of 323.32º 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 #F914A0 is Cyan = 0, Magento = 0.92, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 160 | - |
| CMYK | 0 | 0.92 | 0.36 | 0.02 |
| HSL | 323.32º | 0.95% | 0.53% | - |
| HSV(B) | 323.32º | 0.92% | 0.98% | - |
| XYZ | 45.66 | 23.18 | 35.32 | - |
| YUV | 104.43 | 159.37 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 160 | 0 | 0.92 | 0.36 | 0.02 | 323.32 | 0.95 | 0.53 |
| Hex | F9 | 14 | A0 | 0 | 5C | 24 | 2 | 143 | 5F | 35 |
| Octal | 371 | 24 | 240 | 0 | 134 | 44 | 2 | 503 | 137 | 65 |
| Binary | 11111001 | 10100 | 10100000 | 0 | 1011100 | 100100 | 10 | 101000011 | 1011111 | 110101 |
Color Harmonies of #F914A0
Complementary color
Monochromatic Colors of #F914A0
Black with #F914A0
Text Example
Text Example
White with #F914A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F914A0; }
p { color: rgb(249,20,160); }
H1.HeaderClassName
{
color: #F914A0;
}
.AnyTagClassName
{
color: #F914A0;
}
</style>
background-color css
<style>
a { background-color: #F914A0; }
a { background-color: rgb(249,20,160); }
div.DivClassName
{
background-color: #F914A0;
}
.BgClassName
{
background-color: #F914A0;
}
</style>
border-color css
<style>
span { border-color: #F914A0; }
span { border-color: rgb(249,20,160); }
td.TdClassName
{
border-color: #F914A0;
}
.TagClassName
{
border-color: #F914A0;
}
</style>