Shades of Deep Pink #F40385
Tints of Deep Pink #F40385
RGB
CMYK
RGB Variations
Color information
#F40385 (or 0xF40385) is known color: Deep Pink. HEX triplet: F4, 03 and 85. RGB value is (244,3,133). Sum of RGB (Red+Green+Blue) = 244+3+133=380 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.21% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 244 - color contains mainly: red. Hex color #F40385 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F40385 is #0BFC7A. Grayscale: #595959. Windows color (decimal): -785531 or 8717300. OLE color: 8717300.
HSL color Cylindrical-coordinate representation of color #F40385: hue angle of 327.63º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F40385 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 133 | - |
| CMYK | 0 | 0.99 | 0.45 | 0.04 |
| HSL | 327.63º | 0.98% | 0.48% | - |
| HSV(B) | 327.63º | 0.99% | 0.96% | - |
| XYZ | 41.57 | 20.99 | 24.05 | - |
| YUV | 89.88 | 152.34 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 133 | 0 | 0.99 | 0.45 | 0.04 | 327.63 | 0.98 | 0.48 |
| Hex | F4 | 3 | 85 | 0 | 63 | 2D | 4 | 148 | 62 | 30 |
| Octal | 364 | 3 | 205 | 0 | 143 | 55 | 4 | 510 | 142 | 60 |
| Binary | 11110100 | 11 | 10000101 | 0 | 1100011 | 101101 | 100 | 101001000 | 1100010 | 110000 |
Color Harmonies of #F40385
Complementary color
Monochromatic Colors of #F40385
Black with #F40385
Text Example
Text Example
White with #F40385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40385; }
p { color: rgb(244,3,133); }
H1.HeaderClassName
{
color: #F40385;
}
.AnyTagClassName
{
color: #F40385;
}
</style>
background-color css
<style>
a { background-color: #F40385; }
a { background-color: rgb(244,3,133); }
div.DivClassName
{
background-color: #F40385;
}
.BgClassName
{
background-color: #F40385;
}
</style>
border-color css
<style>
span { border-color: #F40385; }
span { border-color: rgb(244,3,133); }
td.TdClassName
{
border-color: #F40385;
}
.TagClassName
{
border-color: #F40385;
}
</style>