Shades of Radical Red #FE2758
Tints of Radical Red #FE2758
RGB
CMYK
RGB Variations
Color information
#FE2758 (or 0xFE2758) is known color: Radical Red. HEX triplet: FE, 27 and 58. RGB value is (254,39,88). Sum of RGB (Red+Green+Blue) = 254+39+88=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 39 (15.62% from 255 or 10.24% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2758 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2758 is #01D8A7. Grayscale: #6C6C6C. Windows color (decimal): -121000 or 5777406. OLE color: 5777406.
HSL color Cylindrical-coordinate representation of color #FE2758: hue angle of 346.33º 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 #FE2758 is Cyan = 0, Magento = 0.85, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 88 | - |
| CMYK | 0 | 0.85 | 0.65 | 0.00 |
| HSL | 346.33º | 0.99% | 0.57% | - |
| HSV(B) | 346.33º | 0.85% | 1% | - |
| XYZ | 43.36 | 23.23 | 11.43 | - |
| YUV | 108.87 | 116.23 | 231.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 88 | 0 | 0.85 | 0.65 | 0.00 | 346.33 | 0.99 | 0.57 |
| Hex | FE | 27 | 58 | 0 | 55 | 41 | 0 | 15A | 63 | 39 |
| Octal | 376 | 47 | 130 | 0 | 125 | 101 | 0 | 532 | 143 | 71 |
| Binary | 11111110 | 100111 | 1011000 | 0 | 1010101 | 1000001 | 0 | 101011010 | 1100011 | 111001 |
Color Harmonies of #FE2758
Complementary color
Monochromatic Colors of #FE2758
Black with #FE2758
Text Example
Text Example
White with #FE2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2758; }
p { color: rgb(254,39,88); }
H1.HeaderClassName
{
color: #FE2758;
}
.AnyTagClassName
{
color: #FE2758;
}
</style>
background-color css
<style>
a { background-color: #FE2758; }
a { background-color: rgb(254,39,88); }
div.DivClassName
{
background-color: #FE2758;
}
.BgClassName
{
background-color: #FE2758;
}
</style>
border-color css
<style>
span { border-color: #FE2758; }
span { border-color: rgb(254,39,88); }
td.TdClassName
{
border-color: #FE2758;
}
.TagClassName
{
border-color: #FE2758;
}
</style>