Shades of Radical Red #FE366F
Tints of Radical Red #FE366F
RGB
CMYK
RGB Variations
Color information
#FE366F (or 0xFE366F) is known color: Radical Red. HEX triplet: FE, 36 and 6F. RGB value is (254,54,111). Sum of RGB (Red+Green+Blue) = 254+54+111=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 54 (21.48% from 255 or 12.89% from 419); Blue value is 111 (43.75% from 255 or 26.49% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE366F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE366F is #01C990. Grayscale: #787878. Windows color (decimal): -117137 or 7288574. OLE color: 7288574.
HSL color Cylindrical-coordinate representation of color #FE366F: hue angle of 342.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE366F is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 111 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.00 |
| HSL | 342.9º | 0.99% | 0.6% | - |
| HSV(B) | 342.9º | 0.79% | 1% | - |
| XYZ | 45.06 | 24.86 | 17.46 | - |
| YUV | 120.3 | 122.76 | 223.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 111 | 0 | 0.79 | 0.56 | 0.00 | 342.9 | 0.99 | 0.6 |
| Hex | FE | 36 | 6F | 0 | 4F | 38 | 0 | 157 | 63 | 3C |
| Octal | 376 | 66 | 157 | 0 | 117 | 70 | 0 | 527 | 143 | 74 |
| Binary | 11111110 | 110110 | 1101111 | 0 | 1001111 | 111000 | 0 | 101010111 | 1100011 | 111100 |
Color Harmonies of #FE366F
Complementary color
Monochromatic Colors of #FE366F
Black with #FE366F
Text Example
Text Example
White with #FE366F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE366F; }
p { color: rgb(254,54,111); }
H1.HeaderClassName
{
color: #FE366F;
}
.AnyTagClassName
{
color: #FE366F;
}
</style>
background-color css
<style>
a { background-color: #FE366F; }
a { background-color: rgb(254,54,111); }
div.DivClassName
{
background-color: #FE366F;
}
.BgClassName
{
background-color: #FE366F;
}
</style>
border-color css
<style>
span { border-color: #FE366F; }
span { border-color: rgb(254,54,111); }
td.TdClassName
{
border-color: #FE366F;
}
.TagClassName
{
border-color: #FE366F;
}
</style>