Shades of Radical Red #FE3665
Tints of Radical Red #FE3665
RGB
CMYK
RGB Variations
Color information
#FE3665 (or 0xFE3665) is known color: Radical Red. HEX triplet: FE, 36 and 65. RGB value is (254,54,101). Sum of RGB (Red+Green+Blue) = 254+54+101=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 54 (21.48% from 255 or 13.20% from 409); Blue value is 101 (39.84% from 255 or 24.69% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3665 is #01C99A. Grayscale: #777777. Windows color (decimal): -117147 or 6633214. OLE color: 6633214.
HSL color Cylindrical-coordinate representation of color #FE3665: hue angle of 345.9º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FE3665 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 54 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.00 |
| HSL | 345.9º | 0.99% | 0.6% | - |
| HSV(B) | 345.9º | 0.79% | 1% | - |
| XYZ | 44.54 | 24.65 | 14.72 | - |
| YUV | 119.16 | 117.76 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 54 | 101 | 0 | 0.79 | 0.60 | 0.00 | 345.9 | 0.99 | 0.6 |
| Hex | FE | 36 | 65 | 0 | 4F | 3C | 0 | 15A | 63 | 3C |
| Octal | 376 | 66 | 145 | 0 | 117 | 74 | 0 | 532 | 143 | 74 |
| Binary | 11111110 | 110110 | 1100101 | 0 | 1001111 | 111100 | 0 | 101011010 | 1100011 | 111100 |
Color Harmonies of #FE3665
Complementary color
Monochromatic Colors of #FE3665
Black with #FE3665
Text Example
Text Example
White with #FE3665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3665; }
p { color: rgb(254,54,101); }
H1.HeaderClassName
{
color: #FE3665;
}
.AnyTagClassName
{
color: #FE3665;
}
</style>
background-color css
<style>
a { background-color: #FE3665; }
a { background-color: rgb(254,54,101); }
div.DivClassName
{
background-color: #FE3665;
}
.BgClassName
{
background-color: #FE3665;
}
</style>
border-color css
<style>
span { border-color: #FE3665; }
span { border-color: rgb(254,54,101); }
td.TdClassName
{
border-color: #FE3665;
}
.TagClassName
{
border-color: #FE3665;
}
</style>