Shades of Radical Red #FE4655
Tints of Radical Red #FE4655
RGB
CMYK
RGB Variations
Color information
#FE4655 (or 0xFE4655) is known color: Radical Red. HEX triplet: FE, 46 and 55. RGB value is (254,70,85). Sum of RGB (Red+Green+Blue) = 254+70+85=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 70 (27.73% from 255 or 17.11% from 409); Blue value is 85 (33.59% from 255 or 20.78% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4655 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4655 is #01B9AA. Grayscale: #7E7E7E. Windows color (decimal): -113067 or 5588734. OLE color: 5588734.
HSL color Cylindrical-coordinate representation of color #FE4655: hue angle of 355.11º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4655 is Cyan = 0, Magento = 0.72, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 85 | - |
| CMYK | 0 | 0.72 | 0.67 | 0.00 |
| HSL | 355.11º | 0.99% | 0.64% | - |
| HSV(B) | 355.11º | 0.72% | 1% | - |
| XYZ | 44.7 | 26.11 | 11.28 | - |
| YUV | 126.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 85 | 0 | 0.72 | 0.67 | 0.00 | 355.11 | 0.99 | 0.64 |
| Hex | FE | 46 | 55 | 0 | 48 | 43 | 0 | 163 | 63 | 40 |
| Octal | 376 | 106 | 125 | 0 | 110 | 103 | 0 | 543 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1010101 | 0 | 1001000 | 1000011 | 0 | 101100011 | 1100011 | 1000000 |
Color Harmonies of #FE4655
Complementary color
Monochromatic Colors of #FE4655
Black with #FE4655
Text Example
Text Example
White with #FE4655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4655; }
p { color: rgb(254,70,85); }
H1.HeaderClassName
{
color: #FE4655;
}
.AnyTagClassName
{
color: #FE4655;
}
</style>
background-color css
<style>
a { background-color: #FE4655; }
a { background-color: rgb(254,70,85); }
div.DivClassName
{
background-color: #FE4655;
}
.BgClassName
{
background-color: #FE4655;
}
</style>
border-color css
<style>
span { border-color: #FE4655; }
span { border-color: rgb(254,70,85); }
td.TdClassName
{
border-color: #FE4655;
}
.TagClassName
{
border-color: #FE4655;
}
</style>