Shades of Radical Red #F62B5C
Tints of Radical Red #F62B5C
RGB
CMYK
RGB Variations
Color information
#F62B5C (or 0xF62B5C) is known color: Radical Red. HEX triplet: F6, 2B and 5C. RGB value is (246,43,92). Sum of RGB (Red+Green+Blue) = 246+43+92=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 92 (36.33% from 255 or 24.15% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F62B5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F62B5C is #09D4A3. Grayscale: #6D6D6D. Windows color (decimal): -644260 or 6040566. OLE color: 6040566.
HSL color Cylindrical-coordinate representation of color #F62B5C: hue angle of 345.52º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F62B5C is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 43 | 92 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.04 |
| HSL | 345.52º | 0.92% | 0.57% | - |
| HSV(B) | 345.52º | 0.83% | 0.96% | - |
| XYZ | 40.8 | 22.09 | 12.24 | - |
| YUV | 109.28 | 118.25 | 225.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 43 | 92 | 0 | 0.83 | 0.63 | 0.04 | 345.52 | 0.92 | 0.57 |
| Hex | F6 | 2B | 5C | 0 | 53 | 3F | 4 | 15A | 5C | 39 |
| Octal | 366 | 53 | 134 | 0 | 123 | 77 | 4 | 532 | 134 | 71 |
| Binary | 11110110 | 101011 | 1011100 | 0 | 1010011 | 111111 | 100 | 101011010 | 1011100 | 111001 |
Color Harmonies of #F62B5C
Complementary color
Monochromatic Colors of #F62B5C
Black with #F62B5C
Text Example
Text Example
White with #F62B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F62B5C; }
p { color: rgb(246,43,92); }
H1.HeaderClassName
{
color: #F62B5C;
}
.AnyTagClassName
{
color: #F62B5C;
}
</style>
background-color css
<style>
a { background-color: #F62B5C; }
a { background-color: rgb(246,43,92); }
div.DivClassName
{
background-color: #F62B5C;
}
.BgClassName
{
background-color: #F62B5C;
}
</style>
border-color css
<style>
span { border-color: #F62B5C; }
span { border-color: rgb(246,43,92); }
td.TdClassName
{
border-color: #F62B5C;
}
.TagClassName
{
border-color: #F62B5C;
}
</style>