Shades of Radical Red #FE3266
Tints of Radical Red #FE3266
RGB
CMYK
RGB Variations
Color information
#FE3266 (or 0xFE3266) is known color: Radical Red. HEX triplet: FE, 32 and 66. RGB value is (254,50,102). Sum of RGB (Red+Green+Blue) = 254+50+102=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 50 (19.92% from 255 or 12.32% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3266 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3266 is #01CD99. Grayscale: #747474. Windows color (decimal): -118170 or 6697726. OLE color: 6697726.
HSL color Cylindrical-coordinate representation of color #FE3266: hue angle of 344.71º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FE3266 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 102 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.00 |
| HSL | 344.71º | 0.99% | 0.6% | - |
| HSV(B) | 344.71º | 0.8% | 1% | - |
| XYZ | 44.41 | 24.31 | 14.92 | - |
| YUV | 116.92 | 119.59 | 225.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 102 | 0 | 0.80 | 0.60 | 0.00 | 344.71 | 0.99 | 0.6 |
| Hex | FE | 32 | 66 | 0 | 50 | 3C | 0 | 159 | 63 | 3C |
| Octal | 376 | 62 | 146 | 0 | 120 | 74 | 0 | 531 | 143 | 74 |
| Binary | 11111110 | 110010 | 1100110 | 0 | 1010000 | 111100 | 0 | 101011001 | 1100011 | 111100 |
Color Harmonies of #FE3266
Complementary color
Monochromatic Colors of #FE3266
Black with #FE3266
Text Example
Text Example
White with #FE3266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3266; }
p { color: rgb(254,50,102); }
H1.HeaderClassName
{
color: #FE3266;
}
.AnyTagClassName
{
color: #FE3266;
}
</style>
background-color css
<style>
a { background-color: #FE3266; }
a { background-color: rgb(254,50,102); }
div.DivClassName
{
background-color: #FE3266;
}
.BgClassName
{
background-color: #FE3266;
}
</style>
border-color css
<style>
span { border-color: #FE3266; }
span { border-color: rgb(254,50,102); }
td.TdClassName
{
border-color: #FE3266;
}
.TagClassName
{
border-color: #FE3266;
}
</style>