Shades of Radical Red #F6505A
Tints of Radical Red #F6505A
RGB
CMYK
RGB Variations
Color information
#F6505A (or 0xF6505A) is known color: Radical Red. HEX triplet: F6, 50 and 5A. RGB value is (246,80,90). Sum of RGB (Red+Green+Blue) = 246+80+90=416 (55% of max value = 765). Red value is 246 (96.48% from 255 or 59.13% from 416); Green value is 80 (31.64% from 255 or 19.23% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 246 - color contains mainly: red. Hex color #F6505A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6505A is #09AFA5. Grayscale: #828282. Windows color (decimal): -634790 or 5918966. OLE color: 5918966.
HSL color Cylindrical-coordinate representation of color #F6505A: hue angle of 356.39º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F6505A is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 80 | 90 | - |
| CMYK | 0 | 0.67 | 0.63 | 0.04 |
| HSL | 356.39º | 0.9% | 0.64% | - |
| HSV(B) | 356.39º | 0.67% | 0.96% | - |
| XYZ | 42.72 | 26.07 | 12.45 | - |
| YUV | 130.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 80 | 90 | 0 | 0.67 | 0.63 | 0.04 | 356.39 | 0.9 | 0.64 |
| Hex | F6 | 50 | 5A | 0 | 43 | 3F | 4 | 164 | 5A | 40 |
| Octal | 366 | 120 | 132 | 0 | 103 | 77 | 4 | 544 | 132 | 100 |
| Binary | 11110110 | 1010000 | 1011010 | 0 | 1000011 | 111111 | 100 | 101100100 | 1011010 | 1000000 |
Color Harmonies of #F6505A
Complementary color
Monochromatic Colors of #F6505A
Black with #F6505A
Text Example
Text Example
White with #F6505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6505A; }
p { color: rgb(246,80,90); }
H1.HeaderClassName
{
color: #F6505A;
}
.AnyTagClassName
{
color: #F6505A;
}
</style>
background-color css
<style>
a { background-color: #F6505A; }
a { background-color: rgb(246,80,90); }
div.DivClassName
{
background-color: #F6505A;
}
.BgClassName
{
background-color: #F6505A;
}
</style>
border-color css
<style>
span { border-color: #F6505A; }
span { border-color: rgb(246,80,90); }
td.TdClassName
{
border-color: #F6505A;
}
.TagClassName
{
border-color: #F6505A;
}
</style>