Shades of Violet Red #F5307D
Tints of Violet Red #F5307D
RGB
CMYK
RGB Variations
Color information
#F5307D (or 0xF5307D) is known color: Violet Red. HEX triplet: F5, 30 and 7D. RGB value is (245,48,125). Sum of RGB (Red+Green+Blue) = 245+48+125=418 (55% of max value = 765). Red value is 245 (96.09% from 255 or 58.61% from 418); Green value is 48 (19.14% from 255 or 11.48% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 245 - color contains mainly: red. Hex color #F5307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F5307D is #0ACF82. Grayscale: #737373. Windows color (decimal): -708483 or 8204533. OLE color: 8204533.
HSL color Cylindrical-coordinate representation of color #F5307D: hue angle of 336.55º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5307D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 48 | 125 | - |
| CMYK | 0 | 0.80 | 0.49 | 0.04 |
| HSL | 336.55º | 0.91% | 0.57% | - |
| HSV(B) | 336.55º | 0.8% | 0.96% | - |
| XYZ | 42.41 | 23.01 | 21.61 | - |
| YUV | 115.68 | 133.27 | 220.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 48 | 125 | 0 | 0.80 | 0.49 | 0.04 | 336.55 | 0.91 | 0.57 |
| Hex | F5 | 30 | 7D | 0 | 50 | 31 | 4 | 151 | 5B | 39 |
| Octal | 365 | 60 | 175 | 0 | 120 | 61 | 4 | 521 | 133 | 71 |
| Binary | 11110101 | 110000 | 1111101 | 0 | 1010000 | 110001 | 100 | 101010001 | 1011011 | 111001 |
Color Harmonies of #F5307D
Complementary color
Monochromatic Colors of #F5307D
Black with #F5307D
Text Example
Text Example
White with #F5307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5307D; }
p { color: rgb(245,48,125); }
H1.HeaderClassName
{
color: #F5307D;
}
.AnyTagClassName
{
color: #F5307D;
}
</style>
background-color css
<style>
a { background-color: #F5307D; }
a { background-color: rgb(245,48,125); }
div.DivClassName
{
background-color: #F5307D;
}
.BgClassName
{
background-color: #F5307D;
}
</style>
border-color css
<style>
span { border-color: #F5307D; }
span { border-color: rgb(245,48,125); }
td.TdClassName
{
border-color: #F5307D;
}
.TagClassName
{
border-color: #F5307D;
}
</style>