Shades of Alizarin #FA343C
Tints of Alizarin #FA343C
RGB
CMYK
RGB Variations
Color information
#FA343C (or 0xFA343C) is known color: Alizarin. HEX triplet: FA, 34 and 3C. RGB value is (250,52,60). Sum of RGB (Red+Green+Blue) = 250+52+60=362 (47% of max value = 765). Red value is 250 (98.05% from 255 or 69.06% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 250 - color contains mainly: red. Hex color #FA343C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA343C is #05CBC3. Grayscale: #707070. Windows color (decimal): -379844 or 3945722. OLE color: 3945722.
HSL color Cylindrical-coordinate representation of color #FA343C: hue angle of 357.58º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA343C is Cyan = 0, Magento = 0.79, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 60 | - |
| CMYK | 0 | 0.79 | 0.76 | 0.02 |
| HSL | 357.58º | 0.95% | 0.59% | - |
| HSV(B) | 357.58º | 0.79% | 0.98% | - |
| XYZ | 41.47 | 23.11 | 6.55 | - |
| YUV | 112.11 | 98.6 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 60 | 0 | 0.79 | 0.76 | 0.02 | 357.58 | 0.95 | 0.59 |
| Hex | FA | 34 | 3C | 0 | 4F | 4C | 2 | 166 | 5F | 3B |
| Octal | 372 | 64 | 74 | 0 | 117 | 114 | 2 | 546 | 137 | 73 |
| Binary | 11111010 | 110100 | 111100 | 0 | 1001111 | 1001100 | 10 | 101100110 | 1011111 | 111011 |
Color Harmonies of #FA343C
Complementary color
Monochromatic Colors of #FA343C
Black with #FA343C
Text Example
Text Example
White with #FA343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA343C; }
p { color: rgb(250,52,60); }
H1.HeaderClassName
{
color: #FA343C;
}
.AnyTagClassName
{
color: #FA343C;
}
</style>
background-color css
<style>
a { background-color: #FA343C; }
a { background-color: rgb(250,52,60); }
div.DivClassName
{
background-color: #FA343C;
}
.BgClassName
{
background-color: #FA343C;
}
</style>
border-color css
<style>
span { border-color: #FA343C; }
span { border-color: rgb(250,52,60); }
td.TdClassName
{
border-color: #FA343C;
}
.TagClassName
{
border-color: #FA343C;
}
</style>