Shades of Radical Red #FE3065
Tints of Radical Red #FE3065
RGB
CMYK
RGB Variations
Color information
#FE3065 (or 0xFE3065) is known color: Radical Red. HEX triplet: FE, 30 and 65. RGB value is (254,48,101). Sum of RGB (Red+Green+Blue) = 254+48+101=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 48 (19.14% from 255 or 11.91% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3065 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3065 is #01CF9A. Grayscale: #737373. Windows color (decimal): -118683 or 6631678. OLE color: 6631678.
HSL color Cylindrical-coordinate representation of color #FE3065: hue angle of 344.56º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE3065 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 101 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.00 |
| HSL | 344.56º | 0.99% | 0.59% | - |
| HSV(B) | 344.56º | 0.81% | 1% | - |
| XYZ | 44.28 | 24.12 | 14.63 | - |
| YUV | 115.64 | 119.75 | 226.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 101 | 0 | 0.81 | 0.60 | 0.00 | 344.56 | 0.99 | 0.59 |
| Hex | FE | 30 | 65 | 0 | 51 | 3C | 0 | 159 | 63 | 3B |
| Octal | 376 | 60 | 145 | 0 | 121 | 74 | 0 | 531 | 143 | 73 |
| Binary | 11111110 | 110000 | 1100101 | 0 | 1010001 | 111100 | 0 | 101011001 | 1100011 | 111011 |
Color Harmonies of #FE3065
Complementary color
Monochromatic Colors of #FE3065
Black with #FE3065
Text Example
Text Example
White with #FE3065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3065; }
p { color: rgb(254,48,101); }
H1.HeaderClassName
{
color: #FE3065;
}
.AnyTagClassName
{
color: #FE3065;
}
</style>
background-color css
<style>
a { background-color: #FE3065; }
a { background-color: rgb(254,48,101); }
div.DivClassName
{
background-color: #FE3065;
}
.BgClassName
{
background-color: #FE3065;
}
</style>
border-color css
<style>
span { border-color: #FE3065; }
span { border-color: rgb(254,48,101); }
td.TdClassName
{
border-color: #FE3065;
}
.TagClassName
{
border-color: #FE3065;
}
</style>