Shades of Violet Red #F0468F
Tints of Violet Red #F0468F
RGB
CMYK
RGB Variations
Color information
#F0468F (or 0xF0468F) is known color: Violet Red. HEX triplet: F0, 46 and 8F. RGB value is (240,70,143). Sum of RGB (Red+Green+Blue) = 240+70+143=453 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.98% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 240 - color contains mainly: red. Hex color #F0468F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0468F is #0FB970. Grayscale: #818181. Windows color (decimal): -1030513 or 9389808. OLE color: 9389808.
HSL color Cylindrical-coordinate representation of color #F0468F: hue angle of 334.24º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0468F is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 143 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.06 |
| HSL | 334.24º | 0.85% | 0.61% | - |
| HSV(B) | 334.24º | 0.71% | 0.94% | - |
| XYZ | 43.08 | 24.89 | 28.52 | - |
| YUV | 129.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 143 | 0 | 0.71 | 0.40 | 0.06 | 334.24 | 0.85 | 0.61 |
| Hex | F0 | 46 | 8F | 0 | 47 | 28 | 6 | 14E | 55 | 3D |
| Octal | 360 | 106 | 217 | 0 | 107 | 50 | 6 | 516 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10001111 | 0 | 1000111 | 101000 | 110 | 101001110 | 1010101 | 111101 |
Color Harmonies of #F0468F
Complementary color
Monochromatic Colors of #F0468F
Black with #F0468F
Text Example
Text Example
White with #F0468F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0468F; }
p { color: rgb(240,70,143); }
H1.HeaderClassName
{
color: #F0468F;
}
.AnyTagClassName
{
color: #F0468F;
}
</style>
background-color css
<style>
a { background-color: #F0468F; }
a { background-color: rgb(240,70,143); }
div.DivClassName
{
background-color: #F0468F;
}
.BgClassName
{
background-color: #F0468F;
}
</style>
border-color css
<style>
span { border-color: #F0468F; }
span { border-color: rgb(240,70,143); }
td.TdClassName
{
border-color: #F0468F;
}
.TagClassName
{
border-color: #F0468F;
}
</style>