Shades of Radical Red #F6426A
Tints of Radical Red #F6426A
RGB
CMYK
RGB Variations
Color information
#F6426A (or 0xF6426A) is known color: Radical Red. HEX triplet: F6, 42 and 6A. RGB value is (246,66,106). Sum of RGB (Red+Green+Blue) = 246+66+106=418 (55% of max value = 765). Red value is 246 (96.48% from 255 or 58.85% from 418); Green value is 66 (26.17% from 255 or 15.79% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 246 - color contains mainly: red. Hex color #F6426A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6426A is #09BD95. Grayscale: #7C7C7C. Windows color (decimal): -638358 or 6963958. OLE color: 6963958.
HSL color Cylindrical-coordinate representation of color #F6426A: hue angle of 346.67º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F6426A is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 66 | 106 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.04 |
| HSL | 346.67º | 0.91% | 0.61% | - |
| HSV(B) | 346.67º | 0.73% | 0.96% | - |
| XYZ | 42.56 | 24.53 | 16.13 | - |
| YUV | 124.38 | 117.63 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 66 | 106 | 0 | 0.73 | 0.57 | 0.04 | 346.67 | 0.91 | 0.61 |
| Hex | F6 | 42 | 6A | 0 | 49 | 39 | 4 | 15B | 5B | 3D |
| Octal | 366 | 102 | 152 | 0 | 111 | 71 | 4 | 533 | 133 | 75 |
| Binary | 11110110 | 1000010 | 1101010 | 0 | 1001001 | 111001 | 100 | 101011011 | 1011011 | 111101 |
Color Harmonies of #F6426A
Complementary color
Monochromatic Colors of #F6426A
Black with #F6426A
Text Example
Text Example
White with #F6426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6426A; }
p { color: rgb(246,66,106); }
H1.HeaderClassName
{
color: #F6426A;
}
.AnyTagClassName
{
color: #F6426A;
}
</style>
background-color css
<style>
a { background-color: #F6426A; }
a { background-color: rgb(246,66,106); }
div.DivClassName
{
background-color: #F6426A;
}
.BgClassName
{
background-color: #F6426A;
}
</style>
border-color css
<style>
span { border-color: #F6426A; }
span { border-color: rgb(246,66,106); }
td.TdClassName
{
border-color: #F6426A;
}
.TagClassName
{
border-color: #F6426A;
}
</style>