Shades of Violet Red #F93F7D
Tints of Violet Red #F93F7D
RGB
CMYK
RGB Variations
Color information
#F93F7D (or 0xF93F7D) is known color: Violet Red. HEX triplet: F9, 3F and 7D. RGB value is (249,63,125). Sum of RGB (Red+Green+Blue) = 249+63+125=437 (57% of max value = 765). Red value is 249 (97.66% from 255 or 56.98% from 437); Green value is 63 (25% from 255 or 14.42% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F7D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F7D is #06C082. Grayscale: #7D7D7D. Windows color (decimal): -442499 or 8208377. OLE color: 8208377.
HSL color Cylindrical-coordinate representation of color #F93F7D: hue angle of 340º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F93F7D is Cyan = 0, Magento = 0.75, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 125 | - |
| CMYK | 0 | 0.75 | 0.50 | 0.02 |
| HSL | 340º | 0.94% | 0.61% | - |
| HSV(B) | 340º | 0.75% | 0.98% | - |
| XYZ | 44.55 | 25.18 | 21.91 | - |
| YUV | 125.68 | 127.62 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 125 | 0 | 0.75 | 0.50 | 0.02 | 340 | 0.94 | 0.61 |
| Hex | F9 | 3F | 7D | 0 | 4B | 32 | 2 | 154 | 5E | 3D |
| Octal | 371 | 77 | 175 | 0 | 113 | 62 | 2 | 524 | 136 | 75 |
| Binary | 11111001 | 111111 | 1111101 | 0 | 1001011 | 110010 | 10 | 101010100 | 1011110 | 111101 |
Color Harmonies of #F93F7D
Complementary color
Monochromatic Colors of #F93F7D
Black with #F93F7D
Text Example
Text Example
White with #F93F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F7D; }
p { color: rgb(249,63,125); }
H1.HeaderClassName
{
color: #F93F7D;
}
.AnyTagClassName
{
color: #F93F7D;
}
</style>
background-color css
<style>
a { background-color: #F93F7D; }
a { background-color: rgb(249,63,125); }
div.DivClassName
{
background-color: #F93F7D;
}
.BgClassName
{
background-color: #F93F7D;
}
</style>
border-color css
<style>
span { border-color: #F93F7D; }
span { border-color: rgb(249,63,125); }
td.TdClassName
{
border-color: #F93F7D;
}
.TagClassName
{
border-color: #F93F7D;
}
</style>