Shades of Violet Red #F4468A
Tints of Violet Red #F4468A
RGB
CMYK
RGB Variations
Color information
#F4468A (or 0xF4468A) is known color: Violet Red. HEX triplet: F4, 46 and 8A. RGB value is (244,70,138). Sum of RGB (Red+Green+Blue) = 244+70+138=452 (59% of max value = 765). Red value is 244 (95.70% from 255 or 53.98% from 452); Green value is 70 (27.73% from 255 or 15.49% from 452); Blue value is 138 (54.30% from 255 or 30.53% from 452); Max value from RGB is 244 - color contains mainly: red. Hex color #F4468A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4468A is #0BB975. Grayscale: #818181. Windows color (decimal): -768374 or 9062132. OLE color: 9062132.
HSL color Cylindrical-coordinate representation of color #F4468A: hue angle of 336.55º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F4468A is Cyan = 0, Magento = 0.71, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 138 | - |
| CMYK | 0 | 0.71 | 0.43 | 0.04 |
| HSL | 336.55º | 0.89% | 0.62% | - |
| HSV(B) | 336.55º | 0.71% | 0.96% | - |
| XYZ | 44.09 | 25.45 | 26.63 | - |
| YUV | 129.78 | 132.65 | 209.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 138 | 0 | 0.71 | 0.43 | 0.04 | 336.55 | 0.89 | 0.62 |
| Hex | F4 | 46 | 8A | 0 | 47 | 2B | 4 | 151 | 59 | 3E |
| Octal | 364 | 106 | 212 | 0 | 107 | 53 | 4 | 521 | 131 | 76 |
| Binary | 11110100 | 1000110 | 10001010 | 0 | 1000111 | 101011 | 100 | 101010001 | 1011001 | 111110 |
Color Harmonies of #F4468A
Complementary color
Monochromatic Colors of #F4468A
Black with #F4468A
Text Example
Text Example
White with #F4468A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4468A; }
p { color: rgb(244,70,138); }
H1.HeaderClassName
{
color: #F4468A;
}
.AnyTagClassName
{
color: #F4468A;
}
</style>
background-color css
<style>
a { background-color: #F4468A; }
a { background-color: rgb(244,70,138); }
div.DivClassName
{
background-color: #F4468A;
}
.BgClassName
{
background-color: #F4468A;
}
</style>
border-color css
<style>
span { border-color: #F4468A; }
span { border-color: rgb(244,70,138); }
td.TdClassName
{
border-color: #F4468A;
}
.TagClassName
{
border-color: #F4468A;
}
</style>