Shades of Violet Red #F5438D
Tints of Violet Red #F5438D
RGB
CMYK
RGB Variations
Color information
#F5438D (or 0xF5438D) is known color: Violet Red. HEX triplet: F5, 43 and 8D. RGB value is (245,67,141). Sum of RGB (Red+Green+Blue) = 245+67+141=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 67 (26.56% from 255 or 14.79% from 453); Blue value is 141 (55.47% from 255 or 31.13% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5438D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5438D is #0ABC72. Grayscale: #808080. Windows color (decimal): -703603 or 9257973. OLE color: 9257973.
HSL color Cylindrical-coordinate representation of color #F5438D: hue angle of 335.06º degrees, saturation: 0.9, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F5438D is Cyan = 0, Magento = 0.73, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 67 | 141 | - |
| CMYK | 0 | 0.73 | 0.42 | 0.04 |
| HSL | 335.06º | 0.9% | 0.61% | - |
| HSV(B) | 335.06º | 0.73% | 0.96% | - |
| XYZ | 44.47 | 25.35 | 27.75 | - |
| YUV | 128.66 | 134.97 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 67 | 141 | 0 | 0.73 | 0.42 | 0.04 | 335.06 | 0.9 | 0.61 |
| Hex | F5 | 43 | 8D | 0 | 49 | 2A | 4 | 14F | 5A | 3D |
| Octal | 365 | 103 | 215 | 0 | 111 | 52 | 4 | 517 | 132 | 75 |
| Binary | 11110101 | 1000011 | 10001101 | 0 | 1001001 | 101010 | 100 | 101001111 | 1011010 | 111101 |
Color Harmonies of #F5438D
Complementary color
Monochromatic Colors of #F5438D
Black with #F5438D
Text Example
Text Example
White with #F5438D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5438D; }
p { color: rgb(245,67,141); }
H1.HeaderClassName
{
color: #F5438D;
}
.AnyTagClassName
{
color: #F5438D;
}
</style>
background-color css
<style>
a { background-color: #F5438D; }
a { background-color: rgb(245,67,141); }
div.DivClassName
{
background-color: #F5438D;
}
.BgClassName
{
background-color: #F5438D;
}
</style>
border-color css
<style>
span { border-color: #F5438D; }
span { border-color: rgb(245,67,141); }
td.TdClassName
{
border-color: #F5438D;
}
.TagClassName
{
border-color: #F5438D;
}
</style>