Shades of Alizarin #FB303F
Tints of Alizarin #FB303F
RGB
CMYK
RGB Variations
Color information
#FB303F (or 0xFB303F) is known color: Alizarin. HEX triplet: FB, 30 and 3F. RGB value is (251,48,63). Sum of RGB (Red+Green+Blue) = 251+48+63=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB303F is #04CFC0. Grayscale: #6E6E6E. Windows color (decimal): -315329 or 4141307. OLE color: 4141307.
HSL color Cylindrical-coordinate representation of color #FB303F: hue angle of 355.57º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB303F is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 48 | 63 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.02 |
| HSL | 355.57º | 0.96% | 0.59% | - |
| HSV(B) | 355.57º | 0.81% | 0.98% | - |
| XYZ | 41.74 | 22.98 | 6.94 | - |
| YUV | 110.41 | 101.25 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 48 | 63 | 0 | 0.81 | 0.75 | 0.02 | 355.57 | 0.96 | 0.59 |
| Hex | FB | 30 | 3F | 0 | 51 | 4B | 2 | 164 | 60 | 3B |
| Octal | 373 | 60 | 77 | 0 | 121 | 113 | 2 | 544 | 140 | 73 |
| Binary | 11111011 | 110000 | 111111 | 0 | 1010001 | 1001011 | 10 | 101100100 | 1100000 | 111011 |
Color Harmonies of #FB303F
Complementary color
Monochromatic Colors of #FB303F
Black with #FB303F
Text Example
Text Example
White with #FB303F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB303F; }
p { color: rgb(251,48,63); }
H1.HeaderClassName
{
color: #FB303F;
}
.AnyTagClassName
{
color: #FB303F;
}
</style>
background-color css
<style>
a { background-color: #FB303F; }
a { background-color: rgb(251,48,63); }
div.DivClassName
{
background-color: #FB303F;
}
.BgClassName
{
background-color: #FB303F;
}
</style>
border-color css
<style>
span { border-color: #FB303F; }
span { border-color: rgb(251,48,63); }
td.TdClassName
{
border-color: #FB303F;
}
.TagClassName
{
border-color: #FB303F;
}
</style>