Shades of Violet Red #F0429A
Tints of Violet Red #F0429A
RGB
CMYK
RGB Variations
Color information
#F0429A (or 0xF0429A) is known color: Violet Red. HEX triplet: F0, 42 and 9A. RGB value is (240,66,154). Sum of RGB (Red+Green+Blue) = 240+66+154=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 66 (26.17% from 255 or 14.35% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F0429A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0429A is #0FBD65. Grayscale: #7F7F7F. Windows color (decimal): -1031526 or 10109680. OLE color: 10109680.
HSL color Cylindrical-coordinate representation of color #F0429A: hue angle of 329.66º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F0429A is Cyan = 0, Magento = 0.72, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 154 | - |
| CMYK | 0 | 0.72 | 0.36 | 0.06 |
| HSL | 329.66º | 0.85% | 0.6% | - |
| HSV(B) | 329.66º | 0.73% | 0.94% | - |
| XYZ | 43.72 | 24.75 | 33.05 | - |
| YUV | 128.06 | 142.65 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 154 | 0 | 0.72 | 0.36 | 0.06 | 329.66 | 0.85 | 0.6 |
| Hex | F0 | 42 | 9A | 0 | 48 | 24 | 6 | 14A | 55 | 3C |
| Octal | 360 | 102 | 232 | 0 | 110 | 44 | 6 | 512 | 125 | 74 |
| Binary | 11110000 | 1000010 | 10011010 | 0 | 1001000 | 100100 | 110 | 101001010 | 1010101 | 111100 |
Color Harmonies of #F0429A
Complementary color
Monochromatic Colors of #F0429A
Black with #F0429A
Text Example
Text Example
White with #F0429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0429A; }
p { color: rgb(240,66,154); }
H1.HeaderClassName
{
color: #F0429A;
}
.AnyTagClassName
{
color: #F0429A;
}
</style>
background-color css
<style>
a { background-color: #F0429A; }
a { background-color: rgb(240,66,154); }
div.DivClassName
{
background-color: #F0429A;
}
.BgClassName
{
background-color: #F0429A;
}
</style>
border-color css
<style>
span { border-color: #F0429A; }
span { border-color: rgb(240,66,154); }
td.TdClassName
{
border-color: #F0429A;
}
.TagClassName
{
border-color: #F0429A;
}
</style>