Shades of Alizarin #FA2F3E
Tints of Alizarin #FA2F3E
RGB
CMYK
RGB Variations
Color information
#FA2F3E (or 0xFA2F3E) is known color: Alizarin. HEX triplet: FA, 2F and 3E. RGB value is (250,47,62). Sum of RGB (Red+Green+Blue) = 250+47+62=359 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.64% from 359); Green value is 47 (18.75% from 255 or 13.09% from 359); Blue value is 62 (24.61% from 255 or 17.27% from 359); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F3E is #05D0C1. Grayscale: #6D6D6D. Windows color (decimal): -381122 or 4075514. OLE color: 4075514.
HSL color Cylindrical-coordinate representation of color #FA2F3E: hue angle of 355.57º 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 #FA2F3E is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 62 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.02 |
| HSL | 355.57º | 0.95% | 0.58% | - |
| HSV(B) | 355.57º | 0.81% | 0.98% | - |
| XYZ | 41.31 | 22.7 | 6.76 | - |
| YUV | 109.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 62 | 0 | 0.81 | 0.75 | 0.02 | 355.57 | 0.95 | 0.58 |
| Hex | FA | 2F | 3E | 0 | 51 | 4B | 2 | 164 | 5F | 3A |
| Octal | 372 | 57 | 76 | 0 | 121 | 113 | 2 | 544 | 137 | 72 |
| Binary | 11111010 | 101111 | 111110 | 0 | 1010001 | 1001011 | 10 | 101100100 | 1011111 | 111010 |
Color Harmonies of #FA2F3E
Complementary color
Monochromatic Colors of #FA2F3E
Black with #FA2F3E
Text Example
Text Example
White with #FA2F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F3E; }
p { color: rgb(250,47,62); }
H1.HeaderClassName
{
color: #FA2F3E;
}
.AnyTagClassName
{
color: #FA2F3E;
}
</style>
background-color css
<style>
a { background-color: #FA2F3E; }
a { background-color: rgb(250,47,62); }
div.DivClassName
{
background-color: #FA2F3E;
}
.BgClassName
{
background-color: #FA2F3E;
}
</style>
border-color css
<style>
span { border-color: #FA2F3E; }
span { border-color: rgb(250,47,62); }
td.TdClassName
{
border-color: #FA2F3E;
}
.TagClassName
{
border-color: #FA2F3E;
}
</style>