Shades of Violet Red #F44082
Tints of Violet Red #F44082
RGB
CMYK
RGB Variations
Color information
#F44082 (or 0xF44082) is known color: Violet Red. HEX triplet: F4, 40 and 82. RGB value is (244,64,130). Sum of RGB (Red+Green+Blue) = 244+64+130=438 (58% of max value = 765). Red value is 244 (95.70% from 255 or 55.71% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 244 - color contains mainly: red. Hex color #F44082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F44082 is #0BBF7D. Grayscale: #7D7D7D. Windows color (decimal): -769918 or 8536308. OLE color: 8536308.
HSL color Cylindrical-coordinate representation of color #F44082: hue angle of 338º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F44082 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 64 | 130 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.04 |
| HSL | 338º | 0.89% | 0.6% | - |
| HSV(B) | 338º | 0.74% | 0.96% | - |
| XYZ | 43.17 | 24.51 | 23.57 | - |
| YUV | 125.34 | 130.63 | 212.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 64 | 130 | 0 | 0.74 | 0.47 | 0.04 | 338 | 0.89 | 0.6 |
| Hex | F4 | 40 | 82 | 0 | 4A | 2F | 4 | 152 | 59 | 3C |
| Octal | 364 | 100 | 202 | 0 | 112 | 57 | 4 | 522 | 131 | 74 |
| Binary | 11110100 | 1000000 | 10000010 | 0 | 1001010 | 101111 | 100 | 101010010 | 1011001 | 111100 |
Color Harmonies of #F44082
Complementary color
Monochromatic Colors of #F44082
Black with #F44082
Text Example
Text Example
White with #F44082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F44082; }
p { color: rgb(244,64,130); }
H1.HeaderClassName
{
color: #F44082;
}
.AnyTagClassName
{
color: #F44082;
}
</style>
background-color css
<style>
a { background-color: #F44082; }
a { background-color: rgb(244,64,130); }
div.DivClassName
{
background-color: #F44082;
}
.BgClassName
{
background-color: #F44082;
}
</style>
border-color css
<style>
span { border-color: #F44082; }
span { border-color: rgb(244,64,130); }
td.TdClassName
{
border-color: #F44082;
}
.TagClassName
{
border-color: #F44082;
}
</style>