Shades of Violet Red #FA367D
Tints of Violet Red #FA367D
RGB
CMYK
RGB Variations
Color information
#FA367D (or 0xFA367D) is known color: Violet Red. HEX triplet: FA, 36 and 7D. RGB value is (250,54,125). Sum of RGB (Red+Green+Blue) = 250+54+125=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 54 (21.48% from 255 or 12.59% from 429); Blue value is 125 (49.22% from 255 or 29.14% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA367D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA367D is #05C982. Grayscale: #787878. Windows color (decimal): -379267 or 8206074. OLE color: 8206074.
HSL color Cylindrical-coordinate representation of color #FA367D: hue angle of 338.27º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA367D is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 125 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.02 |
| HSL | 338.27º | 0.95% | 0.6% | - |
| HSV(B) | 338.27º | 0.78% | 0.98% | - |
| XYZ | 44.45 | 24.44 | 21.78 | - |
| YUV | 120.7 | 130.43 | 220.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 125 | 0 | 0.78 | 0.50 | 0.02 | 338.27 | 0.95 | 0.6 |
| Hex | FA | 36 | 7D | 0 | 4E | 32 | 2 | 152 | 5F | 3C |
| Octal | 372 | 66 | 175 | 0 | 116 | 62 | 2 | 522 | 137 | 74 |
| Binary | 11111010 | 110110 | 1111101 | 0 | 1001110 | 110010 | 10 | 101010010 | 1011111 | 111100 |
Color Harmonies of #FA367D
Complementary color
Monochromatic Colors of #FA367D
Black with #FA367D
Text Example
Text Example
White with #FA367D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA367D; }
p { color: rgb(250,54,125); }
H1.HeaderClassName
{
color: #FA367D;
}
.AnyTagClassName
{
color: #FA367D;
}
</style>
background-color css
<style>
a { background-color: #FA367D; }
a { background-color: rgb(250,54,125); }
div.DivClassName
{
background-color: #FA367D;
}
.BgClassName
{
background-color: #FA367D;
}
</style>
border-color css
<style>
span { border-color: #FA367D; }
span { border-color: rgb(250,54,125); }
td.TdClassName
{
border-color: #FA367D;
}
.TagClassName
{
border-color: #FA367D;
}
</style>