Shades of Deep Pink #F40F9B
Tints of Deep Pink #F40F9B
RGB
CMYK
RGB Variations
Color information
#F40F9B (or 0xF40F9B) is known color: Deep Pink. HEX triplet: F4, 0F and 9B. RGB value is (244,15,155). Sum of RGB (Red+Green+Blue) = 244+15+155=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 15 (6.25% from 255 or 3.62% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F40F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40F9B is #0BF064. Grayscale: #636363. Windows color (decimal): -782437 or 10162164. OLE color: 10162164.
HSL color Cylindrical-coordinate representation of color #F40F9B: hue angle of 323.32º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F40F9B is Cyan = 0, Magento = 0.94, Yellow = 0.36 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 15 | 155 | - |
| CMYK | 0 | 0.94 | 0.36 | 0.04 |
| HSL | 323.32º | 0.91% | 0.51% | - |
| HSV(B) | 323.32º | 0.94% | 0.96% | - |
| XYZ | 43.4 | 21.94 | 32.96 | - |
| YUV | 99.43 | 159.37 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 15 | 155 | 0 | 0.94 | 0.36 | 0.04 | 323.32 | 0.91 | 0.51 |
| Hex | F4 | F | 9B | 0 | 5E | 24 | 4 | 143 | 5B | 33 |
| Octal | 364 | 17 | 233 | 0 | 136 | 44 | 4 | 503 | 133 | 63 |
| Binary | 11110100 | 1111 | 10011011 | 0 | 1011110 | 100100 | 100 | 101000011 | 1011011 | 110011 |
Color Harmonies of #F40F9B
Complementary color
Monochromatic Colors of #F40F9B
Black with #F40F9B
Text Example
Text Example
White with #F40F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40F9B; }
p { color: rgb(244,15,155); }
H1.HeaderClassName
{
color: #F40F9B;
}
.AnyTagClassName
{
color: #F40F9B;
}
</style>
background-color css
<style>
a { background-color: #F40F9B; }
a { background-color: rgb(244,15,155); }
div.DivClassName
{
background-color: #F40F9B;
}
.BgClassName
{
background-color: #F40F9B;
}
</style>
border-color css
<style>
span { border-color: #F40F9B; }
span { border-color: rgb(244,15,155); }
td.TdClassName
{
border-color: #F40F9B;
}
.TagClassName
{
border-color: #F40F9B;
}
</style>