Shades of Red #F30902
Tints of Red #F30902
RGB
CMYK
RGB Variations
Color information
#F30902 (or 0xF30902) is known color: Red. HEX triplet: F3, 09 and 02. RGB value is (243,9,2). Sum of RGB (Red+Green+Blue) = 243+9+2=254 (33% of max value = 765). Red value is 243 (95.31% from 255 or 95.67% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 243 - color contains mainly: red. Hex color #F30902 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30902 is #0CF6FD. Grayscale: #4E4E4E. Windows color (decimal): -849662 or 133619. OLE color: 133619.
HSL color Cylindrical-coordinate representation of color #F30902: hue angle of 1.74º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F30902 is Cyan = 0, Magento = 0.96, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 9 | 2 | - |
| CMYK | 0 | 0.96 | 0.99 | 0.05 |
| HSL | 1.74º | 0.98% | 0.48% | - |
| HSV(B) | 1.74º | 0.99% | 0.95% | - |
| XYZ | 37.07 | 19.25 | 1.82 | - |
| YUV | 78.17 | 85.02 | 245.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 9 | 2 | 0 | 0.96 | 0.99 | 0.05 | 1.74 | 0.98 | 0.48 |
| Hex | F3 | 9 | 2 | 0 | 60 | 63 | 5 | 2 | 62 | 30 |
| Octal | 363 | 11 | 2 | 0 | 140 | 143 | 5 | 2 | 142 | 60 |
| Binary | 11110011 | 1001 | 10 | 0 | 1100000 | 1100011 | 101 | 10 | 1100010 | 110000 |
Color Harmonies of #F30902
Complementary color
Monochromatic Colors of #F30902
Black with #F30902
Text Example
Text Example
White with #F30902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30902; }
p { color: rgb(243,9,2); }
H1.HeaderClassName
{
color: #F30902;
}
.AnyTagClassName
{
color: #F30902;
}
</style>
background-color css
<style>
a { background-color: #F30902; }
a { background-color: rgb(243,9,2); }
div.DivClassName
{
background-color: #F30902;
}
.BgClassName
{
background-color: #F30902;
}
</style>
border-color css
<style>
span { border-color: #F30902; }
span { border-color: rgb(243,9,2); }
td.TdClassName
{
border-color: #F30902;
}
.TagClassName
{
border-color: #F30902;
}
</style>