Shades of Radical Red #FE4168
Tints of Radical Red #FE4168
RGB
CMYK
RGB Variations
Color information
#FE4168 (or 0xFE4168) is known color: Radical Red. HEX triplet: FE, 41 and 68. RGB value is (254,65,104). Sum of RGB (Red+Green+Blue) = 254+65+104=423 (56% of max value = 765). Red value is 254 (99.61% from 255 or 60.05% from 423); Green value is 65 (25.78% from 255 or 15.37% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4168 is #01BE97. Grayscale: #7D7D7D. Windows color (decimal): -114328 or 6832638. OLE color: 6832638.
HSL color Cylindrical-coordinate representation of color #FE4168: hue angle of 347.62º 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 #FE4168 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 104 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.00 |
| HSL | 347.62º | 0.99% | 0.63% | - |
| HSV(B) | 347.62º | 0.74% | 1% | - |
| XYZ | 45.26 | 25.85 | 15.7 | - |
| YUV | 125.96 | 115.62 | 219.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 104 | 0 | 0.74 | 0.59 | 0.00 | 347.62 | 0.99 | 0.63 |
| Hex | FE | 41 | 68 | 0 | 4A | 3B | 0 | 15C | 63 | 3F |
| Octal | 376 | 101 | 150 | 0 | 112 | 73 | 0 | 534 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1101000 | 0 | 1001010 | 111011 | 0 | 101011100 | 1100011 | 111111 |
Color Harmonies of #FE4168
Complementary color
Monochromatic Colors of #FE4168
Black with #FE4168
Text Example
Text Example
White with #FE4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4168; }
p { color: rgb(254,65,104); }
H1.HeaderClassName
{
color: #FE4168;
}
.AnyTagClassName
{
color: #FE4168;
}
</style>
background-color css
<style>
a { background-color: #FE4168; }
a { background-color: rgb(254,65,104); }
div.DivClassName
{
background-color: #FE4168;
}
.BgClassName
{
background-color: #FE4168;
}
</style>
border-color css
<style>
span { border-color: #FE4168; }
span { border-color: rgb(254,65,104); }
td.TdClassName
{
border-color: #FE4168;
}
.TagClassName
{
border-color: #FE4168;
}
</style>