Shades of Radical Red #FF4246
Tints of Radical Red #FF4246
RGB
CMYK
RGB Variations
Color information
#FF4246 (or 0xFF4246) is known color: Radical Red. HEX triplet: FF, 42 and 46. RGB value is (255,66,70). Sum of RGB (Red+Green+Blue) = 255+66+70=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 70 (27.73% from 255 or 17.90% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4246 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4246 is #00BDB9. Grayscale: #7B7B7B. Windows color (decimal): -48570 or 4604671. OLE color: 4604671.
HSL color Cylindrical-coordinate representation of color #FF4246: hue angle of 358.73º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4246 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 66 | 70 | - |
| CMYK | 0 | 0.74 | 0.73 | 0 |
| HSL | 358.73º | 1% | 0.63% | - |
| HSV(B) | 358.73º | 0.74% | 1% | - |
| XYZ | 44.29 | 25.6 | 8.4 | - |
| YUV | 122.97 | 98.12 | 222.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 66 | 70 | 0 | 0.74 | 0.73 | 0 | 358.73 | 1 | 0.63 |
| Hex | FF | 42 | 46 | 0 | 4A | 49 | 0 | 167 | 64 | 3F |
| Octal | 377 | 102 | 106 | 0 | 112 | 111 | 0 | 547 | 144 | 77 |
| Binary | 11111111 | 1000010 | 1000110 | 0 | 1001010 | 1001001 | 0 | 101100111 | 1100100 | 111111 |
Color Harmonies of #FF4246
Complementary color
Monochromatic Colors of #FF4246
Black with #FF4246
Text Example
Text Example
White with #FF4246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4246; }
p { color: rgb(255,66,70); }
H1.HeaderClassName
{
color: #FF4246;
}
.AnyTagClassName
{
color: #FF4246;
}
</style>
background-color css
<style>
a { background-color: #FF4246; }
a { background-color: rgb(255,66,70); }
div.DivClassName
{
background-color: #FF4246;
}
.BgClassName
{
background-color: #FF4246;
}
</style>
border-color css
<style>
span { border-color: #FF4246; }
span { border-color: rgb(255,66,70); }
td.TdClassName
{
border-color: #FF4246;
}
.TagClassName
{
border-color: #FF4246;
}
</style>