Shades of Violet Red #FA3485
Tints of Violet Red #FA3485
RGB
CMYK
RGB Variations
Color information
#FA3485 (or 0xFA3485) is known color: Violet Red. HEX triplet: FA, 34 and 85. RGB value is (250,52,133). Sum of RGB (Red+Green+Blue) = 250+52+133=435 (57% of max value = 765). Red value is 250 (98.05% from 255 or 57.47% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 133 (52.34% from 255 or 30.57% from 435); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3485 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA3485 is #05CB7A. Grayscale: #787878. Windows color (decimal): -379771 or 8729850. OLE color: 8729850.
HSL color Cylindrical-coordinate representation of color #FA3485: hue angle of 335.45º degrees, saturation: 0.95, 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 #FA3485 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 133 | - |
| CMYK | 0 | 0.79 | 0.47 | 0.02 |
| HSL | 335.45º | 0.95% | 0.59% | - |
| HSV(B) | 335.45º | 0.79% | 0.98% | - |
| XYZ | 44.89 | 24.47 | 24.55 | - |
| YUV | 120.44 | 135.1 | 220.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 133 | 0 | 0.79 | 0.47 | 0.02 | 335.45 | 0.95 | 0.59 |
| Hex | FA | 34 | 85 | 0 | 4F | 2F | 2 | 14F | 5F | 3B |
| Octal | 372 | 64 | 205 | 0 | 117 | 57 | 2 | 517 | 137 | 73 |
| Binary | 11111010 | 110100 | 10000101 | 0 | 1001111 | 101111 | 10 | 101001111 | 1011111 | 111011 |
Color Harmonies of #FA3485
Complementary color
Monochromatic Colors of #FA3485
Black with #FA3485
Text Example
Text Example
White with #FA3485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3485; }
p { color: rgb(250,52,133); }
H1.HeaderClassName
{
color: #FA3485;
}
.AnyTagClassName
{
color: #FA3485;
}
</style>
background-color css
<style>
a { background-color: #FA3485; }
a { background-color: rgb(250,52,133); }
div.DivClassName
{
background-color: #FA3485;
}
.BgClassName
{
background-color: #FA3485;
}
</style>
border-color css
<style>
span { border-color: #FA3485; }
span { border-color: rgb(250,52,133); }
td.TdClassName
{
border-color: #FA3485;
}
.TagClassName
{
border-color: #FA3485;
}
</style>