Shades of Red Orange #F63F2F
Tints of Red Orange #F63F2F
RGB
CMYK
RGB Variations
Color information
#F63F2F (or 0xF63F2F) is known color: Red Orange. HEX triplet: F6, 3F and 2F. RGB value is (246,63,47). Sum of RGB (Red+Green+Blue) = 246+63+47=356 (47% of max value = 765). Red value is 246 (96.48% from 255 or 69.10% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 47 (18.75% from 255 or 13.20% from 356); Max value from RGB is 246 - color contains mainly: red. Hex color #F63F2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F63F2F is #09C0D0. Grayscale: #747474. Windows color (decimal): -639185 or 3096566. OLE color: 3096566.
HSL color Cylindrical-coordinate representation of color #F63F2F: hue angle of 4.82º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F63F2F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 63 | 47 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.04 |
| HSL | 4.82º | 0.92% | 0.57% | - |
| HSV(B) | 4.82º | 0.81% | 0.96% | - |
| XYZ | 40.3 | 23.35 | 5.07 | - |
| YUV | 115.89 | 89.13 | 220.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 63 | 47 | 0 | 0.74 | 0.81 | 0.04 | 4.82 | 0.92 | 0.57 |
| Hex | F6 | 3F | 2F | 0 | 4A | 51 | 4 | 5 | 5C | 39 |
| Octal | 366 | 77 | 57 | 0 | 112 | 121 | 4 | 5 | 134 | 71 |
| Binary | 11110110 | 111111 | 101111 | 0 | 1001010 | 1010001 | 100 | 101 | 1011100 | 111001 |
Color Harmonies of #F63F2F
Complementary color
Monochromatic Colors of #F63F2F
Black with #F63F2F
Text Example
Text Example
White with #F63F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F63F2F; }
p { color: rgb(246,63,47); }
H1.HeaderClassName
{
color: #F63F2F;
}
.AnyTagClassName
{
color: #F63F2F;
}
</style>
background-color css
<style>
a { background-color: #F63F2F; }
a { background-color: rgb(246,63,47); }
div.DivClassName
{
background-color: #F63F2F;
}
.BgClassName
{
background-color: #F63F2F;
}
</style>
border-color css
<style>
span { border-color: #F63F2F; }
span { border-color: rgb(246,63,47); }
td.TdClassName
{
border-color: #F63F2F;
}
.TagClassName
{
border-color: #F63F2F;
}
</style>