Shades of Radical Red #FE3064
Tints of Radical Red #FE3064
RGB
CMYK
RGB Variations
Color information
#FE3064 (or 0xFE3064) is known color: Radical Red. HEX triplet: FE, 30 and 64. RGB value is (254,48,100). Sum of RGB (Red+Green+Blue) = 254+48+100=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 48 (19.14% from 255 or 11.94% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3064 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3064 is #01CF9B. Grayscale: #737373. Windows color (decimal): -118684 or 6566142. OLE color: 6566142.
HSL color Cylindrical-coordinate representation of color #FE3064: hue angle of 344.85º 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 #FE3064 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 100 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.00 |
| HSL | 344.85º | 0.99% | 0.59% | - |
| HSV(B) | 344.85º | 0.81% | 1% | - |
| XYZ | 44.23 | 24.1 | 14.38 | - |
| YUV | 115.52 | 119.25 | 226.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 100 | 0 | 0.81 | 0.61 | 0.00 | 344.85 | 0.99 | 0.59 |
| Hex | FE | 30 | 64 | 0 | 51 | 3D | 0 | 159 | 63 | 3B |
| Octal | 376 | 60 | 144 | 0 | 121 | 75 | 0 | 531 | 143 | 73 |
| Binary | 11111110 | 110000 | 1100100 | 0 | 1010001 | 111101 | 0 | 101011001 | 1100011 | 111011 |
Color Harmonies of #FE3064
Complementary color
Monochromatic Colors of #FE3064
Black with #FE3064
Text Example
Text Example
White with #FE3064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3064; }
p { color: rgb(254,48,100); }
H1.HeaderClassName
{
color: #FE3064;
}
.AnyTagClassName
{
color: #FE3064;
}
</style>
background-color css
<style>
a { background-color: #FE3064; }
a { background-color: rgb(254,48,100); }
div.DivClassName
{
background-color: #FE3064;
}
.BgClassName
{
background-color: #FE3064;
}
</style>
border-color css
<style>
span { border-color: #FE3064; }
span { border-color: rgb(254,48,100); }
td.TdClassName
{
border-color: #FE3064;
}
.TagClassName
{
border-color: #FE3064;
}
</style>