Shades of Violet Red #F93485
Tints of Violet Red #F93485
RGB
CMYK
RGB Variations
Color information
#F93485 (or 0xF93485) is known color: Violet Red. HEX triplet: F9, 34 and 85. RGB value is (249,52,133). Sum of RGB (Red+Green+Blue) = 249+52+133=434 (57% of max value = 765). Red value is 249 (97.66% from 255 or 57.37% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 133 (52.34% from 255 or 30.65% from 434); Max value from RGB is 249 - color contains mainly: red. Hex color #F93485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F93485 is #06CB7A. Grayscale: #787878. Windows color (decimal): -445307 or 8729849. OLE color: 8729849.
HSL color Cylindrical-coordinate representation of color #F93485: hue angle of 335.33º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F93485 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 52 | 133 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.02 |
| HSL | 335.33º | 0.94% | 0.59% | - |
| HSV(B) | 335.33º | 0.79% | 0.98% | - |
| XYZ | 44.53 | 24.29 | 24.53 | - |
| YUV | 120.14 | 135.27 | 219.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 52 | 133 | 0 | 0.79 | 0.47 | 0.02 | 335.33 | 0.94 | 0.59 |
| Hex | F9 | 34 | 85 | 0 | 4F | 2F | 2 | 14F | 5E | 3B |
| Octal | 371 | 64 | 205 | 0 | 117 | 57 | 2 | 517 | 136 | 73 |
| Binary | 11111001 | 110100 | 10000101 | 0 | 1001111 | 101111 | 10 | 101001111 | 1011110 | 111011 |
Color Harmonies of #F93485
Complementary color
Monochromatic Colors of #F93485
Black with #F93485
Text Example
Text Example
White with #F93485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F93485; }
p { color: rgb(249,52,133); }
H1.HeaderClassName
{
color: #F93485;
}
.AnyTagClassName
{
color: #F93485;
}
</style>
background-color css
<style>
a { background-color: #F93485; }
a { background-color: rgb(249,52,133); }
div.DivClassName
{
background-color: #F93485;
}
.BgClassName
{
background-color: #F93485;
}
</style>
border-color css
<style>
span { border-color: #F93485; }
span { border-color: rgb(249,52,133); }
td.TdClassName
{
border-color: #F93485;
}
.TagClassName
{
border-color: #F93485;
}
</style>