Shades of Radical Red #FE4273
Tints of Radical Red #FE4273
RGB
CMYK
RGB Variations
Color information
#FE4273 (or 0xFE4273) is known color: Radical Red. HEX triplet: FE, 42 and 73. RGB value is (254,66,115). Sum of RGB (Red+Green+Blue) = 254+66+115=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 115 (45.31% from 255 or 26.44% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4273 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4273 is #01BD8C. Grayscale: #7F7F7F. Windows color (decimal): -114061 or 7553790. OLE color: 7553790.
HSL color Cylindrical-coordinate representation of color #FE4273: hue angle of 344.36º 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 #FE4273 is Cyan = 0, Magento = 0.74, Yellow = 0.55 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 115 | - |
| CMYK | 0 | 0.74 | 0.55 | 0.00 |
| HSL | 344.36º | 0.99% | 0.63% | - |
| HSV(B) | 344.36º | 0.74% | 1% | - |
| XYZ | 45.92 | 26.21 | 18.86 | - |
| YUV | 127.8 | 120.78 | 218.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 115 | 0 | 0.74 | 0.55 | 0.00 | 344.36 | 0.99 | 0.63 |
| Hex | FE | 42 | 73 | 0 | 4A | 37 | 0 | 158 | 63 | 3F |
| Octal | 376 | 102 | 163 | 0 | 112 | 67 | 0 | 530 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1110011 | 0 | 1001010 | 110111 | 0 | 101011000 | 1100011 | 111111 |
Color Harmonies of #FE4273
Complementary color
Monochromatic Colors of #FE4273
Black with #FE4273
Text Example
Text Example
White with #FE4273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4273; }
p { color: rgb(254,66,115); }
H1.HeaderClassName
{
color: #FE4273;
}
.AnyTagClassName
{
color: #FE4273;
}
</style>
background-color css
<style>
a { background-color: #FE4273; }
a { background-color: rgb(254,66,115); }
div.DivClassName
{
background-color: #FE4273;
}
.BgClassName
{
background-color: #FE4273;
}
</style>
border-color css
<style>
span { border-color: #FE4273; }
span { border-color: rgb(254,66,115); }
td.TdClassName
{
border-color: #FE4273;
}
.TagClassName
{
border-color: #FE4273;
}
</style>