Shades of Radical Red #FE3265
Tints of Radical Red #FE3265
RGB
CMYK
RGB Variations
Color information
#FE3265 (or 0xFE3265) is known color: Radical Red. HEX triplet: FE, 32 and 65. RGB value is (254,50,101). Sum of RGB (Red+Green+Blue) = 254+50+101=405 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.72% from 405); Green value is 50 (19.92% from 255 or 12.35% from 405); Blue value is 101 (39.84% from 255 or 24.94% from 405); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3265 is #01CD9A. Grayscale: #747474. Windows color (decimal): -118171 or 6632190. OLE color: 6632190.
HSL color Cylindrical-coordinate representation of color #FE3265: hue angle of 345º 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 #FE3265 is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 101 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.00 |
| HSL | 345º | 0.99% | 0.6% | - |
| HSV(B) | 345º | 0.8% | 1% | - |
| XYZ | 44.36 | 24.29 | 14.66 | - |
| YUV | 116.81 | 119.09 | 225.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 101 | 0 | 0.80 | 0.60 | 0.00 | 345 | 0.99 | 0.6 |
| Hex | FE | 32 | 65 | 0 | 50 | 3C | 0 | 159 | 63 | 3C |
| Octal | 376 | 62 | 145 | 0 | 120 | 74 | 0 | 531 | 143 | 74 |
| Binary | 11111110 | 110010 | 1100101 | 0 | 1010000 | 111100 | 0 | 101011001 | 1100011 | 111100 |
Color Harmonies of #FE3265
Complementary color
Monochromatic Colors of #FE3265
Black with #FE3265
Text Example
Text Example
White with #FE3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3265; }
p { color: rgb(254,50,101); }
H1.HeaderClassName
{
color: #FE3265;
}
.AnyTagClassName
{
color: #FE3265;
}
</style>
background-color css
<style>
a { background-color: #FE3265; }
a { background-color: rgb(254,50,101); }
div.DivClassName
{
background-color: #FE3265;
}
.BgClassName
{
background-color: #FE3265;
}
</style>
border-color css
<style>
span { border-color: #FE3265; }
span { border-color: rgb(254,50,101); }
td.TdClassName
{
border-color: #FE3265;
}
.TagClassName
{
border-color: #FE3265;
}
</style>