Shades of Radical Red #FE415C
Tints of Radical Red #FE415C
RGB
CMYK
RGB Variations
Color information
#FE415C (or 0xFE415C) is known color: Radical Red. HEX triplet: FE, 41 and 5C. RGB value is (254,65,92). Sum of RGB (Red+Green+Blue) = 254+65+92=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 65 (25.78% from 255 or 15.82% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE415C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE415C is #01BEA3. Grayscale: #7C7C7C. Windows color (decimal): -114340 or 6046206. OLE color: 6046206.
HSL color Cylindrical-coordinate representation of color #FE415C: hue angle of 351.43º 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 #FE415C is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 92 | - |
| CMYK | 0 | 0.74 | 0.64 | 0.00 |
| HSL | 351.43º | 0.99% | 0.63% | - |
| HSV(B) | 351.43º | 0.74% | 1% | - |
| XYZ | 44.7 | 25.62 | 12.72 | - |
| YUV | 124.59 | 109.62 | 220.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 92 | 0 | 0.74 | 0.64 | 0.00 | 351.43 | 0.99 | 0.63 |
| Hex | FE | 41 | 5C | 0 | 4A | 40 | 0 | 15F | 63 | 3F |
| Octal | 376 | 101 | 134 | 0 | 112 | 100 | 0 | 537 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1011100 | 0 | 1001010 | 1000000 | 0 | 101011111 | 1100011 | 111111 |
Color Harmonies of #FE415C
Complementary color
Monochromatic Colors of #FE415C
Black with #FE415C
Text Example
Text Example
White with #FE415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE415C; }
p { color: rgb(254,65,92); }
H1.HeaderClassName
{
color: #FE415C;
}
.AnyTagClassName
{
color: #FE415C;
}
</style>
background-color css
<style>
a { background-color: #FE415C; }
a { background-color: rgb(254,65,92); }
div.DivClassName
{
background-color: #FE415C;
}
.BgClassName
{
background-color: #FE415C;
}
</style>
border-color css
<style>
span { border-color: #FE415C; }
span { border-color: rgb(254,65,92); }
td.TdClassName
{
border-color: #FE415C;
}
.TagClassName
{
border-color: #FE415C;
}
</style>