Shades of Radical Red #FE4268
Tints of Radical Red #FE4268
RGB
CMYK
RGB Variations
Color information
#FE4268 (or 0xFE4268) is known color: Radical Red. HEX triplet: FE, 42 and 68. RGB value is (254,66,104). Sum of RGB (Red+Green+Blue) = 254+66+104=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4268 is #01BD97. Grayscale: #7E7E7E. Windows color (decimal): -114072 or 6832894. OLE color: 6832894.
HSL color Cylindrical-coordinate representation of color #FE4268: hue angle of 347.87º 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 #FE4268 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 104 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.00 |
| HSL | 347.87º | 0.99% | 0.63% | - |
| HSV(B) | 347.87º | 0.74% | 1% | - |
| XYZ | 45.32 | 25.97 | 15.72 | - |
| YUV | 126.54 | 115.28 | 218.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 104 | 0 | 0.74 | 0.59 | 0.00 | 347.87 | 0.99 | 0.63 |
| Hex | FE | 42 | 68 | 0 | 4A | 3B | 0 | 15C | 63 | 3F |
| Octal | 376 | 102 | 150 | 0 | 112 | 73 | 0 | 534 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1101000 | 0 | 1001010 | 111011 | 0 | 101011100 | 1100011 | 111111 |
Color Harmonies of #FE4268
Complementary color
Monochromatic Colors of #FE4268
Black with #FE4268
Text Example
Text Example
White with #FE4268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4268; }
p { color: rgb(254,66,104); }
H1.HeaderClassName
{
color: #FE4268;
}
.AnyTagClassName
{
color: #FE4268;
}
</style>
background-color css
<style>
a { background-color: #FE4268; }
a { background-color: rgb(254,66,104); }
div.DivClassName
{
background-color: #FE4268;
}
.BgClassName
{
background-color: #FE4268;
}
</style>
border-color css
<style>
span { border-color: #FE4268; }
span { border-color: rgb(254,66,104); }
td.TdClassName
{
border-color: #FE4268;
}
.TagClassName
{
border-color: #FE4268;
}
</style>