Shades of Violet Red #FA4385
Tints of Violet Red #FA4385
RGB
CMYK
RGB Variations
Color information
#FA4385 (or 0xFA4385) is known color: Violet Red. HEX triplet: FA, 43 and 85. RGB value is (250,67,133). Sum of RGB (Red+Green+Blue) = 250+67+133=450 (59% of max value = 765). Red value is 250 (98.05% from 255 or 55.56% from 450); Green value is 67 (26.56% from 255 or 14.89% from 450); Blue value is 133 (52.34% from 255 or 29.56% from 450); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4385 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FA4385 is #05BC7A. Grayscale: #818181. Windows color (decimal): -375931 or 8733690. OLE color: 8733690.
HSL color Cylindrical-coordinate representation of color #FA4385: hue angle of 338.36º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA4385 is Cyan = 0, Magento = 0.73, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 133 | - |
| CMYK | 0 | 0.73 | 0.47 | 0.02 |
| HSL | 338.36º | 0.95% | 0.62% | - |
| HSV(B) | 338.36º | 0.73% | 0.98% | - |
| XYZ | 45.67 | 26.03 | 24.81 | - |
| YUV | 129.24 | 130.13 | 214.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 133 | 0 | 0.73 | 0.47 | 0.02 | 338.36 | 0.95 | 0.62 |
| Hex | FA | 43 | 85 | 0 | 49 | 2F | 2 | 152 | 5F | 3E |
| Octal | 372 | 103 | 205 | 0 | 111 | 57 | 2 | 522 | 137 | 76 |
| Binary | 11111010 | 1000011 | 10000101 | 0 | 1001001 | 101111 | 10 | 101010010 | 1011111 | 111110 |
Color Harmonies of #FA4385
Complementary color
Monochromatic Colors of #FA4385
Black with #FA4385
Text Example
Text Example
White with #FA4385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4385; }
p { color: rgb(250,67,133); }
H1.HeaderClassName
{
color: #FA4385;
}
.AnyTagClassName
{
color: #FA4385;
}
</style>
background-color css
<style>
a { background-color: #FA4385; }
a { background-color: rgb(250,67,133); }
div.DivClassName
{
background-color: #FA4385;
}
.BgClassName
{
background-color: #FA4385;
}
</style>
border-color css
<style>
span { border-color: #FA4385; }
span { border-color: rgb(250,67,133); }
td.TdClassName
{
border-color: #FA4385;
}
.TagClassName
{
border-color: #FA4385;
}
</style>