Shades of Radical Red #FE4265
Tints of Radical Red #FE4265
RGB
CMYK
RGB Variations
Color information
#FE4265 (or 0xFE4265) is known color: Radical Red. HEX triplet: FE, 42 and 65. RGB value is (254,66,101). Sum of RGB (Red+Green+Blue) = 254+66+101=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 101 (39.84% from 255 or 23.99% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4265 is #01BD9A. Grayscale: #7E7E7E. Windows color (decimal): -114075 or 6636286. OLE color: 6636286.
HSL color Cylindrical-coordinate representation of color #FE4265: hue angle of 348.83º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4265 is Cyan = 0, Magento = 0.74, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 101 | - |
| CMYK | 0 | 0.74 | 0.60 | 0.00 |
| HSL | 348.83º | 0.99% | 0.63% | - |
| HSV(B) | 348.83º | 0.74% | 1% | - |
| XYZ | 45.17 | 25.91 | 14.93 | - |
| YUV | 126.2 | 113.78 | 219.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 101 | 0 | 0.74 | 0.60 | 0.00 | 348.83 | 0.99 | 0.63 |
| Hex | FE | 42 | 65 | 0 | 4A | 3C | 0 | 15D | 63 | 3F |
| Octal | 376 | 102 | 145 | 0 | 112 | 74 | 0 | 535 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1100101 | 0 | 1001010 | 111100 | 0 | 101011101 | 1100011 | 111111 |
Color Harmonies of #FE4265
Complementary color
Monochromatic Colors of #FE4265
Black with #FE4265
Text Example
Text Example
White with #FE4265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4265; }
p { color: rgb(254,66,101); }
H1.HeaderClassName
{
color: #FE4265;
}
.AnyTagClassName
{
color: #FE4265;
}
</style>
background-color css
<style>
a { background-color: #FE4265; }
a { background-color: rgb(254,66,101); }
div.DivClassName
{
background-color: #FE4265;
}
.BgClassName
{
background-color: #FE4265;
}
</style>
border-color css
<style>
span { border-color: #FE4265; }
span { border-color: rgb(254,66,101); }
td.TdClassName
{
border-color: #FE4265;
}
.TagClassName
{
border-color: #FE4265;
}
</style>