Shades of Violet Red #F73A7D
Tints of Violet Red #F73A7D
RGB
CMYK
RGB Variations
Color information
#F73A7D (or 0xF73A7D) is known color: Violet Red. HEX triplet: F7, 3A and 7D. RGB value is (247,58,125). Sum of RGB (Red+Green+Blue) = 247+58+125=430 (56% of max value = 765). Red value is 247 (96.88% from 255 or 57.44% from 430); Green value is 58 (23.05% from 255 or 13.49% from 430); Blue value is 125 (49.22% from 255 or 29.07% from 430); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F73A7D is #08C582. Grayscale: #7A7A7A. Windows color (decimal): -574851 or 8207095. OLE color: 8207095.
HSL color Cylindrical-coordinate representation of color #F73A7D: hue angle of 338.73º degrees, saturation: 0.92, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73A7D is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 58 | 125 | - |
| CMYK | 0 | 0.77 | 0.49 | 0.03 |
| HSL | 338.73º | 0.92% | 0.6% | - |
| HSV(B) | 338.73º | 0.77% | 0.97% | - |
| XYZ | 43.57 | 24.28 | 21.79 | - |
| YUV | 122.15 | 129.62 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 125 | 0 | 0.77 | 0.49 | 0.03 | 338.73 | 0.92 | 0.6 |
| Hex | F7 | 3A | 7D | 0 | 4D | 31 | 3 | 153 | 5C | 3C |
| Octal | 367 | 72 | 175 | 0 | 115 | 61 | 3 | 523 | 134 | 74 |
| Binary | 11110111 | 111010 | 1111101 | 0 | 1001101 | 110001 | 11 | 101010011 | 1011100 | 111100 |
Color Harmonies of #F73A7D
Complementary color
Monochromatic Colors of #F73A7D
Black with #F73A7D
Text Example
Text Example
White with #F73A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73A7D; }
p { color: rgb(247,58,125); }
H1.HeaderClassName
{
color: #F73A7D;
}
.AnyTagClassName
{
color: #F73A7D;
}
</style>
background-color css
<style>
a { background-color: #F73A7D; }
a { background-color: rgb(247,58,125); }
div.DivClassName
{
background-color: #F73A7D;
}
.BgClassName
{
background-color: #F73A7D;
}
</style>
border-color css
<style>
span { border-color: #F73A7D; }
span { border-color: rgb(247,58,125); }
td.TdClassName
{
border-color: #F73A7D;
}
.TagClassName
{
border-color: #F73A7D;
}
</style>