Shades of Deep Pink #F0149B
Tints of Deep Pink #F0149B
RGB
CMYK
RGB Variations
Color information
#F0149B (or 0xF0149B) is known color: Deep Pink. HEX triplet: F0, 14 and 9B. RGB value is (240,20,155). Sum of RGB (Red+Green+Blue) = 240+20+155=415 (54% of max value = 765). Red value is 240 (94.14% from 255 or 57.83% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 155 (60.94% from 255 or 37.35% from 415); Max value from RGB is 240 - color contains mainly: red. Hex color #F0149B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0149B is #0FEB64. Grayscale: #646464. Windows color (decimal): -1043301 or 10163440. OLE color: 10163440.
HSL color Cylindrical-coordinate representation of color #F0149B: hue angle of 323.18º 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 #F0149B is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 155 | - |
| CMYK | 0 | 0.92 | 0.35 | 0.06 |
| HSL | 323.18º | 0.88% | 0.51% | - |
| HSV(B) | 323.18º | 0.92% | 0.94% | - |
| XYZ | 42.1 | 21.39 | 32.92 | - |
| YUV | 101.17 | 158.39 | 227.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 155 | 0 | 0.92 | 0.35 | 0.06 | 323.18 | 0.88 | 0.51 |
| Hex | F0 | 14 | 9B | 0 | 5C | 23 | 6 | 143 | 58 | 33 |
| Octal | 360 | 24 | 233 | 0 | 134 | 43 | 6 | 503 | 130 | 63 |
| Binary | 11110000 | 10100 | 10011011 | 0 | 1011100 | 100011 | 110 | 101000011 | 1011000 | 110011 |
Color Harmonies of #F0149B
Complementary color
Monochromatic Colors of #F0149B
Black with #F0149B
Text Example
Text Example
White with #F0149B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0149B; }
p { color: rgb(240,20,155); }
H1.HeaderClassName
{
color: #F0149B;
}
.AnyTagClassName
{
color: #F0149B;
}
</style>
background-color css
<style>
a { background-color: #F0149B; }
a { background-color: rgb(240,20,155); }
div.DivClassName
{
background-color: #F0149B;
}
.BgClassName
{
background-color: #F0149B;
}
</style>
border-color css
<style>
span { border-color: #F0149B; }
span { border-color: rgb(240,20,155); }
td.TdClassName
{
border-color: #F0149B;
}
.TagClassName
{
border-color: #F0149B;
}
</style>