Shades of Cinnabar #F0502A
Tints of Cinnabar #F0502A
RGB
CMYK
RGB Variations
Color information
#F0502A (or 0xF0502A) is known color: Cinnabar. HEX triplet: F0, 50 and 2A. RGB value is (240,80,42). Sum of RGB (Red+Green+Blue) = 240+80+42=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 42 (16.80% from 255 or 11.60% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F0502A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0502A is #0FAFD5. Grayscale: #7B7B7B. Windows color (decimal): -1028054 or 2773232. OLE color: 2773232.
HSL color Cylindrical-coordinate representation of color #F0502A: hue angle of 11.52º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F0502A is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 42 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.06 |
| HSL | 11.52º | 0.87% | 0.55% | - |
| HSV(B) | 11.52º | 0.83% | 0.94% | - |
| XYZ | 39.22 | 24.43 | 4.84 | - |
| YUV | 123.51 | 82.01 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 42 | 0 | 0.67 | 0.82 | 0.06 | 11.52 | 0.87 | 0.55 |
| Hex | F0 | 50 | 2A | 0 | 43 | 52 | 6 | C | 57 | 37 |
| Octal | 360 | 120 | 52 | 0 | 103 | 122 | 6 | 14 | 127 | 67 |
| Binary | 11110000 | 1010000 | 101010 | 0 | 1000011 | 1010010 | 110 | 1100 | 1010111 | 110111 |
Color Harmonies of #F0502A
Complementary color
Monochromatic Colors of #F0502A
Black with #F0502A
Text Example
Text Example
White with #F0502A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0502A; }
p { color: rgb(240,80,42); }
H1.HeaderClassName
{
color: #F0502A;
}
.AnyTagClassName
{
color: #F0502A;
}
</style>
background-color css
<style>
a { background-color: #F0502A; }
a { background-color: rgb(240,80,42); }
div.DivClassName
{
background-color: #F0502A;
}
.BgClassName
{
background-color: #F0502A;
}
</style>
border-color css
<style>
span { border-color: #F0502A; }
span { border-color: rgb(240,80,42); }
td.TdClassName
{
border-color: #F0502A;
}
.TagClassName
{
border-color: #F0502A;
}
</style>