Shades of Radical Red #FE4B65
Tints of Radical Red #FE4B65
RGB
CMYK
RGB Variations
Color information
#FE4B65 (or 0xFE4B65) is known color: Radical Red. HEX triplet: FE, 4B and 65. RGB value is (254,75,101). Sum of RGB (Red+Green+Blue) = 254+75+101=430 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.07% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4B65 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4B65 is #01B49A. Grayscale: #838383. Windows color (decimal): -111771 or 6638590. OLE color: 6638590.
HSL color Cylindrical-coordinate representation of color #FE4B65: hue angle of 351.28º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE4B65 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 75 | 101 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.00 |
| HSL | 351.28º | 0.99% | 0.65% | - |
| HSV(B) | 351.28º | 0.7% | 1% | - |
| XYZ | 45.74 | 27.04 | 15.12 | - |
| YUV | 131.49 | 110.8 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 75 | 101 | 0 | 0.70 | 0.60 | 0.00 | 351.28 | 0.99 | 0.65 |
| Hex | FE | 4B | 65 | 0 | 46 | 3C | 0 | 15F | 63 | 41 |
| Octal | 376 | 113 | 145 | 0 | 106 | 74 | 0 | 537 | 143 | 101 |
| Binary | 11111110 | 1001011 | 1100101 | 0 | 1000110 | 111100 | 0 | 101011111 | 1100011 | 1000001 |
Color Harmonies of #FE4B65
Complementary color
Monochromatic Colors of #FE4B65
Black with #FE4B65
Text Example
Text Example
White with #FE4B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4B65; }
p { color: rgb(254,75,101); }
H1.HeaderClassName
{
color: #FE4B65;
}
.AnyTagClassName
{
color: #FE4B65;
}
</style>
background-color css
<style>
a { background-color: #FE4B65; }
a { background-color: rgb(254,75,101); }
div.DivClassName
{
background-color: #FE4B65;
}
.BgClassName
{
background-color: #FE4B65;
}
</style>
border-color css
<style>
span { border-color: #FE4B65; }
span { border-color: rgb(254,75,101); }
td.TdClassName
{
border-color: #FE4B65;
}
.TagClassName
{
border-color: #FE4B65;
}
</style>