Shades of Alizarin #FB313F
Tints of Alizarin #FB313F
RGB
CMYK
RGB Variations
Color information
#FB313F (or 0xFB313F) is known color: Alizarin. HEX triplet: FB, 31 and 3F. RGB value is (251,49,63). Sum of RGB (Red+Green+Blue) = 251+49+63=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 49 (19.53% from 255 or 13.50% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB313F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB313F is #04CEC0. Grayscale: #6F6F6F. Windows color (decimal): -315073 or 4141563. OLE color: 4141563.
HSL color Cylindrical-coordinate representation of color #FB313F: hue angle of 355.84º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB313F is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 63 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.02 |
| HSL | 355.84º | 0.96% | 0.59% | - |
| HSV(B) | 355.84º | 0.8% | 0.98% | - |
| XYZ | 41.78 | 23.06 | 6.95 | - |
| YUV | 110.99 | 100.92 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 63 | 0 | 0.80 | 0.75 | 0.02 | 355.84 | 0.96 | 0.59 |
| Hex | FB | 31 | 3F | 0 | 50 | 4B | 2 | 164 | 60 | 3B |
| Octal | 373 | 61 | 77 | 0 | 120 | 113 | 2 | 544 | 140 | 73 |
| Binary | 11111011 | 110001 | 111111 | 0 | 1010000 | 1001011 | 10 | 101100100 | 1100000 | 111011 |
Color Harmonies of #FB313F
Complementary color
Monochromatic Colors of #FB313F
Black with #FB313F
Text Example
Text Example
White with #FB313F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB313F; }
p { color: rgb(251,49,63); }
H1.HeaderClassName
{
color: #FB313F;
}
.AnyTagClassName
{
color: #FB313F;
}
</style>
background-color css
<style>
a { background-color: #FB313F; }
a { background-color: rgb(251,49,63); }
div.DivClassName
{
background-color: #FB313F;
}
.BgClassName
{
background-color: #FB313F;
}
</style>
border-color css
<style>
span { border-color: #FB313F; }
span { border-color: rgb(251,49,63); }
td.TdClassName
{
border-color: #FB313F;
}
.TagClassName
{
border-color: #FB313F;
}
</style>