Shades of Radical Red #FE4360
Tints of Radical Red #FE4360
RGB
CMYK
RGB Variations
Color information
#FE4360 (or 0xFE4360) is known color: Radical Red. HEX triplet: FE, 43 and 60. RGB value is (254,67,96). Sum of RGB (Red+Green+Blue) = 254+67+96=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4360 is #01BC9F. Grayscale: #7E7E7E. Windows color (decimal): -113824 or 6308862. OLE color: 6308862.
HSL color Cylindrical-coordinate representation of color #FE4360: hue angle of 350.7º 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 #FE4360 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 96 | - |
| CMYK | 0 | 0.74 | 0.62 | 0.00 |
| HSL | 350.7º | 0.99% | 0.63% | - |
| HSV(B) | 350.7º | 0.74% | 1% | - |
| XYZ | 44.99 | 25.93 | 13.7 | - |
| YUV | 126.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 96 | 0 | 0.74 | 0.62 | 0.00 | 350.7 | 0.99 | 0.63 |
| Hex | FE | 43 | 60 | 0 | 4A | 3E | 0 | 15F | 63 | 3F |
| Octal | 376 | 103 | 140 | 0 | 112 | 76 | 0 | 537 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1100000 | 0 | 1001010 | 111110 | 0 | 101011111 | 1100011 | 111111 |
Color Harmonies of #FE4360
Complementary color
Monochromatic Colors of #FE4360
Black with #FE4360
Text Example
Text Example
White with #FE4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4360; }
p { color: rgb(254,67,96); }
H1.HeaderClassName
{
color: #FE4360;
}
.AnyTagClassName
{
color: #FE4360;
}
</style>
background-color css
<style>
a { background-color: #FE4360; }
a { background-color: rgb(254,67,96); }
div.DivClassName
{
background-color: #FE4360;
}
.BgClassName
{
background-color: #FE4360;
}
</style>
border-color css
<style>
span { border-color: #FE4360; }
span { border-color: rgb(254,67,96); }
td.TdClassName
{
border-color: #FE4360;
}
.TagClassName
{
border-color: #FE4360;
}
</style>