Shades of Violet Red #F5469B
Tints of Violet Red #F5469B
RGB
CMYK
RGB Variations
Color information
#F5469B (or 0xF5469B) is known color: Violet Red. HEX triplet: F5, 46 and 9B. RGB value is (245,70,155). Sum of RGB (Red+Green+Blue) = 245+70+155=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 155 (60.94% from 255 or 32.98% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F5469B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5469B is #0AB964. Grayscale: #838383. Windows color (decimal): -702821 or 10176245. OLE color: 10176245.
HSL color Cylindrical-coordinate representation of color #F5469B: hue angle of 330.86º degrees, saturation: 0.9, 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 #F5469B is Cyan = 0, Magento = 0.71, Yellow = 0.37 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 70 | 155 | - |
| CMYK | 0 | 0.71 | 0.37 | 0.04 |
| HSL | 330.86º | 0.9% | 0.62% | - |
| HSV(B) | 330.86º | 0.71% | 0.96% | - |
| XYZ | 45.76 | 26.16 | 33.65 | - |
| YUV | 132.02 | 140.98 | 208.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 70 | 155 | 0 | 0.71 | 0.37 | 0.04 | 330.86 | 0.9 | 0.62 |
| Hex | F5 | 46 | 9B | 0 | 47 | 25 | 4 | 14B | 5A | 3E |
| Octal | 365 | 106 | 233 | 0 | 107 | 45 | 4 | 513 | 132 | 76 |
| Binary | 11110101 | 1000110 | 10011011 | 0 | 1000111 | 100101 | 100 | 101001011 | 1011010 | 111110 |
Color Harmonies of #F5469B
Complementary color
Monochromatic Colors of #F5469B
Black with #F5469B
Text Example
Text Example
White with #F5469B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5469B; }
p { color: rgb(245,70,155); }
H1.HeaderClassName
{
color: #F5469B;
}
.AnyTagClassName
{
color: #F5469B;
}
</style>
background-color css
<style>
a { background-color: #F5469B; }
a { background-color: rgb(245,70,155); }
div.DivClassName
{
background-color: #F5469B;
}
.BgClassName
{
background-color: #F5469B;
}
</style>
border-color css
<style>
span { border-color: #F5469B; }
span { border-color: rgb(245,70,155); }
td.TdClassName
{
border-color: #F5469B;
}
.TagClassName
{
border-color: #F5469B;
}
</style>