Shades of Radical Red #FE2754
Tints of Radical Red #FE2754
RGB
CMYK
RGB Variations
Color information
#FE2754 (or 0xFE2754) is known color: Radical Red. HEX triplet: FE, 27 and 54. RGB value is (254,39,84). Sum of RGB (Red+Green+Blue) = 254+39+84=377 (49% of max value = 765). Red value is 254 (99.61% from 255 or 67.37% from 377); Green value is 39 (15.62% from 255 or 10.34% from 377); Blue value is 84 (33.20% from 255 or 22.28% from 377); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2754 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2754 is #01D8AB. Grayscale: #6C6C6C. Windows color (decimal): -121004 or 5515262. OLE color: 5515262.
HSL color Cylindrical-coordinate representation of color #FE2754: hue angle of 347.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2754 is Cyan = 0, Magento = 0.85, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 84 | - |
| CMYK | 0 | 0.85 | 0.67 | 0.00 |
| HSL | 347.44º | 0.99% | 0.57% | - |
| HSV(B) | 347.44º | 0.85% | 1% | - |
| XYZ | 43.2 | 23.16 | 10.58 | - |
| YUV | 108.42 | 114.23 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 84 | 0 | 0.85 | 0.67 | 0.00 | 347.44 | 0.99 | 0.57 |
| Hex | FE | 27 | 54 | 0 | 55 | 43 | 0 | 15B | 63 | 39 |
| Octal | 376 | 47 | 124 | 0 | 125 | 103 | 0 | 533 | 143 | 71 |
| Binary | 11111110 | 100111 | 1010100 | 0 | 1010101 | 1000011 | 0 | 101011011 | 1100011 | 111001 |
Color Harmonies of #FE2754
Complementary color
Monochromatic Colors of #FE2754
Black with #FE2754
Text Example
Text Example
White with #FE2754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2754; }
p { color: rgb(254,39,84); }
H1.HeaderClassName
{
color: #FE2754;
}
.AnyTagClassName
{
color: #FE2754;
}
</style>
background-color css
<style>
a { background-color: #FE2754; }
a { background-color: rgb(254,39,84); }
div.DivClassName
{
background-color: #FE2754;
}
.BgClassName
{
background-color: #FE2754;
}
</style>
border-color css
<style>
span { border-color: #FE2754; }
span { border-color: rgb(254,39,84); }
td.TdClassName
{
border-color: #FE2754;
}
.TagClassName
{
border-color: #FE2754;
}
</style>