Shades of Red #F90302
Tints of Red #F90302
RGB
CMYK
RGB Variations
Color information
#F90302 (or 0xF90302) is known color: Red. HEX triplet: F9, 03 and 02. RGB value is (249,3,2). Sum of RGB (Red+Green+Blue) = 249+3+2=254 (33% of max value = 765). Red value is 249 (97.66% from 255 or 98.03% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 249 - color contains mainly: red. Hex color #F90302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F90302 is #06FCFD. Grayscale: #4C4C4C. Windows color (decimal): -457982 or 132089. OLE color: 132089.
HSL color Cylindrical-coordinate representation of color #F90302: hue angle of 0.24º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.02 |
| HSL | 0.24º | 0.98% | 0.49% | - |
| HSV(B) | 0.24º | 0.99% | 0.98% | - |
| XYZ | 39.11 | 20.21 | 1.9 | - |
| YUV | 76.44 | 86 | 251.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 2 | 0 | 0.99 | 0.99 | 0.02 | 0.24 | 0.98 | 0.49 |
| Hex | F9 | 3 | 2 | 0 | 63 | 63 | 2 | 0 | 62 | 31 |
| Octal | 371 | 3 | 2 | 0 | 143 | 143 | 2 | 0 | 142 | 61 |
| Binary | 11111001 | 11 | 10 | 0 | 1100011 | 1100011 | 10 | 0 | 1100010 | 110001 |
Color Harmonies of #F90302
Complementary color
Monochromatic Colors of #F90302
Black with #F90302
Text Example
Text Example
White with #F90302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90302; }
p { color: rgb(249,3,2); }
H1.HeaderClassName
{
color: #F90302;
}
.AnyTagClassName
{
color: #F90302;
}
</style>
background-color css
<style>
a { background-color: #F90302; }
a { background-color: rgb(249,3,2); }
div.DivClassName
{
background-color: #F90302;
}
.BgClassName
{
background-color: #F90302;
}
</style>
border-color css
<style>
span { border-color: #F90302; }
span { border-color: rgb(249,3,2); }
td.TdClassName
{
border-color: #F90302;
}
.TagClassName
{
border-color: #F90302;
}
</style>