Shades of Violet Red #F4428A
Tints of Violet Red #F4428A
RGB
CMYK
RGB Variations
Color information
#F4428A (or 0xF4428A) is known color: Violet Red. HEX triplet: F4, 42 and 8A. RGB value is (244,66,138). Sum of RGB (Red+Green+Blue) = 244+66+138=448 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.46% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 244 - color contains mainly: red. Hex color #F4428A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4428A is #0BBD75. Grayscale: #7F7F7F. Windows color (decimal): -769398 or 9061108. OLE color: 9061108.
HSL color Cylindrical-coordinate representation of color #F4428A: hue angle of 335.73º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F4428A is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 66 | 138 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.04 |
| HSL | 335.73º | 0.89% | 0.61% | - |
| HSV(B) | 335.73º | 0.73% | 0.96% | - |
| XYZ | 43.84 | 24.96 | 26.55 | - |
| YUV | 127.43 | 133.97 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 66 | 138 | 0 | 0.73 | 0.43 | 0.04 | 335.73 | 0.89 | 0.61 |
| Hex | F4 | 42 | 8A | 0 | 49 | 2B | 4 | 150 | 59 | 3D |
| Octal | 364 | 102 | 212 | 0 | 111 | 53 | 4 | 520 | 131 | 75 |
| Binary | 11110100 | 1000010 | 10001010 | 0 | 1001001 | 101011 | 100 | 101010000 | 1011001 | 111101 |
Color Harmonies of #F4428A
Complementary color
Monochromatic Colors of #F4428A
Black with #F4428A
Text Example
Text Example
White with #F4428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4428A; }
p { color: rgb(244,66,138); }
H1.HeaderClassName
{
color: #F4428A;
}
.AnyTagClassName
{
color: #F4428A;
}
</style>
background-color css
<style>
a { background-color: #F4428A; }
a { background-color: rgb(244,66,138); }
div.DivClassName
{
background-color: #F4428A;
}
.BgClassName
{
background-color: #F4428A;
}
</style>
border-color css
<style>
span { border-color: #F4428A; }
span { border-color: rgb(244,66,138); }
td.TdClassName
{
border-color: #F4428A;
}
.TagClassName
{
border-color: #F4428A;
}
</style>