Shades of Radical Red #F6325A
Tints of Radical Red #F6325A
RGB
CMYK
RGB Variations
Color information
#F6325A (or 0xF6325A) is known color: Radical Red. HEX triplet: F6, 32 and 5A. RGB value is (246,50,90). Sum of RGB (Red+Green+Blue) = 246+50+90=386 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.73% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 90 (35.55% from 255 or 23.32% from 386); Max value from RGB is 246 - color contains mainly: red. Hex color #F6325A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6325A is #09CDA5. Grayscale: #717171. Windows color (decimal): -642470 or 5911286. OLE color: 5911286.
HSL color Cylindrical-coordinate representation of color #F6325A: hue angle of 347.76º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F6325A is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 50 | 90 | - |
| CMYK | 0 | 0.80 | 0.63 | 0.04 |
| HSL | 347.76º | 0.92% | 0.58% | - |
| HSV(B) | 347.76º | 0.8% | 0.96% | - |
| XYZ | 40.99 | 22.61 | 11.88 | - |
| YUV | 113.16 | 114.93 | 222.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 50 | 90 | 0 | 0.80 | 0.63 | 0.04 | 347.76 | 0.92 | 0.58 |
| Hex | F6 | 32 | 5A | 0 | 50 | 3F | 4 | 15C | 5C | 3A |
| Octal | 366 | 62 | 132 | 0 | 120 | 77 | 4 | 534 | 134 | 72 |
| Binary | 11110110 | 110010 | 1011010 | 0 | 1010000 | 111111 | 100 | 101011100 | 1011100 | 111010 |
Color Harmonies of #F6325A
Complementary color
Monochromatic Colors of #F6325A
Black with #F6325A
Text Example
Text Example
White with #F6325A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6325A; }
p { color: rgb(246,50,90); }
H1.HeaderClassName
{
color: #F6325A;
}
.AnyTagClassName
{
color: #F6325A;
}
</style>
background-color css
<style>
a { background-color: #F6325A; }
a { background-color: rgb(246,50,90); }
div.DivClassName
{
background-color: #F6325A;
}
.BgClassName
{
background-color: #F6325A;
}
</style>
border-color css
<style>
span { border-color: #F6325A; }
span { border-color: rgb(246,50,90); }
td.TdClassName
{
border-color: #F6325A;
}
.TagClassName
{
border-color: #F6325A;
}
</style>