Shades of Radical Red #FE4152
Tints of Radical Red #FE4152
RGB
CMYK
RGB Variations
Color information
#FE4152 (or 0xFE4152) is known color: Radical Red. HEX triplet: FE, 41 and 52. RGB value is (254,65,82). Sum of RGB (Red+Green+Blue) = 254+65+82=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 82 (32.42% from 255 or 20.45% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4152 is #01BEAD. Grayscale: #7B7B7B. Windows color (decimal): -114350 or 5390846. OLE color: 5390846.
HSL color Cylindrical-coordinate representation of color #FE4152: hue angle of 354.6º 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 #FE4152 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 82 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.00 |
| HSL | 354.6º | 0.99% | 0.63% | - |
| HSV(B) | 354.6º | 0.74% | 1% | - |
| XYZ | 44.29 | 25.46 | 10.56 | - |
| YUV | 123.45 | 104.62 | 221.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 82 | 0 | 0.74 | 0.68 | 0.00 | 354.6 | 0.99 | 0.63 |
| Hex | FE | 41 | 52 | 0 | 4A | 44 | 0 | 163 | 63 | 3F |
| Octal | 376 | 101 | 122 | 0 | 112 | 104 | 0 | 543 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1010010 | 0 | 1001010 | 1000100 | 0 | 101100011 | 1100011 | 111111 |
Color Harmonies of #FE4152
Complementary color
Monochromatic Colors of #FE4152
Black with #FE4152
Text Example
Text Example
White with #FE4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4152; }
p { color: rgb(254,65,82); }
H1.HeaderClassName
{
color: #FE4152;
}
.AnyTagClassName
{
color: #FE4152;
}
</style>
background-color css
<style>
a { background-color: #FE4152; }
a { background-color: rgb(254,65,82); }
div.DivClassName
{
background-color: #FE4152;
}
.BgClassName
{
background-color: #FE4152;
}
</style>
border-color css
<style>
span { border-color: #FE4152; }
span { border-color: rgb(254,65,82); }
td.TdClassName
{
border-color: #FE4152;
}
.TagClassName
{
border-color: #FE4152;
}
</style>