Shades of Violet Red #F0459B
Tints of Violet Red #F0459B
RGB
CMYK
RGB Variations
Color information
#F0459B (or 0xF0459B) is known color: Violet Red. HEX triplet: F0, 45 and 9B. RGB value is (240,69,155). Sum of RGB (Red+Green+Blue) = 240+69+155=464 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.72% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 240 - color contains mainly: red. Hex color #F0459B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0459B is #0FBA64. Grayscale: #818181. Windows color (decimal): -1030757 or 10175984. OLE color: 10175984.
HSL color Cylindrical-coordinate representation of color #F0459B: hue angle of 329.82º 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 #F0459B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 155 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.06 |
| HSL | 329.82º | 0.85% | 0.61% | - |
| HSV(B) | 329.82º | 0.71% | 0.94% | - |
| XYZ | 43.98 | 25.15 | 33.55 | - |
| YUV | 129.93 | 142.15 | 206.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 155 | 0 | 0.71 | 0.35 | 0.06 | 329.82 | 0.85 | 0.61 |
| Hex | F0 | 45 | 9B | 0 | 47 | 23 | 6 | 14A | 55 | 3D |
| Octal | 360 | 105 | 233 | 0 | 107 | 43 | 6 | 512 | 125 | 75 |
| Binary | 11110000 | 1000101 | 10011011 | 0 | 1000111 | 100011 | 110 | 101001010 | 1010101 | 111101 |
Color Harmonies of #F0459B
Complementary color
Monochromatic Colors of #F0459B
Black with #F0459B
Text Example
Text Example
White with #F0459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0459B; }
p { color: rgb(240,69,155); }
H1.HeaderClassName
{
color: #F0459B;
}
.AnyTagClassName
{
color: #F0459B;
}
</style>
background-color css
<style>
a { background-color: #F0459B; }
a { background-color: rgb(240,69,155); }
div.DivClassName
{
background-color: #F0459B;
}
.BgClassName
{
background-color: #F0459B;
}
</style>
border-color css
<style>
span { border-color: #F0459B; }
span { border-color: rgb(240,69,155); }
td.TdClassName
{
border-color: #F0459B;
}
.TagClassName
{
border-color: #F0459B;
}
</style>