Shades of Violet Red #FA307D
Tints of Violet Red #FA307D
RGB
CMYK
RGB Variations
Color information
#FA307D (or 0xFA307D) is known color: Violet Red. HEX triplet: FA, 30 and 7D. RGB value is (250,48,125). Sum of RGB (Red+Green+Blue) = 250+48+125=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 48 (19.14% from 255 or 11.35% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA307D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA307D is #05CF82. Grayscale: #757575. Windows color (decimal): -380803 or 8204538. OLE color: 8204538.
HSL color Cylindrical-coordinate representation of color #FA307D: hue angle of 337.13º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FA307D is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 125 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.02 |
| HSL | 337.13º | 0.95% | 0.58% | - |
| HSV(B) | 337.13º | 0.81% | 0.98% | - |
| XYZ | 44.18 | 23.92 | 21.69 | - |
| YUV | 117.18 | 132.42 | 222.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 125 | 0 | 0.81 | 0.50 | 0.02 | 337.13 | 0.95 | 0.58 |
| Hex | FA | 30 | 7D | 0 | 51 | 32 | 2 | 151 | 5F | 3A |
| Octal | 372 | 60 | 175 | 0 | 121 | 62 | 2 | 521 | 137 | 72 |
| Binary | 11111010 | 110000 | 1111101 | 0 | 1010001 | 110010 | 10 | 101010001 | 1011111 | 111010 |
Color Harmonies of #FA307D
Complementary color
Monochromatic Colors of #FA307D
Black with #FA307D
Text Example
Text Example
White with #FA307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA307D; }
p { color: rgb(250,48,125); }
H1.HeaderClassName
{
color: #FA307D;
}
.AnyTagClassName
{
color: #FA307D;
}
</style>
background-color css
<style>
a { background-color: #FA307D; }
a { background-color: rgb(250,48,125); }
div.DivClassName
{
background-color: #FA307D;
}
.BgClassName
{
background-color: #FA307D;
}
</style>
border-color css
<style>
span { border-color: #FA307D; }
span { border-color: rgb(250,48,125); }
td.TdClassName
{
border-color: #FA307D;
}
.TagClassName
{
border-color: #FA307D;
}
</style>