Shades of Alizarin #F8273D
Tints of Alizarin #F8273D
RGB
CMYK
RGB Variations
Color information
#F8273D (or 0xF8273D) is known color: Alizarin. HEX triplet: F8, 27 and 3D. RGB value is (248,39,61). Sum of RGB (Red+Green+Blue) = 248+39+61=348 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.26% from 348); Green value is 39 (15.62% from 255 or 11.21% from 348); Blue value is 61 (24.22% from 255 or 17.53% from 348); Max value from RGB is 248 - color contains mainly: red. Hex color #F8273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8273D is #07D8C2. Grayscale: #686868. Windows color (decimal): -514243 or 4007928. OLE color: 4007928.
HSL color Cylindrical-coordinate representation of color #F8273D: hue angle of 353.68º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8273D is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 39 | 61 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.03 |
| HSL | 353.68º | 0.94% | 0.56% | - |
| HSV(B) | 353.68º | 0.84% | 0.97% | - |
| XYZ | 40.28 | 21.74 | 6.49 | - |
| YUV | 104 | 103.74 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 39 | 61 | 0 | 0.84 | 0.75 | 0.03 | 353.68 | 0.94 | 0.56 |
| Hex | F8 | 27 | 3D | 0 | 54 | 4B | 3 | 162 | 5E | 38 |
| Octal | 370 | 47 | 75 | 0 | 124 | 113 | 3 | 542 | 136 | 70 |
| Binary | 11111000 | 100111 | 111101 | 0 | 1010100 | 1001011 | 11 | 101100010 | 1011110 | 111000 |
Color Harmonies of #F8273D
Complementary color
Monochromatic Colors of #F8273D
Black with #F8273D
Text Example
Text Example
White with #F8273D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8273D; }
p { color: rgb(248,39,61); }
H1.HeaderClassName
{
color: #F8273D;
}
.AnyTagClassName
{
color: #F8273D;
}
</style>
background-color css
<style>
a { background-color: #F8273D; }
a { background-color: rgb(248,39,61); }
div.DivClassName
{
background-color: #F8273D;
}
.BgClassName
{
background-color: #F8273D;
}
</style>
border-color css
<style>
span { border-color: #F8273D; }
span { border-color: rgb(248,39,61); }
td.TdClassName
{
border-color: #F8273D;
}
.TagClassName
{
border-color: #F8273D;
}
</style>