Shades of Violet Red #F93F74
Tints of Violet Red #F93F74
RGB
CMYK
RGB Variations
Color information
#F93F74 (or 0xF93F74) is known color: Violet Red. HEX triplet: F9, 3F and 74. RGB value is (249,63,116). Sum of RGB (Red+Green+Blue) = 249+63+116=428 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.18% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 249 - color contains mainly: red. Hex color #F93F74 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F93F74 is #06C08B. Grayscale: #7C7C7C. Windows color (decimal): -442508 or 7618553. OLE color: 7618553.
HSL color Cylindrical-coordinate representation of color #F93F74: hue angle of 342.9º 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 #F93F74 is Cyan = 0, Magento = 0.75, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 63 | 116 | - |
| CMYK | 0 | 0.75 | 0.53 | 0.02 |
| HSL | 342.9º | 0.94% | 0.61% | - |
| HSV(B) | 342.9º | 0.75% | 0.98% | - |
| XYZ | 44 | 24.96 | 19.02 | - |
| YUV | 124.66 | 123.12 | 216.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 63 | 116 | 0 | 0.75 | 0.53 | 0.02 | 342.9 | 0.94 | 0.61 |
| Hex | F9 | 3F | 74 | 0 | 4B | 35 | 2 | 157 | 5E | 3D |
| Octal | 371 | 77 | 164 | 0 | 113 | 65 | 2 | 527 | 136 | 75 |
| Binary | 11111001 | 111111 | 1110100 | 0 | 1001011 | 110101 | 10 | 101010111 | 1011110 | 111101 |
Color Harmonies of #F93F74
Complementary color
Monochromatic Colors of #F93F74
Black with #F93F74
Text Example
Text Example
White with #F93F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93F74; }
p { color: rgb(249,63,116); }
H1.HeaderClassName
{
color: #F93F74;
}
.AnyTagClassName
{
color: #F93F74;
}
</style>
background-color css
<style>
a { background-color: #F93F74; }
a { background-color: rgb(249,63,116); }
div.DivClassName
{
background-color: #F93F74;
}
.BgClassName
{
background-color: #F93F74;
}
</style>
border-color css
<style>
span { border-color: #F93F74; }
span { border-color: rgb(249,63,116); }
td.TdClassName
{
border-color: #F93F74;
}
.TagClassName
{
border-color: #F93F74;
}
</style>