Shades of Radical Red #FE416B
Tints of Radical Red #FE416B
RGB
CMYK
RGB Variations
Color information
#FE416B (or 0xFE416B) is known color: Radical Red. HEX triplet: FE, 41 and 6B. RGB value is (254,65,107). Sum of RGB (Red+Green+Blue) = 254+65+107=426 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.62% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 107 (42.19% from 255 or 25.12% from 426); Max value from RGB is 254 - color contains mainly: red. Hex color #FE416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE416B is #01BE94. Grayscale: #7E7E7E. Windows color (decimal): -114325 or 7029246. OLE color: 7029246.
HSL color Cylindrical-coordinate representation of color #FE416B: hue angle of 346.67º 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 #FE416B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 107 | - |
| CMYK | 0 | 0.74 | 0.58 | 0.00 |
| HSL | 346.67º | 0.99% | 0.63% | - |
| HSV(B) | 346.67º | 0.74% | 1% | - |
| XYZ | 45.42 | 25.91 | 16.52 | - |
| YUV | 126.3 | 117.12 | 219.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 107 | 0 | 0.74 | 0.58 | 0.00 | 346.67 | 0.99 | 0.63 |
| Hex | FE | 41 | 6B | 0 | 4A | 3A | 0 | 15B | 63 | 3F |
| Octal | 376 | 101 | 153 | 0 | 112 | 72 | 0 | 533 | 143 | 77 |
| Binary | 11111110 | 1000001 | 1101011 | 0 | 1001010 | 111010 | 0 | 101011011 | 1100011 | 111111 |
Color Harmonies of #FE416B
Complementary color
Monochromatic Colors of #FE416B
Black with #FE416B
Text Example
Text Example
White with #FE416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE416B; }
p { color: rgb(254,65,107); }
H1.HeaderClassName
{
color: #FE416B;
}
.AnyTagClassName
{
color: #FE416B;
}
</style>
background-color css
<style>
a { background-color: #FE416B; }
a { background-color: rgb(254,65,107); }
div.DivClassName
{
background-color: #FE416B;
}
.BgClassName
{
background-color: #FE416B;
}
</style>
border-color css
<style>
span { border-color: #FE416B; }
span { border-color: rgb(254,65,107); }
td.TdClassName
{
border-color: #FE416B;
}
.TagClassName
{
border-color: #FE416B;
}
</style>