Shades of Radical Red #FE3565
Tints of Radical Red #FE3565
RGB
CMYK
RGB Variations
Color information
#FE3565 (or 0xFE3565) is known color: Radical Red. HEX triplet: FE, 35 and 65. RGB value is (254,53,101). Sum of RGB (Red+Green+Blue) = 254+53+101=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3565 is #01CA9A. Grayscale: #767676. Windows color (decimal): -117403 or 6632958. OLE color: 6632958.
HSL color Cylindrical-coordinate representation of color #FE3565: hue angle of 345.67º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3565 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.00 |
| HSL | 345.67º | 0.99% | 0.6% | - |
| HSV(B) | 345.67º | 0.79% | 1% | - |
| XYZ | 44.5 | 24.56 | 14.71 | - |
| YUV | 118.57 | 118.09 | 224.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 101 | 0 | 0.79 | 0.60 | 0.00 | 345.67 | 0.99 | 0.6 |
| Hex | FE | 35 | 65 | 0 | 4F | 3C | 0 | 15A | 63 | 3C |
| Octal | 376 | 65 | 145 | 0 | 117 | 74 | 0 | 532 | 143 | 74 |
| Binary | 11111110 | 110101 | 1100101 | 0 | 1001111 | 111100 | 0 | 101011010 | 1100011 | 111100 |
Color Harmonies of #FE3565
Complementary color
Monochromatic Colors of #FE3565
Black with #FE3565
Text Example
Text Example
White with #FE3565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3565; }
p { color: rgb(254,53,101); }
H1.HeaderClassName
{
color: #FE3565;
}
.AnyTagClassName
{
color: #FE3565;
}
</style>
background-color css
<style>
a { background-color: #FE3565; }
a { background-color: rgb(254,53,101); }
div.DivClassName
{
background-color: #FE3565;
}
.BgClassName
{
background-color: #FE3565;
}
</style>
border-color css
<style>
span { border-color: #FE3565; }
span { border-color: rgb(254,53,101); }
td.TdClassName
{
border-color: #FE3565;
}
.TagClassName
{
border-color: #FE3565;
}
</style>