Shades of Radical Red #F6245C
Tints of Radical Red #F6245C
RGB
CMYK
RGB Variations
Color information
#F6245C (or 0xF6245C) is known color: Radical Red. HEX triplet: F6, 24 and 5C. RGB value is (246,36,92). Sum of RGB (Red+Green+Blue) = 246+36+92=374 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.78% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 246 - color contains mainly: red. Hex color #F6245C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6245C is #09DBA3. Grayscale: #696969. Windows color (decimal): -646052 or 6038774. OLE color: 6038774.
HSL color Cylindrical-coordinate representation of color #F6245C: hue angle of 344º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F6245C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 36 | 92 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.04 |
| HSL | 344º | 0.92% | 0.55% | - |
| HSV(B) | 344º | 0.85% | 0.96% | - |
| XYZ | 40.57 | 21.63 | 12.16 | - |
| YUV | 105.17 | 120.57 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 36 | 92 | 0 | 0.85 | 0.63 | 0.04 | 344 | 0.92 | 0.55 |
| Hex | F6 | 24 | 5C | 0 | 55 | 3F | 4 | 158 | 5C | 37 |
| Octal | 366 | 44 | 134 | 0 | 125 | 77 | 4 | 530 | 134 | 67 |
| Binary | 11110110 | 100100 | 1011100 | 0 | 1010101 | 111111 | 100 | 101011000 | 1011100 | 110111 |
Color Harmonies of #F6245C
Complementary color
Monochromatic Colors of #F6245C
Black with #F6245C
Text Example
Text Example
White with #F6245C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6245C; }
p { color: rgb(246,36,92); }
H1.HeaderClassName
{
color: #F6245C;
}
.AnyTagClassName
{
color: #F6245C;
}
</style>
background-color css
<style>
a { background-color: #F6245C; }
a { background-color: rgb(246,36,92); }
div.DivClassName
{
background-color: #F6245C;
}
.BgClassName
{
background-color: #F6245C;
}
</style>
border-color css
<style>
span { border-color: #F6245C; }
span { border-color: rgb(246,36,92); }
td.TdClassName
{
border-color: #F6245C;
}
.TagClassName
{
border-color: #F6245C;
}
</style>