Shades of Radical Red #F6375C
Tints of Radical Red #F6375C
RGB
CMYK
RGB Variations
Color information
#F6375C (or 0xF6375C) is known color: Radical Red. HEX triplet: F6, 37 and 5C. RGB value is (246,55,92). Sum of RGB (Red+Green+Blue) = 246+55+92=393 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.60% from 393); Green value is 55 (21.88% from 255 or 13.99% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 246 - color contains mainly: red. Hex color #F6375C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F6375C is #09C8A3. Grayscale: #747474. Windows color (decimal): -641188 or 6043638. OLE color: 6043638.
HSL color Cylindrical-coordinate representation of color #F6375C: hue angle of 348.38º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F6375C is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 55 | 92 | - |
| CMYK | 0 | 0.78 | 0.63 | 0.04 |
| HSL | 348.38º | 0.91% | 0.59% | - |
| HSV(B) | 348.38º | 0.78% | 0.96% | - |
| XYZ | 41.3 | 23.1 | 12.41 | - |
| YUV | 116.33 | 114.28 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 55 | 92 | 0 | 0.78 | 0.63 | 0.04 | 348.38 | 0.91 | 0.59 |
| Hex | F6 | 37 | 5C | 0 | 4E | 3F | 4 | 15C | 5B | 3B |
| Octal | 366 | 67 | 134 | 0 | 116 | 77 | 4 | 534 | 133 | 73 |
| Binary | 11110110 | 110111 | 1011100 | 0 | 1001110 | 111111 | 100 | 101011100 | 1011011 | 111011 |
Color Harmonies of #F6375C
Complementary color
Monochromatic Colors of #F6375C
Black with #F6375C
Text Example
Text Example
White with #F6375C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6375C; }
p { color: rgb(246,55,92); }
H1.HeaderClassName
{
color: #F6375C;
}
.AnyTagClassName
{
color: #F6375C;
}
</style>
background-color css
<style>
a { background-color: #F6375C; }
a { background-color: rgb(246,55,92); }
div.DivClassName
{
background-color: #F6375C;
}
.BgClassName
{
background-color: #F6375C;
}
</style>
border-color css
<style>
span { border-color: #F6375C; }
span { border-color: rgb(246,55,92); }
td.TdClassName
{
border-color: #F6375C;
}
.TagClassName
{
border-color: #F6375C;
}
</style>