Shades of Violet Red #F5387F
Tints of Violet Red #F5387F
RGB
CMYK
RGB Variations
Color information
#F5387F (or 0xF5387F) is known color: Violet Red. HEX triplet: F5, 38 and 7F. RGB value is (245,56,127). Sum of RGB (Red+Green+Blue) = 245+56+127=428 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.24% from 428); Green value is 56 (22.27% from 255 or 13.08% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 245 - color contains mainly: red. Hex color #F5387F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5387F is #0AC780. Grayscale: #787878. Windows color (decimal): -706433 or 8337653. OLE color: 8337653.
HSL color Cylindrical-coordinate representation of color #F5387F: hue angle of 337.46º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F5387F is Cyan = 0, Magento = 0.77, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 56 | 127 | - |
| CMYK | 0 | 0.77 | 0.48 | 0.04 |
| HSL | 337.46º | 0.9% | 0.59% | - |
| HSV(B) | 337.46º | 0.77% | 0.96% | - |
| XYZ | 42.9 | 23.77 | 22.41 | - |
| YUV | 120.61 | 131.62 | 216.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 56 | 127 | 0 | 0.77 | 0.48 | 0.04 | 337.46 | 0.9 | 0.59 |
| Hex | F5 | 38 | 7F | 0 | 4D | 30 | 4 | 151 | 5A | 3B |
| Octal | 365 | 70 | 177 | 0 | 115 | 60 | 4 | 521 | 132 | 73 |
| Binary | 11110101 | 111000 | 1111111 | 0 | 1001101 | 110000 | 100 | 101010001 | 1011010 | 111011 |
Color Harmonies of #F5387F
Complementary color
Monochromatic Colors of #F5387F
Black with #F5387F
Text Example
Text Example
White with #F5387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5387F; }
p { color: rgb(245,56,127); }
H1.HeaderClassName
{
color: #F5387F;
}
.AnyTagClassName
{
color: #F5387F;
}
</style>
background-color css
<style>
a { background-color: #F5387F; }
a { background-color: rgb(245,56,127); }
div.DivClassName
{
background-color: #F5387F;
}
.BgClassName
{
background-color: #F5387F;
}
</style>
border-color css
<style>
span { border-color: #F5387F; }
span { border-color: rgb(245,56,127); }
td.TdClassName
{
border-color: #F5387F;
}
.TagClassName
{
border-color: #F5387F;
}
</style>