Shades of Radical Red #FE356F
Tints of Radical Red #FE356F
RGB
CMYK
RGB Variations
Color information
#FE356F (or 0xFE356F) is known color: Radical Red. HEX triplet: FE, 35 and 6F. RGB value is (254,53,111). Sum of RGB (Red+Green+Blue) = 254+53+111=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 111 (43.75% from 255 or 26.56% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE356F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE356F is #01CA90. Grayscale: #777777. Windows color (decimal): -117393 or 7288318. OLE color: 7288318.
HSL color Cylindrical-coordinate representation of color #FE356F: hue angle of 342.69º 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 #FE356F is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 53 | 111 | - |
| CMYK | 0 | 0.79 | 0.56 | 0.00 |
| HSL | 342.69º | 0.99% | 0.6% | - |
| HSV(B) | 342.69º | 0.79% | 1% | - |
| XYZ | 45.02 | 24.76 | 17.45 | - |
| YUV | 119.71 | 123.09 | 223.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 53 | 111 | 0 | 0.79 | 0.56 | 0.00 | 342.69 | 0.99 | 0.6 |
| Hex | FE | 35 | 6F | 0 | 4F | 38 | 0 | 157 | 63 | 3C |
| Octal | 376 | 65 | 157 | 0 | 117 | 70 | 0 | 527 | 143 | 74 |
| Binary | 11111110 | 110101 | 1101111 | 0 | 1001111 | 111000 | 0 | 101010111 | 1100011 | 111100 |
Color Harmonies of #FE356F
Complementary color
Monochromatic Colors of #FE356F
Black with #FE356F
Text Example
Text Example
White with #FE356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE356F; }
p { color: rgb(254,53,111); }
H1.HeaderClassName
{
color: #FE356F;
}
.AnyTagClassName
{
color: #FE356F;
}
</style>
background-color css
<style>
a { background-color: #FE356F; }
a { background-color: rgb(254,53,111); }
div.DivClassName
{
background-color: #FE356F;
}
.BgClassName
{
background-color: #FE356F;
}
</style>
border-color css
<style>
span { border-color: #FE356F; }
span { border-color: rgb(254,53,111); }
td.TdClassName
{
border-color: #FE356F;
}
.TagClassName
{
border-color: #FE356F;
}
</style>