Shades of Red #F00302
Tints of Red #F00302
RGB
CMYK
RGB Variations
Color information
#F00302 (or 0xF00302) is known color: Red. HEX triplet: F0, 03 and 02. RGB value is (240,3,2). Sum of RGB (Red+Green+Blue) = 240+3+2=245 (32% of max value = 765). Red value is 240 (94.14% from 255 or 97.96% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 2 (1.17% from 255 or 0.82% from 245); Max value from RGB is 240 - color contains mainly: red. Hex color #F00302 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00302 is #0FFCFD. Grayscale: #494949. Windows color (decimal): -1047806 or 132080. OLE color: 132080.
HSL color Cylindrical-coordinate representation of color #F00302: hue angle of 0.25º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F00302 is Cyan = 0, Magento = 0.99, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 2 | - |
| CMYK | 0 | 0.99 | 0.99 | 0.06 |
| HSL | 0.25º | 0.98% | 0.47% | - |
| HSV(B) | 0.25º | 0.99% | 0.94% | - |
| XYZ | 35.98 | 18.59 | 1.75 | - |
| YUV | 73.75 | 87.52 | 246.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 2 | 0 | 0.99 | 0.99 | 0.06 | 0.25 | 0.98 | 0.47 |
| Hex | F0 | 3 | 2 | 0 | 63 | 63 | 6 | 0 | 62 | 2F |
| Octal | 360 | 3 | 2 | 0 | 143 | 143 | 6 | 0 | 142 | 57 |
| Binary | 11110000 | 11 | 10 | 0 | 1100011 | 1100011 | 110 | 0 | 1100010 | 101111 |
Color Harmonies of #F00302
Complementary color
Monochromatic Colors of #F00302
Black with #F00302
Text Example
Text Example
White with #F00302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00302; }
p { color: rgb(240,3,2); }
H1.HeaderClassName
{
color: #F00302;
}
.AnyTagClassName
{
color: #F00302;
}
</style>
background-color css
<style>
a { background-color: #F00302; }
a { background-color: rgb(240,3,2); }
div.DivClassName
{
background-color: #F00302;
}
.BgClassName
{
background-color: #F00302;
}
</style>
border-color css
<style>
span { border-color: #F00302; }
span { border-color: rgb(240,3,2); }
td.TdClassName
{
border-color: #F00302;
}
.TagClassName
{
border-color: #F00302;
}
</style>