Shades of Radical Red #FE4263
Tints of Radical Red #FE4263
RGB
CMYK
RGB Variations
Color information
#FE4263 (or 0xFE4263) is known color: Radical Red. HEX triplet: FE, 42 and 63. RGB value is (254,66,99). Sum of RGB (Red+Green+Blue) = 254+66+99=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 99 (39.06% from 255 or 23.63% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4263 is #01BD9C. Grayscale: #7E7E7E. Windows color (decimal): -114077 or 6505214. OLE color: 6505214.
HSL color Cylindrical-coordinate representation of color #FE4263: hue angle of 349.47º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4263 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 99 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.00 |
| HSL | 349.47º | 0.99% | 0.63% | - |
| HSV(B) | 349.47º | 0.74% | 1% | - |
| XYZ | 45.07 | 25.87 | 14.42 | - |
| YUV | 125.97 | 112.78 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 99 | 0 | 0.74 | 0.61 | 0.00 | 349.47 | 0.99 | 0.63 |
| Hex | FE | 42 | 63 | 0 | 4A | 3D | 0 | 15D | 63 | 3F |
| Octal | 376 | 102 | 143 | 0 | 112 | 75 | 0 | 535 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1100011 | 0 | 1001010 | 111101 | 0 | 101011101 | 1100011 | 111111 |
Color Harmonies of #FE4263
Complementary color
Monochromatic Colors of #FE4263
Black with #FE4263
Text Example
Text Example
White with #FE4263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4263; }
p { color: rgb(254,66,99); }
H1.HeaderClassName
{
color: #FE4263;
}
.AnyTagClassName
{
color: #FE4263;
}
</style>
background-color css
<style>
a { background-color: #FE4263; }
a { background-color: rgb(254,66,99); }
div.DivClassName
{
background-color: #FE4263;
}
.BgClassName
{
background-color: #FE4263;
}
</style>
border-color css
<style>
span { border-color: #FE4263; }
span { border-color: rgb(254,66,99); }
td.TdClassName
{
border-color: #FE4263;
}
.TagClassName
{
border-color: #FE4263;
}
</style>