Shades of Radical Red #F6255C
Tints of Radical Red #F6255C
RGB
CMYK
RGB Variations
Color information
#F6255C (or 0xF6255C) is known color: Radical Red. HEX triplet: F6, 25 and 5C. RGB value is (246,37,92). Sum of RGB (Red+Green+Blue) = 246+37+92=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 37 (14.84% from 255 or 9.87% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6255C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6255C is #09DAA3. Grayscale: #696969. Windows color (decimal): -645796 or 6039030. OLE color: 6039030.
HSL color Cylindrical-coordinate representation of color #F6255C: hue angle of 344.21º 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 #F6255C is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 37 | 92 | - |
| CMYK | 0 | 0.85 | 0.63 | 0.04 |
| HSL | 344.21º | 0.92% | 0.55% | - |
| HSV(B) | 344.21º | 0.85% | 0.96% | - |
| XYZ | 40.6 | 21.69 | 12.17 | - |
| YUV | 105.76 | 120.24 | 228.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 37 | 92 | 0 | 0.85 | 0.63 | 0.04 | 344.21 | 0.92 | 0.55 |
| Hex | F6 | 25 | 5C | 0 | 55 | 3F | 4 | 158 | 5C | 37 |
| Octal | 366 | 45 | 134 | 0 | 125 | 77 | 4 | 530 | 134 | 67 |
| Binary | 11110110 | 100101 | 1011100 | 0 | 1010101 | 111111 | 100 | 101011000 | 1011100 | 110111 |
Color Harmonies of #F6255C
Complementary color
Monochromatic Colors of #F6255C
Black with #F6255C
Text Example
Text Example
White with #F6255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6255C; }
p { color: rgb(246,37,92); }
H1.HeaderClassName
{
color: #F6255C;
}
.AnyTagClassName
{
color: #F6255C;
}
</style>
background-color css
<style>
a { background-color: #F6255C; }
a { background-color: rgb(246,37,92); }
div.DivClassName
{
background-color: #F6255C;
}
.BgClassName
{
background-color: #F6255C;
}
</style>
border-color css
<style>
span { border-color: #F6255C; }
span { border-color: rgb(246,37,92); }
td.TdClassName
{
border-color: #F6255C;
}
.TagClassName
{
border-color: #F6255C;
}
</style>