Shades of Radical Red #FE275C
Tints of Radical Red #FE275C
RGB
CMYK
RGB Variations
Color information
#FE275C (or 0xFE275C) is known color: Radical Red. HEX triplet: FE, 27 and 5C. RGB value is (254,39,92). Sum of RGB (Red+Green+Blue) = 254+39+92=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE275C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE275C is #01D8A3. Grayscale: #6D6D6D. Windows color (decimal): -120996 or 6039550. OLE color: 6039550.
HSL color Cylindrical-coordinate representation of color #FE275C: hue angle of 345.21º 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 #FE275C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 92 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.00 |
| HSL | 345.21º | 0.99% | 0.57% | - |
| HSV(B) | 345.21º | 0.85% | 1% | - |
| XYZ | 43.53 | 23.29 | 12.33 | - |
| YUV | 109.33 | 118.23 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 92 | 0 | 0.85 | 0.64 | 0.00 | 345.21 | 0.99 | 0.57 |
| Hex | FE | 27 | 5C | 0 | 55 | 40 | 0 | 159 | 63 | 39 |
| Octal | 376 | 47 | 134 | 0 | 125 | 100 | 0 | 531 | 143 | 71 |
| Binary | 11111110 | 100111 | 1011100 | 0 | 1010101 | 1000000 | 0 | 101011001 | 1100011 | 111001 |
Color Harmonies of #FE275C
Complementary color
Monochromatic Colors of #FE275C
Black with #FE275C
Text Example
Text Example
White with #FE275C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE275C; }
p { color: rgb(254,39,92); }
H1.HeaderClassName
{
color: #FE275C;
}
.AnyTagClassName
{
color: #FE275C;
}
</style>
background-color css
<style>
a { background-color: #FE275C; }
a { background-color: rgb(254,39,92); }
div.DivClassName
{
background-color: #FE275C;
}
.BgClassName
{
background-color: #FE275C;
}
</style>
border-color css
<style>
span { border-color: #FE275C; }
span { border-color: rgb(254,39,92); }
td.TdClassName
{
border-color: #FE275C;
}
.TagClassName
{
border-color: #FE275C;
}
</style>