Shades of Radical Red #FE4468
Tints of Radical Red #FE4468
RGB
CMYK
RGB Variations
Color information
#FE4468 (or 0xFE4468) is known color: Radical Red. HEX triplet: FE, 44 and 68. RGB value is (254,68,104). Sum of RGB (Red+Green+Blue) = 254+68+104=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 104 (41.02% from 255 or 24.41% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4468 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4468 is #01BB97. Grayscale: #7F7F7F. Windows color (decimal): -113560 or 6833406. OLE color: 6833406.
HSL color Cylindrical-coordinate representation of color #FE4468: hue angle of 348.39º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4468 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 68 | 104 | - |
| CMYK | 0 | 0.73 | 0.59 | 0.00 |
| HSL | 348.39º | 0.99% | 0.63% | - |
| HSV(B) | 348.39º | 0.73% | 1% | - |
| XYZ | 45.44 | 26.2 | 15.76 | - |
| YUV | 127.72 | 114.62 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 68 | 104 | 0 | 0.73 | 0.59 | 0.00 | 348.39 | 0.99 | 0.63 |
| Hex | FE | 44 | 68 | 0 | 49 | 3B | 0 | 15C | 63 | 3F |
| Octal | 376 | 104 | 150 | 0 | 111 | 73 | 0 | 534 | 143 | 77 |
| Binary | 11111110 | 1000100 | 1101000 | 0 | 1001001 | 111011 | 0 | 101011100 | 1100011 | 111111 |
Color Harmonies of #FE4468
Complementary color
Monochromatic Colors of #FE4468
Black with #FE4468
Text Example
Text Example
White with #FE4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4468; }
p { color: rgb(254,68,104); }
H1.HeaderClassName
{
color: #FE4468;
}
.AnyTagClassName
{
color: #FE4468;
}
</style>
background-color css
<style>
a { background-color: #FE4468; }
a { background-color: rgb(254,68,104); }
div.DivClassName
{
background-color: #FE4468;
}
.BgClassName
{
background-color: #FE4468;
}
</style>
border-color css
<style>
span { border-color: #FE4468; }
span { border-color: rgb(254,68,104); }
td.TdClassName
{
border-color: #FE4468;
}
.TagClassName
{
border-color: #FE4468;
}
</style>