Shades of Radical Red #F6225B
Tints of Radical Red #F6225B
RGB
CMYK
RGB Variations
Color information
#F6225B (or 0xF6225B) is known color: Radical Red. HEX triplet: F6, 22 and 5B. RGB value is (246,34,91). Sum of RGB (Red+Green+Blue) = 246+34+91=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 91 (35.94% from 255 or 24.53% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F6225B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6225B is #09DDA4. Grayscale: #676767. Windows color (decimal): -646565 or 5972726. OLE color: 5972726.
HSL color Cylindrical-coordinate representation of color #F6225B: hue angle of 343.87º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F6225B is Cyan = 0, Magento = 0.86, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 34 | 91 | - |
| CMYK | 0 | 0.86 | 0.63 | 0.04 |
| HSL | 343.87º | 0.92% | 0.55% | - |
| HSV(B) | 343.87º | 0.86% | 0.96% | - |
| XYZ | 40.47 | 21.49 | 11.91 | - |
| YUV | 103.89 | 120.74 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 34 | 91 | 0 | 0.86 | 0.63 | 0.04 | 343.87 | 0.92 | 0.55 |
| Hex | F6 | 22 | 5B | 0 | 56 | 3F | 4 | 158 | 5C | 37 |
| Octal | 366 | 42 | 133 | 0 | 126 | 77 | 4 | 530 | 134 | 67 |
| Binary | 11110110 | 100010 | 1011011 | 0 | 1010110 | 111111 | 100 | 101011000 | 1011100 | 110111 |
Color Harmonies of #F6225B
Complementary color
Monochromatic Colors of #F6225B
Black with #F6225B
Text Example
Text Example
White with #F6225B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6225B; }
p { color: rgb(246,34,91); }
H1.HeaderClassName
{
color: #F6225B;
}
.AnyTagClassName
{
color: #F6225B;
}
</style>
background-color css
<style>
a { background-color: #F6225B; }
a { background-color: rgb(246,34,91); }
div.DivClassName
{
background-color: #F6225B;
}
.BgClassName
{
background-color: #F6225B;
}
</style>
border-color css
<style>
span { border-color: #F6225B; }
span { border-color: rgb(246,34,91); }
td.TdClassName
{
border-color: #F6225B;
}
.TagClassName
{
border-color: #F6225B;
}
</style>