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