Shades of Deep Pink #F41378
Tints of Deep Pink #F41378
RGB
CMYK
RGB Variations
Color information
#F41378 (or 0xF41378) is known color: Deep Pink. HEX triplet: F4, 13 and 78. RGB value is (244,19,120). Sum of RGB (Red+Green+Blue) = 244+19+120=383 (50% of max value = 765). Red value is 244 (95.70% from 255 or 63.71% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 120 (47.27% from 255 or 31.33% from 383); Max value from RGB is 244 - color contains mainly: red. Hex color #F41378 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F41378 is #0BEC87. Grayscale: #616161. Windows color (decimal): -781448 or 7869428. OLE color: 7869428.
HSL color Cylindrical-coordinate representation of color #F41378: hue angle of 333.07º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F41378 is Cyan = 0, Magento = 0.92, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 19 | 120 | - |
| CMYK | 0 | 0.92 | 0.51 | 0.04 |
| HSL | 333.07º | 0.91% | 0.52% | - |
| HSV(B) | 333.07º | 0.92% | 0.96% | - |
| XYZ | 40.93 | 21.05 | 19.68 | - |
| YUV | 97.79 | 140.54 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 19 | 120 | 0 | 0.92 | 0.51 | 0.04 | 333.07 | 0.91 | 0.52 |
| Hex | F4 | 13 | 78 | 0 | 5C | 33 | 4 | 14D | 5B | 34 |
| Octal | 364 | 23 | 170 | 0 | 134 | 63 | 4 | 515 | 133 | 64 |
| Binary | 11110100 | 10011 | 1111000 | 0 | 1011100 | 110011 | 100 | 101001101 | 1011011 | 110100 |
Color Harmonies of #F41378
Complementary color
Monochromatic Colors of #F41378
Black with #F41378
Text Example
Text Example
White with #F41378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F41378; }
p { color: rgb(244,19,120); }
H1.HeaderClassName
{
color: #F41378;
}
.AnyTagClassName
{
color: #F41378;
}
</style>
background-color css
<style>
a { background-color: #F41378; }
a { background-color: rgb(244,19,120); }
div.DivClassName
{
background-color: #F41378;
}
.BgClassName
{
background-color: #F41378;
}
</style>
border-color css
<style>
span { border-color: #F41378; }
span { border-color: rgb(244,19,120); }
td.TdClassName
{
border-color: #F41378;
}
.TagClassName
{
border-color: #F41378;
}
</style>