Shades of Red #F30200
Tints of Red #F30200
RGB
CMYK
RGB Variations
Color information
#F30200 (or 0xF30200) is known color: Red. HEX triplet: F3, 02 and 00. RGB value is (243,2,0). Sum of RGB (Red+Green+Blue) = 243+2+0=245 (32% of max value = 765). Red value is 243 (95.31% from 255 or 99.18% from 245); Green value is 2 (1.17% from 255 or 0.82% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 243 - color contains mainly: red. Hex color #F30200 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30200 is #0CFDFF. Grayscale: #4A4A4A. Windows color (decimal): -851456 or 755. OLE color: 755.
HSL color Cylindrical-coordinate representation of color #F30200: hue angle of 0.49º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F30200 is Cyan = 0, Magento = 0.99, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 2 | 0 | - |
| CMYK | 0 | 0.99 | 1 | 0.05 |
| HSL | 0.49º | 1% | 0.48% | - |
| HSV(B) | 0.49º | 1% | 0.95% | - |
| XYZ | 36.98 | 19.1 | 1.74 | - |
| YUV | 73.83 | 86.34 | 248.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 2 | 0 | 0 | 0.99 | 1 | 0.05 | 0.49 | 1 | 0.48 |
| Hex | F3 | 2 | 0 | 0 | 63 | 64 | 5 | 0 | 64 | 30 |
| Octal | 363 | 2 | 0 | 0 | 143 | 144 | 5 | 0 | 144 | 60 |
| Binary | 11110011 | 10 | 0 | 0 | 1100011 | 1100100 | 101 | 0 | 1100100 | 110000 |
Color Harmonies of #F30200
Complementary color
Monochromatic Colors of #F30200
Black with #F30200
Text Example
Text Example
White with #F30200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30200; }
p { color: rgb(243,2,0); }
H1.HeaderClassName
{
color: #F30200;
}
.AnyTagClassName
{
color: #F30200;
}
</style>
background-color css
<style>
a { background-color: #F30200; }
a { background-color: rgb(243,2,0); }
div.DivClassName
{
background-color: #F30200;
}
.BgClassName
{
background-color: #F30200;
}
</style>
border-color css
<style>
span { border-color: #F30200; }
span { border-color: rgb(243,2,0); }
td.TdClassName
{
border-color: #F30200;
}
.TagClassName
{
border-color: #F30200;
}
</style>