Shades of Violet Red #F4468F
Tints of Violet Red #F4468F
RGB
CMYK
RGB Variations
Color information
#F4468F (or 0xF4468F) is known color: Violet Red. HEX triplet: F4, 46 and 8F. RGB value is (244,70,143). Sum of RGB (Red+Green+Blue) = 244+70+143=457 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.39% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 143 (56.25% from 255 or 31.29% from 457); Max value from RGB is 244 - color contains mainly: red. Hex color #F4468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F4468F is #0BB970. Grayscale: #828282. Windows color (decimal): -768369 or 9389812. OLE color: 9389812.
HSL color Cylindrical-coordinate representation of color #F4468F: hue angle of 334.83º 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 #F4468F is Cyan = 0, Magento = 0.71, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 70 | 143 | - |
| CMYK | 0 | 0.71 | 0.41 | 0.04 |
| HSL | 334.83º | 0.89% | 0.62% | - |
| HSV(B) | 334.83º | 0.71% | 0.96% | - |
| XYZ | 44.46 | 25.6 | 28.58 | - |
| YUV | 130.35 | 135.15 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 70 | 143 | 0 | 0.71 | 0.41 | 0.04 | 334.83 | 0.89 | 0.62 |
| Hex | F4 | 46 | 8F | 0 | 47 | 29 | 4 | 14F | 59 | 3E |
| Octal | 364 | 106 | 217 | 0 | 107 | 51 | 4 | 517 | 131 | 76 |
| Binary | 11110100 | 1000110 | 10001111 | 0 | 1000111 | 101001 | 100 | 101001111 | 1011001 | 111110 |
Color Harmonies of #F4468F
Complementary color
Monochromatic Colors of #F4468F
Black with #F4468F
Text Example
Text Example
White with #F4468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4468F; }
p { color: rgb(244,70,143); }
H1.HeaderClassName
{
color: #F4468F;
}
.AnyTagClassName
{
color: #F4468F;
}
</style>
background-color css
<style>
a { background-color: #F4468F; }
a { background-color: rgb(244,70,143); }
div.DivClassName
{
background-color: #F4468F;
}
.BgClassName
{
background-color: #F4468F;
}
</style>
border-color css
<style>
span { border-color: #F4468F; }
span { border-color: rgb(244,70,143); }
td.TdClassName
{
border-color: #F4468F;
}
.TagClassName
{
border-color: #F4468F;
}
</style>