Shades of Radical Red #FE2765
Tints of Radical Red #FE2765
RGB
CMYK
RGB Variations
Color information
#FE2765 (or 0xFE2765) is known color: Radical Red. HEX triplet: FE, 27 and 65. RGB value is (254,39,101). Sum of RGB (Red+Green+Blue) = 254+39+101=394 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.47% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2765 is #01D89A. Grayscale: #6E6E6E. Windows color (decimal): -120987 or 6629374. OLE color: 6629374.
HSL color Cylindrical-coordinate representation of color #FE2765: hue angle of 342.7º 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 #FE2765 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 101 | - |
| CMYK | 0 | 0.85 | 0.60 | 0.00 |
| HSL | 342.7º | 0.99% | 0.57% | - |
| HSV(B) | 342.7º | 0.85% | 1% | - |
| XYZ | 43.95 | 23.46 | 14.52 | - |
| YUV | 110.35 | 122.73 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 101 | 0 | 0.85 | 0.60 | 0.00 | 342.7 | 0.99 | 0.57 |
| Hex | FE | 27 | 65 | 0 | 55 | 3C | 0 | 157 | 63 | 39 |
| Octal | 376 | 47 | 145 | 0 | 125 | 74 | 0 | 527 | 143 | 71 |
| Binary | 11111110 | 100111 | 1100101 | 0 | 1010101 | 111100 | 0 | 101010111 | 1100011 | 111001 |
Color Harmonies of #FE2765
Complementary color
Monochromatic Colors of #FE2765
Black with #FE2765
Text Example
Text Example
White with #FE2765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2765; }
p { color: rgb(254,39,101); }
H1.HeaderClassName
{
color: #FE2765;
}
.AnyTagClassName
{
color: #FE2765;
}
</style>
background-color css
<style>
a { background-color: #FE2765; }
a { background-color: rgb(254,39,101); }
div.DivClassName
{
background-color: #FE2765;
}
.BgClassName
{
background-color: #FE2765;
}
</style>
border-color css
<style>
span { border-color: #FE2765; }
span { border-color: rgb(254,39,101); }
td.TdClassName
{
border-color: #FE2765;
}
.TagClassName
{
border-color: #FE2765;
}
</style>