Shades of Violet Red #FA367A
Tints of Violet Red #FA367A
RGB
CMYK
RGB Variations
Color information
#FA367A (or 0xFA367A) is known color: Violet Red. HEX triplet: FA, 36 and 7A. RGB value is (250,54,122). Sum of RGB (Red+Green+Blue) = 250+54+122=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 54 (21.48% from 255 or 12.68% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA367A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA367A is #05C985. Grayscale: #787878. Windows color (decimal): -379270 or 8009466. OLE color: 8009466.
HSL color Cylindrical-coordinate representation of color #FA367A: hue angle of 339.18º 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 #FA367A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 122 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.02 |
| HSL | 339.18º | 0.95% | 0.6% | - |
| HSV(B) | 339.18º | 0.78% | 0.98% | - |
| XYZ | 44.26 | 24.37 | 20.78 | - |
| YUV | 120.36 | 128.93 | 220.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 122 | 0 | 0.78 | 0.51 | 0.02 | 339.18 | 0.95 | 0.6 |
| Hex | FA | 36 | 7A | 0 | 4E | 33 | 2 | 153 | 5F | 3C |
| Octal | 372 | 66 | 172 | 0 | 116 | 63 | 2 | 523 | 137 | 74 |
| Binary | 11111010 | 110110 | 1111010 | 0 | 1001110 | 110011 | 10 | 101010011 | 1011111 | 111100 |
Color Harmonies of #FA367A
Complementary color
Monochromatic Colors of #FA367A
Black with #FA367A
Text Example
Text Example
White with #FA367A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA367A; }
p { color: rgb(250,54,122); }
H1.HeaderClassName
{
color: #FA367A;
}
.AnyTagClassName
{
color: #FA367A;
}
</style>
background-color css
<style>
a { background-color: #FA367A; }
a { background-color: rgb(250,54,122); }
div.DivClassName
{
background-color: #FA367A;
}
.BgClassName
{
background-color: #FA367A;
}
</style>
border-color css
<style>
span { border-color: #FA367A; }
span { border-color: rgb(250,54,122); }
td.TdClassName
{
border-color: #FA367A;
}
.TagClassName
{
border-color: #FA367A;
}
</style>