Shades of Radical Red #FE1A68
Tints of Radical Red #FE1A68
RGB
CMYK
RGB Variations
Color information
#FE1A68 (or 0xFE1A68) is known color: Radical Red. HEX triplet: FE, 1A and 68. RGB value is (254,26,104). Sum of RGB (Red+Green+Blue) = 254+26+104=384 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.15% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 104 (41.02% from 255 or 27.08% from 384); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1A68 is #01E597. Grayscale: #666666. Windows color (decimal): -124312 or 6822654. OLE color: 6822654.
HSL color Cylindrical-coordinate representation of color #FE1A68: hue angle of 339.47º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE1A68 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 26 | 104 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.00 |
| HSL | 339.47º | 0.99% | 0.55% | - |
| HSV(B) | 339.47º | 0.9% | 1% | - |
| XYZ | 43.74 | 22.81 | 15.19 | - |
| YUV | 103.06 | 128.54 | 235.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 26 | 104 | 0 | 0.90 | 0.59 | 0.00 | 339.47 | 0.99 | 0.55 |
| Hex | FE | 1A | 68 | 0 | 5A | 3B | 0 | 153 | 63 | 37 |
| Octal | 376 | 32 | 150 | 0 | 132 | 73 | 0 | 523 | 143 | 67 |
| Binary | 11111110 | 11010 | 1101000 | 0 | 1011010 | 111011 | 0 | 101010011 | 1100011 | 110111 |
Color Harmonies of #FE1A68
Complementary color
Monochromatic Colors of #FE1A68
Black with #FE1A68
Text Example
Text Example
White with #FE1A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1A68; }
p { color: rgb(254,26,104); }
H1.HeaderClassName
{
color: #FE1A68;
}
.AnyTagClassName
{
color: #FE1A68;
}
</style>
background-color css
<style>
a { background-color: #FE1A68; }
a { background-color: rgb(254,26,104); }
div.DivClassName
{
background-color: #FE1A68;
}
.BgClassName
{
background-color: #FE1A68;
}
</style>
border-color css
<style>
span { border-color: #FE1A68; }
span { border-color: rgb(254,26,104); }
td.TdClassName
{
border-color: #FE1A68;
}
.TagClassName
{
border-color: #FE1A68;
}
</style>