Shades of Radical Red #FE3066
Tints of Radical Red #FE3066
RGB
CMYK
RGB Variations
Color information
#FE3066 (or 0xFE3066) is known color: Radical Red. HEX triplet: FE, 30 and 66. RGB value is (254,48,102). Sum of RGB (Red+Green+Blue) = 254+48+102=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 102 (40.23% from 255 or 25.25% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3066 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3066 is #01CF99. Grayscale: #737373. Windows color (decimal): -118682 or 6697214. OLE color: 6697214.
HSL color Cylindrical-coordinate representation of color #FE3066: hue angle of 344.27º 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 #FE3066 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 102 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.00 |
| HSL | 344.27º | 0.99% | 0.59% | - |
| HSV(B) | 344.27º | 0.81% | 1% | - |
| XYZ | 44.33 | 24.14 | 14.89 | - |
| YUV | 115.75 | 120.25 | 226.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 102 | 0 | 0.81 | 0.60 | 0.00 | 344.27 | 0.99 | 0.59 |
| Hex | FE | 30 | 66 | 0 | 51 | 3C | 0 | 158 | 63 | 3B |
| Octal | 376 | 60 | 146 | 0 | 121 | 74 | 0 | 530 | 143 | 73 |
| Binary | 11111110 | 110000 | 1100110 | 0 | 1010001 | 111100 | 0 | 101011000 | 1100011 | 111011 |
Color Harmonies of #FE3066
Complementary color
Monochromatic Colors of #FE3066
Black with #FE3066
Text Example
Text Example
White with #FE3066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3066; }
p { color: rgb(254,48,102); }
H1.HeaderClassName
{
color: #FE3066;
}
.AnyTagClassName
{
color: #FE3066;
}
</style>
background-color css
<style>
a { background-color: #FE3066; }
a { background-color: rgb(254,48,102); }
div.DivClassName
{
background-color: #FE3066;
}
.BgClassName
{
background-color: #FE3066;
}
</style>
border-color css
<style>
span { border-color: #FE3066; }
span { border-color: rgb(254,48,102); }
td.TdClassName
{
border-color: #FE3066;
}
.TagClassName
{
border-color: #FE3066;
}
</style>