Shades of Red #F30100
Tints of Red #F30100
RGB
CMYK
RGB Variations
Color information
#F30100 (or 0xF30100) is known color: Red. HEX triplet: F3, 01 and 00. RGB value is (243,1,0). Sum of RGB (Red+Green+Blue) = 243+1+0=244 (32% of max value = 765). Red value is 243 (95.31% from 255 or 99.59% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 243 - color contains mainly: red. Hex color #F30100 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F30100 is #0CFEFF. Grayscale: #494949. Windows color (decimal): -851712 or 499. OLE color: 499.
HSL color Cylindrical-coordinate representation of color #F30100: hue angle of 0.25º 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 #F30100 is Cyan = 0, Magento = 1.00, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 1 | 0 | - |
| CMYK | 0 | 1.00 | 1 | 0.05 |
| HSL | 0.25º | 1% | 0.48% | - |
| HSV(B) | 0.25º | 1% | 0.95% | - |
| XYZ | 36.97 | 19.08 | 1.73 | - |
| YUV | 73.24 | 86.67 | 249.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 1 | 0 | 0 | 1.00 | 1 | 0.05 | 0.25 | 1 | 0.48 |
| Hex | F3 | 1 | 0 | 0 | 64 | 64 | 5 | 0 | 64 | 30 |
| Octal | 363 | 1 | 0 | 0 | 144 | 144 | 5 | 0 | 144 | 60 |
| Binary | 11110011 | 1 | 0 | 0 | 1100100 | 1100100 | 101 | 0 | 1100100 | 110000 |
Color Harmonies of #F30100
Complementary color
Monochromatic Colors of #F30100
Black with #F30100
Text Example
Text Example
White with #F30100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30100; }
p { color: rgb(243,1,0); }
H1.HeaderClassName
{
color: #F30100;
}
.AnyTagClassName
{
color: #F30100;
}
</style>
background-color css
<style>
a { background-color: #F30100; }
a { background-color: rgb(243,1,0); }
div.DivClassName
{
background-color: #F30100;
}
.BgClassName
{
background-color: #F30100;
}
</style>
border-color css
<style>
span { border-color: #F30100; }
span { border-color: rgb(243,1,0); }
td.TdClassName
{
border-color: #F30100;
}
.TagClassName
{
border-color: #F30100;
}
</style>