Shades of Alizarin #FA303B
Tints of Alizarin #FA303B
RGB
CMYK
RGB Variations
Color information
#FA303B (or 0xFA303B) is known color: Alizarin. HEX triplet: FA, 30 and 3B. RGB value is (250,48,59). Sum of RGB (Red+Green+Blue) = 250+48+59=357 (47% of max value = 765). Red value is 250 (98.05% from 255 or 70.03% from 357); Green value is 48 (19.14% from 255 or 13.45% from 357); Blue value is 59 (23.44% from 255 or 16.53% from 357); Max value from RGB is 250 - color contains mainly: red. Hex color #FA303B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA303B is #05CFC4. Grayscale: #6D6D6D. Windows color (decimal): -380869 or 3879162. OLE color: 3879162.
HSL color Cylindrical-coordinate representation of color #FA303B: hue angle of 356.73º 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 #FA303B is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 48 | 59 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.02 |
| HSL | 356.73º | 0.95% | 0.58% | - |
| HSV(B) | 356.73º | 0.81% | 0.98% | - |
| XYZ | 41.27 | 22.75 | 6.35 | - |
| YUV | 109.65 | 99.42 | 228.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 48 | 59 | 0 | 0.81 | 0.76 | 0.02 | 356.73 | 0.95 | 0.58 |
| Hex | FA | 30 | 3B | 0 | 51 | 4C | 2 | 165 | 5F | 3A |
| Octal | 372 | 60 | 73 | 0 | 121 | 114 | 2 | 545 | 137 | 72 |
| Binary | 11111010 | 110000 | 111011 | 0 | 1010001 | 1001100 | 10 | 101100101 | 1011111 | 111010 |
Color Harmonies of #FA303B
Complementary color
Monochromatic Colors of #FA303B
Black with #FA303B
Text Example
Text Example
White with #FA303B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA303B; }
p { color: rgb(250,48,59); }
H1.HeaderClassName
{
color: #FA303B;
}
.AnyTagClassName
{
color: #FA303B;
}
</style>
background-color css
<style>
a { background-color: #FA303B; }
a { background-color: rgb(250,48,59); }
div.DivClassName
{
background-color: #FA303B;
}
.BgClassName
{
background-color: #FA303B;
}
</style>
border-color css
<style>
span { border-color: #FA303B; }
span { border-color: rgb(250,48,59); }
td.TdClassName
{
border-color: #FA303B;
}
.TagClassName
{
border-color: #FA303B;
}
</style>