Shades of Violet Red #F0438B
Tints of Violet Red #F0438B
RGB
CMYK
RGB Variations
Color information
#F0438B (or 0xF0438B) is known color: Violet Red. HEX triplet: F0, 43 and 8B. RGB value is (240,67,139). Sum of RGB (Red+Green+Blue) = 240+67+139=446 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.81% from 446); Green value is 67 (26.56% from 255 or 15.02% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 240 - color contains mainly: red. Hex color #F0438B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F0438B is #0FBC74. Grayscale: #7E7E7E. Windows color (decimal): -1031285 or 9126896. OLE color: 9126896.
HSL color Cylindrical-coordinate representation of color #F0438B: hue angle of 335.03º 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 #F0438B is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 67 | 139 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.06 |
| HSL | 335.03º | 0.85% | 0.6% | - |
| HSV(B) | 335.03º | 0.72% | 0.94% | - |
| XYZ | 42.6 | 24.4 | 26.89 | - |
| YUV | 126.94 | 134.81 | 208.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 67 | 139 | 0 | 0.72 | 0.42 | 0.06 | 335.03 | 0.85 | 0.6 |
| Hex | F0 | 43 | 8B | 0 | 48 | 2A | 6 | 14F | 55 | 3C |
| Octal | 360 | 103 | 213 | 0 | 110 | 52 | 6 | 517 | 125 | 74 |
| Binary | 11110000 | 1000011 | 10001011 | 0 | 1001000 | 101010 | 110 | 101001111 | 1010101 | 111100 |
Color Harmonies of #F0438B
Complementary color
Monochromatic Colors of #F0438B
Black with #F0438B
Text Example
Text Example
White with #F0438B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0438B; }
p { color: rgb(240,67,139); }
H1.HeaderClassName
{
color: #F0438B;
}
.AnyTagClassName
{
color: #F0438B;
}
</style>
background-color css
<style>
a { background-color: #F0438B; }
a { background-color: rgb(240,67,139); }
div.DivClassName
{
background-color: #F0438B;
}
.BgClassName
{
background-color: #F0438B;
}
</style>
border-color css
<style>
span { border-color: #F0438B; }
span { border-color: rgb(240,67,139); }
td.TdClassName
{
border-color: #F0438B;
}
.TagClassName
{
border-color: #F0438B;
}
</style>