Shades of Radical Red #FE3964
Tints of Radical Red #FE3964
RGB
CMYK
RGB Variations
Color information
#FE3964 (or 0xFE3964) is known color: Radical Red. HEX triplet: FE, 39 and 64. RGB value is (254,57,100). Sum of RGB (Red+Green+Blue) = 254+57+100=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 57 (22.66% from 255 or 13.87% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3964 is #01C69B. Grayscale: #787878. Windows color (decimal): -116380 or 6568446. OLE color: 6568446.
HSL color Cylindrical-coordinate representation of color #FE3964: hue angle of 346.9º 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 #FE3964 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 100 | - |
| CMYK | 0 | 0.78 | 0.61 | 0.00 |
| HSL | 346.9º | 0.99% | 0.61% | - |
| HSV(B) | 346.9º | 0.78% | 1% | - |
| XYZ | 44.64 | 24.92 | 14.51 | - |
| YUV | 120.81 | 116.27 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 100 | 0 | 0.78 | 0.61 | 0.00 | 346.9 | 0.99 | 0.61 |
| Hex | FE | 39 | 64 | 0 | 4E | 3D | 0 | 15B | 63 | 3D |
| Octal | 376 | 71 | 144 | 0 | 116 | 75 | 0 | 533 | 143 | 75 |
| Binary | 11111110 | 111001 | 1100100 | 0 | 1001110 | 111101 | 0 | 101011011 | 1100011 | 111101 |
Color Harmonies of #FE3964
Complementary color
Monochromatic Colors of #FE3964
Black with #FE3964
Text Example
Text Example
White with #FE3964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3964; }
p { color: rgb(254,57,100); }
H1.HeaderClassName
{
color: #FE3964;
}
.AnyTagClassName
{
color: #FE3964;
}
</style>
background-color css
<style>
a { background-color: #FE3964; }
a { background-color: rgb(254,57,100); }
div.DivClassName
{
background-color: #FE3964;
}
.BgClassName
{
background-color: #FE3964;
}
</style>
border-color css
<style>
span { border-color: #FE3964; }
span { border-color: rgb(254,57,100); }
td.TdClassName
{
border-color: #FE3964;
}
.TagClassName
{
border-color: #FE3964;
}
</style>