Shades of Radical Red #FE2565
Tints of Radical Red #FE2565
RGB
CMYK
RGB Variations
Color information
#FE2565 (or 0xFE2565) is known color: Radical Red. HEX triplet: FE, 25 and 65. RGB value is (254,37,101). Sum of RGB (Red+Green+Blue) = 254+37+101=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 37 (14.84% from 255 or 9.44% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2565 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2565 is #01DA9A. Grayscale: #6D6D6D. Windows color (decimal): -121499 or 6628862. OLE color: 6628862.
HSL color Cylindrical-coordinate representation of color #FE2565: hue angle of 342.3º 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 #FE2565 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 37 | 101 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.00 |
| HSL | 342.3º | 0.99% | 0.57% | - |
| HSV(B) | 342.3º | 0.85% | 1% | - |
| XYZ | 43.88 | 23.33 | 14.5 | - |
| YUV | 109.18 | 123.39 | 231.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 37 | 101 | 0 | 0.85 | 0.60 | 0.00 | 342.3 | 0.99 | 0.57 |
| Hex | FE | 25 | 65 | 0 | 55 | 3C | 0 | 156 | 63 | 39 |
| Octal | 376 | 45 | 145 | 0 | 125 | 74 | 0 | 526 | 143 | 71 |
| Binary | 11111110 | 100101 | 1100101 | 0 | 1010101 | 111100 | 0 | 101010110 | 1100011 | 111001 |
Color Harmonies of #FE2565
Complementary color
Monochromatic Colors of #FE2565
Black with #FE2565
Text Example
Text Example
White with #FE2565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2565; }
p { color: rgb(254,37,101); }
H1.HeaderClassName
{
color: #FE2565;
}
.AnyTagClassName
{
color: #FE2565;
}
</style>
background-color css
<style>
a { background-color: #FE2565; }
a { background-color: rgb(254,37,101); }
div.DivClassName
{
background-color: #FE2565;
}
.BgClassName
{
background-color: #FE2565;
}
</style>
border-color css
<style>
span { border-color: #FE2565; }
span { border-color: rgb(254,37,101); }
td.TdClassName
{
border-color: #FE2565;
}
.TagClassName
{
border-color: #FE2565;
}
</style>