Shades of Radical Red #FE2665
Tints of Radical Red #FE2665
RGB
CMYK
RGB Variations
Color information
#FE2665 (or 0xFE2665) is known color: Radical Red. HEX triplet: FE, 26 and 65. RGB value is (254,38,101). Sum of RGB (Red+Green+Blue) = 254+38+101=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 38 (15.23% from 255 or 9.67% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2665 is #01D99A. Grayscale: #6D6D6D. Windows color (decimal): -121243 or 6629118. OLE color: 6629118.
HSL color Cylindrical-coordinate representation of color #FE2665: hue angle of 342.5º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FE2665 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 101 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.00 |
| HSL | 342.5º | 0.99% | 0.57% | - |
| HSV(B) | 342.5º | 0.85% | 1% | - |
| XYZ | 43.92 | 23.4 | 14.51 | - |
| YUV | 109.77 | 123.06 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 101 | 0 | 0.85 | 0.60 | 0.00 | 342.5 | 0.99 | 0.57 |
| Hex | FE | 26 | 65 | 0 | 55 | 3C | 0 | 156 | 63 | 39 |
| Octal | 376 | 46 | 145 | 0 | 125 | 74 | 0 | 526 | 143 | 71 |
| Binary | 11111110 | 100110 | 1100101 | 0 | 1010101 | 111100 | 0 | 101010110 | 1100011 | 111001 |
Color Harmonies of #FE2665
Complementary color
Monochromatic Colors of #FE2665
Black with #FE2665
Text Example
Text Example
White with #FE2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2665; }
p { color: rgb(254,38,101); }
H1.HeaderClassName
{
color: #FE2665;
}
.AnyTagClassName
{
color: #FE2665;
}
</style>
background-color css
<style>
a { background-color: #FE2665; }
a { background-color: rgb(254,38,101); }
div.DivClassName
{
background-color: #FE2665;
}
.BgClassName
{
background-color: #FE2665;
}
</style>
border-color css
<style>
span { border-color: #FE2665; }
span { border-color: rgb(254,38,101); }
td.TdClassName
{
border-color: #FE2665;
}
.TagClassName
{
border-color: #FE2665;
}
</style>