Shades of Alizarin #FA2F34
Tints of Alizarin #FA2F34
RGB
CMYK
RGB Variations
Color information
#FA2F34 (or 0xFA2F34) is known color: Alizarin. HEX triplet: FA, 2F and 34. RGB value is (250,47,52). Sum of RGB (Red+Green+Blue) = 250+47+52=349 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.63% from 349); Green value is 47 (18.75% from 255 or 13.47% from 349); Blue value is 52 (20.70% from 255 or 14.90% from 349); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2F34 is #05D0CB. Grayscale: #6C6C6C. Windows color (decimal): -381132 or 3420154. OLE color: 3420154.
HSL color Cylindrical-coordinate representation of color #FA2F34: hue angle of 358.52º 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 #FA2F34 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 47 | 52 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.02 |
| HSL | 358.52º | 0.95% | 0.58% | - |
| HSV(B) | 358.52º | 0.81% | 0.98% | - |
| XYZ | 41.06 | 22.6 | 5.45 | - |
| YUV | 108.27 | 96.25 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 47 | 52 | 0 | 0.81 | 0.79 | 0.02 | 358.52 | 0.95 | 0.58 |
| Hex | FA | 2F | 34 | 0 | 51 | 4F | 2 | 167 | 5F | 3A |
| Octal | 372 | 57 | 64 | 0 | 121 | 117 | 2 | 547 | 137 | 72 |
| Binary | 11111010 | 101111 | 110100 | 0 | 1010001 | 1001111 | 10 | 101100111 | 1011111 | 111010 |
Color Harmonies of #FA2F34
Complementary color
Monochromatic Colors of #FA2F34
Black with #FA2F34
Text Example
Text Example
White with #FA2F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2F34; }
p { color: rgb(250,47,52); }
H1.HeaderClassName
{
color: #FA2F34;
}
.AnyTagClassName
{
color: #FA2F34;
}
</style>
background-color css
<style>
a { background-color: #FA2F34; }
a { background-color: rgb(250,47,52); }
div.DivClassName
{
background-color: #FA2F34;
}
.BgClassName
{
background-color: #FA2F34;
}
</style>
border-color css
<style>
span { border-color: #FA2F34; }
span { border-color: rgb(250,47,52); }
td.TdClassName
{
border-color: #FA2F34;
}
.TagClassName
{
border-color: #FA2F34;
}
</style>