Shades of Radical Red #FE4352
Tints of Radical Red #FE4352
RGB
CMYK
RGB Variations
Color information
#FE4352 (or 0xFE4352) is known color: Radical Red. HEX triplet: FE, 43 and 52. RGB value is (254,67,82). Sum of RGB (Red+Green+Blue) = 254+67+82=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 82 (32.42% from 255 or 20.35% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4352 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4352 is #01BCAD. Grayscale: #7C7C7C. Windows color (decimal): -113838 or 5391358. OLE color: 5391358.
HSL color Cylindrical-coordinate representation of color #FE4352: hue angle of 355.19º 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 #FE4352 is Cyan = 0, Magento = 0.74, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 82 | - |
| CMYK | 0 | 0.74 | 0.68 | 0.00 |
| HSL | 355.19º | 0.99% | 0.63% | - |
| HSV(B) | 355.19º | 0.74% | 1% | - |
| XYZ | 44.4 | 25.69 | 10.6 | - |
| YUV | 124.62 | 103.95 | 220.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 82 | 0 | 0.74 | 0.68 | 0.00 | 355.19 | 0.99 | 0.63 |
| Hex | FE | 43 | 52 | 0 | 4A | 44 | 0 | 163 | 63 | 3F |
| Octal | 376 | 103 | 122 | 0 | 112 | 104 | 0 | 543 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1010010 | 0 | 1001010 | 1000100 | 0 | 101100011 | 1100011 | 111111 |
Color Harmonies of #FE4352
Complementary color
Monochromatic Colors of #FE4352
Black with #FE4352
Text Example
Text Example
White with #FE4352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4352; }
p { color: rgb(254,67,82); }
H1.HeaderClassName
{
color: #FE4352;
}
.AnyTagClassName
{
color: #FE4352;
}
</style>
background-color css
<style>
a { background-color: #FE4352; }
a { background-color: rgb(254,67,82); }
div.DivClassName
{
background-color: #FE4352;
}
.BgClassName
{
background-color: #FE4352;
}
</style>
border-color css
<style>
span { border-color: #FE4352; }
span { border-color: rgb(254,67,82); }
td.TdClassName
{
border-color: #FE4352;
}
.TagClassName
{
border-color: #FE4352;
}
</style>