Shades of Radical Red #FE3A6A
Tints of Radical Red #FE3A6A
RGB
CMYK
RGB Variations
Color information
#FE3A6A (or 0xFE3A6A) is known color: Radical Red. HEX triplet: FE, 3A and 6A. RGB value is (254,58,106). Sum of RGB (Red+Green+Blue) = 254+58+106=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 58 (23.05% from 255 or 13.88% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A6A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3A6A is #01C595. Grayscale: #7A7A7A. Windows color (decimal): -116118 or 6961918. OLE color: 6961918.
HSL color Cylindrical-coordinate representation of color #FE3A6A: hue angle of 345.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3A6A is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 106 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.00 |
| HSL | 345.31º | 0.99% | 0.61% | - |
| HSV(B) | 345.31º | 0.77% | 1% | - |
| XYZ | 44.99 | 25.14 | 16.12 | - |
| YUV | 122.08 | 118.93 | 222.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 106 | 0 | 0.77 | 0.58 | 0.00 | 345.31 | 0.99 | 0.61 |
| Hex | FE | 3A | 6A | 0 | 4D | 3A | 0 | 159 | 63 | 3D |
| Octal | 376 | 72 | 152 | 0 | 115 | 72 | 0 | 531 | 143 | 75 |
| Binary | 11111110 | 111010 | 1101010 | 0 | 1001101 | 111010 | 0 | 101011001 | 1100011 | 111101 |
Color Harmonies of #FE3A6A
Complementary color
Monochromatic Colors of #FE3A6A
Black with #FE3A6A
Text Example
Text Example
White with #FE3A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A6A; }
p { color: rgb(254,58,106); }
H1.HeaderClassName
{
color: #FE3A6A;
}
.AnyTagClassName
{
color: #FE3A6A;
}
</style>
background-color css
<style>
a { background-color: #FE3A6A; }
a { background-color: rgb(254,58,106); }
div.DivClassName
{
background-color: #FE3A6A;
}
.BgClassName
{
background-color: #FE3A6A;
}
</style>
border-color css
<style>
span { border-color: #FE3A6A; }
span { border-color: rgb(254,58,106); }
td.TdClassName
{
border-color: #FE3A6A;
}
.TagClassName
{
border-color: #FE3A6A;
}
</style>