Shades of Violet Red #F0469B
Tints of Violet Red #F0469B
RGB
CMYK
RGB Variations
Color information
#F0469B (or 0xF0469B) is known color: Violet Red. HEX triplet: F0, 46 and 9B. RGB value is (240,70,155). Sum of RGB (Red+Green+Blue) = 240+70+155=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 70 (27.73% from 255 or 15.05% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F0469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0469B is #0FB964. Grayscale: #828282. Windows color (decimal): -1030501 or 10176240. OLE color: 10176240.
HSL color Cylindrical-coordinate representation of color #F0469B: hue angle of 330º 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 #F0469B is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 70 | 155 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.06 |
| HSL | 330º | 0.85% | 0.61% | - |
| HSV(B) | 330º | 0.71% | 0.94% | - |
| XYZ | 44.04 | 25.27 | 33.57 | - |
| YUV | 130.52 | 141.82 | 206.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 70 | 155 | 0 | 0.71 | 0.35 | 0.06 | 330 | 0.85 | 0.61 |
| Hex | F0 | 46 | 9B | 0 | 47 | 23 | 6 | 14A | 55 | 3D |
| Octal | 360 | 106 | 233 | 0 | 107 | 43 | 6 | 512 | 125 | 75 |
| Binary | 11110000 | 1000110 | 10011011 | 0 | 1000111 | 100011 | 110 | 101001010 | 1010101 | 111101 |
Color Harmonies of #F0469B
Complementary color
Monochromatic Colors of #F0469B
Black with #F0469B
Text Example
Text Example
White with #F0469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0469B; }
p { color: rgb(240,70,155); }
H1.HeaderClassName
{
color: #F0469B;
}
.AnyTagClassName
{
color: #F0469B;
}
</style>
background-color css
<style>
a { background-color: #F0469B; }
a { background-color: rgb(240,70,155); }
div.DivClassName
{
background-color: #F0469B;
}
.BgClassName
{
background-color: #F0469B;
}
</style>
border-color css
<style>
span { border-color: #F0469B; }
span { border-color: rgb(240,70,155); }
td.TdClassName
{
border-color: #F0469B;
}
.TagClassName
{
border-color: #F0469B;
}
</style>