Shades of Violet Red #F5427D
Tints of Violet Red #F5427D
RGB
CMYK
RGB Variations
Color information
#F5427D (or 0xF5427D) is known color: Violet Red. HEX triplet: F5, 42 and 7D. RGB value is (245,66,125). Sum of RGB (Red+Green+Blue) = 245+66+125=436 (57% of max value = 765). Red value is 245 (96.09% from 255 or 56.19% from 436); Green value is 66 (26.17% from 255 or 15.14% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 245 - color contains mainly: red. Hex color #F5427D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5427D is #0ABD82. Grayscale: #7E7E7E. Windows color (decimal): -703875 or 8209141. OLE color: 8209141.
HSL color Cylindrical-coordinate representation of color #F5427D: hue angle of 340.22º 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 #F5427D is Cyan = 0, Magento = 0.73, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 66 | 125 | - |
| CMYK | 0 | 0.73 | 0.49 | 0.04 |
| HSL | 340.22º | 0.9% | 0.61% | - |
| HSV(B) | 340.22º | 0.73% | 0.96% | - |
| XYZ | 43.31 | 24.79 | 21.9 | - |
| YUV | 126.25 | 127.3 | 212.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 66 | 125 | 0 | 0.73 | 0.49 | 0.04 | 340.22 | 0.9 | 0.61 |
| Hex | F5 | 42 | 7D | 0 | 49 | 31 | 4 | 154 | 5A | 3D |
| Octal | 365 | 102 | 175 | 0 | 111 | 61 | 4 | 524 | 132 | 75 |
| Binary | 11110101 | 1000010 | 1111101 | 0 | 1001001 | 110001 | 100 | 101010100 | 1011010 | 111101 |
Color Harmonies of #F5427D
Complementary color
Monochromatic Colors of #F5427D
Black with #F5427D
Text Example
Text Example
White with #F5427D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5427D; }
p { color: rgb(245,66,125); }
H1.HeaderClassName
{
color: #F5427D;
}
.AnyTagClassName
{
color: #F5427D;
}
</style>
background-color css
<style>
a { background-color: #F5427D; }
a { background-color: rgb(245,66,125); }
div.DivClassName
{
background-color: #F5427D;
}
.BgClassName
{
background-color: #F5427D;
}
</style>
border-color css
<style>
span { border-color: #F5427D; }
span { border-color: rgb(245,66,125); }
td.TdClassName
{
border-color: #F5427D;
}
.TagClassName
{
border-color: #F5427D;
}
</style>