Shades of Radical Red #FE3764
Tints of Radical Red #FE3764
RGB
CMYK
RGB Variations
Color information
#FE3764 (or 0xFE3764) is known color: Radical Red. HEX triplet: FE, 37 and 64. RGB value is (254,55,100). Sum of RGB (Red+Green+Blue) = 254+55+100=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 55 (21.88% from 255 or 13.45% from 409); Blue value is 100 (39.45% from 255 or 24.45% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3764 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3764 is #01C89B. Grayscale: #777777. Windows color (decimal): -116892 or 6567934. OLE color: 6567934.
HSL color Cylindrical-coordinate representation of color #FE3764: hue angle of 346.43º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3764 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 100 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.00 |
| HSL | 346.43º | 0.99% | 0.61% | - |
| HSV(B) | 346.43º | 0.78% | 1% | - |
| XYZ | 44.54 | 24.72 | 14.48 | - |
| YUV | 119.63 | 116.93 | 223.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 100 | 0 | 0.78 | 0.61 | 0.00 | 346.43 | 0.99 | 0.61 |
| Hex | FE | 37 | 64 | 0 | 4E | 3D | 0 | 15A | 63 | 3D |
| Octal | 376 | 67 | 144 | 0 | 116 | 75 | 0 | 532 | 143 | 75 |
| Binary | 11111110 | 110111 | 1100100 | 0 | 1001110 | 111101 | 0 | 101011010 | 1100011 | 111101 |
Color Harmonies of #FE3764
Complementary color
Monochromatic Colors of #FE3764
Black with #FE3764
Text Example
Text Example
White with #FE3764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3764; }
p { color: rgb(254,55,100); }
H1.HeaderClassName
{
color: #FE3764;
}
.AnyTagClassName
{
color: #FE3764;
}
</style>
background-color css
<style>
a { background-color: #FE3764; }
a { background-color: rgb(254,55,100); }
div.DivClassName
{
background-color: #FE3764;
}
.BgClassName
{
background-color: #FE3764;
}
</style>
border-color css
<style>
span { border-color: #FE3764; }
span { border-color: rgb(254,55,100); }
td.TdClassName
{
border-color: #FE3764;
}
.TagClassName
{
border-color: #FE3764;
}
</style>