Shades of Radical Red #FE4364
Tints of Radical Red #FE4364
RGB
CMYK
RGB Variations
Color information
#FE4364 (or 0xFE4364) is known color: Radical Red. HEX triplet: FE, 43 and 64. RGB value is (254,67,100). Sum of RGB (Red+Green+Blue) = 254+67+100=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 67 (26.56% from 255 or 15.91% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4364 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4364 is #01BC9B. Grayscale: #7E7E7E. Windows color (decimal): -113820 or 6571006. OLE color: 6571006.
HSL color Cylindrical-coordinate representation of color #FE4364: hue angle of 349.41º 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 #FE4364 is Cyan = 0, Magento = 0.74, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 100 | - |
| CMYK | 0 | 0.74 | 0.61 | 0.00 |
| HSL | 349.41º | 0.99% | 0.63% | - |
| HSV(B) | 349.41º | 0.74% | 1% | - |
| XYZ | 45.18 | 26.01 | 14.69 | - |
| YUV | 126.68 | 112.95 | 218.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 100 | 0 | 0.74 | 0.61 | 0.00 | 349.41 | 0.99 | 0.63 |
| Hex | FE | 43 | 64 | 0 | 4A | 3D | 0 | 15D | 63 | 3F |
| Octal | 376 | 103 | 144 | 0 | 112 | 75 | 0 | 535 | 143 | 77 |
| Binary | 11111110 | 1000011 | 1100100 | 0 | 1001010 | 111101 | 0 | 101011101 | 1100011 | 111111 |
Color Harmonies of #FE4364
Complementary color
Monochromatic Colors of #FE4364
Black with #FE4364
Text Example
Text Example
White with #FE4364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4364; }
p { color: rgb(254,67,100); }
H1.HeaderClassName
{
color: #FE4364;
}
.AnyTagClassName
{
color: #FE4364;
}
</style>
background-color css
<style>
a { background-color: #FE4364; }
a { background-color: rgb(254,67,100); }
div.DivClassName
{
background-color: #FE4364;
}
.BgClassName
{
background-color: #FE4364;
}
</style>
border-color css
<style>
span { border-color: #FE4364; }
span { border-color: rgb(254,67,100); }
td.TdClassName
{
border-color: #FE4364;
}
.TagClassName
{
border-color: #FE4364;
}
</style>