Shades of Radical Red #FE3263
Tints of Radical Red #FE3263
RGB
CMYK
RGB Variations
Color information
#FE3263 (or 0xFE3263) is known color: Radical Red. HEX triplet: FE, 32 and 63. RGB value is (254,50,99). Sum of RGB (Red+Green+Blue) = 254+50+99=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 50 (19.92% from 255 or 12.41% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3263 is #01CD9C. Grayscale: #747474. Windows color (decimal): -118173 or 6501118. OLE color: 6501118.
HSL color Cylindrical-coordinate representation of color #FE3263: hue angle of 345.59º 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 #FE3263 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 50 | 99 | - |
| CMYK | 0 | 0.80 | 0.61 | 0.00 |
| HSL | 345.59º | 0.99% | 0.6% | - |
| HSV(B) | 345.59º | 0.8% | 1% | - |
| XYZ | 44.27 | 24.25 | 14.15 | - |
| YUV | 116.58 | 118.09 | 226.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 50 | 99 | 0 | 0.80 | 0.61 | 0.00 | 345.59 | 0.99 | 0.6 |
| Hex | FE | 32 | 63 | 0 | 50 | 3D | 0 | 15A | 63 | 3C |
| Octal | 376 | 62 | 143 | 0 | 120 | 75 | 0 | 532 | 143 | 74 |
| Binary | 11111110 | 110010 | 1100011 | 0 | 1010000 | 111101 | 0 | 101011010 | 1100011 | 111100 |
Color Harmonies of #FE3263
Complementary color
Monochromatic Colors of #FE3263
Black with #FE3263
Text Example
Text Example
White with #FE3263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3263; }
p { color: rgb(254,50,99); }
H1.HeaderClassName
{
color: #FE3263;
}
.AnyTagClassName
{
color: #FE3263;
}
</style>
background-color css
<style>
a { background-color: #FE3263; }
a { background-color: rgb(254,50,99); }
div.DivClassName
{
background-color: #FE3263;
}
.BgClassName
{
background-color: #FE3263;
}
</style>
border-color css
<style>
span { border-color: #FE3263; }
span { border-color: rgb(254,50,99); }
td.TdClassName
{
border-color: #FE3263;
}
.TagClassName
{
border-color: #FE3263;
}
</style>