Shades of Deep Pink #F0149D
Tints of Deep Pink #F0149D
RGB
CMYK
RGB Variations
Color information
#F0149D (or 0xF0149D) is known color: Deep Pink. HEX triplet: F0, 14 and 9D. RGB value is (240,20,157). Sum of RGB (Red+Green+Blue) = 240+20+157=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 20 (8.20% from 255 or 4.80% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F0149D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0149D is #0FEB62. Grayscale: #656565. Windows color (decimal): -1043299 or 10294512. OLE color: 10294512.
HSL color Cylindrical-coordinate representation of color #F0149D: hue angle of 322.64º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0149D is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 157 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 322.64º | 0.88% | 0.51% | - |
| HSV(B) | 322.64º | 0.92% | 0.94% | - |
| XYZ | 42.27 | 21.46 | 33.81 | - |
| YUV | 101.4 | 159.39 | 226.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 157 | 0 | 0.92 | 0.35 | 0.06 | 322.64 | 0.88 | 0.51 |
| Hex | F0 | 14 | 9D | 0 | 5C | 23 | 6 | 143 | 58 | 33 |
| Octal | 360 | 24 | 235 | 0 | 134 | 43 | 6 | 503 | 130 | 63 |
| Binary | 11110000 | 10100 | 10011101 | 0 | 1011100 | 100011 | 110 | 101000011 | 1011000 | 110011 |
Color Harmonies of #F0149D
Complementary color
Monochromatic Colors of #F0149D
Black with #F0149D
Text Example
Text Example
White with #F0149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0149D; }
p { color: rgb(240,20,157); }
H1.HeaderClassName
{
color: #F0149D;
}
.AnyTagClassName
{
color: #F0149D;
}
</style>
background-color css
<style>
a { background-color: #F0149D; }
a { background-color: rgb(240,20,157); }
div.DivClassName
{
background-color: #F0149D;
}
.BgClassName
{
background-color: #F0149D;
}
</style>
border-color css
<style>
span { border-color: #F0149D; }
span { border-color: rgb(240,20,157); }
td.TdClassName
{
border-color: #F0149D;
}
.TagClassName
{
border-color: #F0149D;
}
</style>