Shades of Violet Red #F0438A
Tints of Violet Red #F0438A
RGB
CMYK
RGB Variations
Color information
#F0438A (or 0xF0438A) is known color: Violet Red. HEX triplet: F0, 43 and 8A. RGB value is (240,67,138). Sum of RGB (Red+Green+Blue) = 240+67+138=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 67 (26.56% from 255 or 15.06% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0438A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0438A is #0FBC75. Grayscale: #7E7E7E. Windows color (decimal): -1031286 or 9061360. OLE color: 9061360.
HSL color Cylindrical-coordinate representation of color #F0438A: hue angle of 335.38º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F0438A is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 138 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 335.38º | 0.85% | 0.6% | - |
| HSV(B) | 335.38º | 0.72% | 0.94% | - |
| XYZ | 42.53 | 24.37 | 26.51 | - |
| YUV | 126.82 | 134.31 | 208.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 138 | 0 | 0.72 | 0.42 | 0.06 | 335.38 | 0.85 | 0.6 |
| Hex | F0 | 43 | 8A | 0 | 48 | 2A | 6 | 14F | 55 | 3C |
| Octal | 360 | 103 | 212 | 0 | 110 | 52 | 6 | 517 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10001010 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010101 | 111100 |
Color Harmonies of #F0438A
Complementary color
Monochromatic Colors of #F0438A
Black with #F0438A
Text Example
Text Example
White with #F0438A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0438A; }
p { color: rgb(240,67,138); }
H1.HeaderClassName
{
color: #F0438A;
}
.AnyTagClassName
{
color: #F0438A;
}
</style>
background-color css
<style>
a { background-color: #F0438A; }
a { background-color: rgb(240,67,138); }
div.DivClassName
{
background-color: #F0438A;
}
.BgClassName
{
background-color: #F0438A;
}
</style>
border-color css
<style>
span { border-color: #F0438A; }
span { border-color: rgb(240,67,138); }
td.TdClassName
{
border-color: #F0438A;
}
.TagClassName
{
border-color: #F0438A;
}
</style>