Shades of Radical Red #FE2769
Tints of Radical Red #FE2769
RGB
CMYK
RGB Variations
Color information
#FE2769 (or 0xFE2769) is known color: Radical Red. HEX triplet: FE, 27 and 69. RGB value is (254,39,105). Sum of RGB (Red+Green+Blue) = 254+39+105=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 39 (15.62% from 255 or 9.80% from 398); Blue value is 105 (41.41% from 255 or 26.38% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2769 is #01D896. Grayscale: #6E6E6E. Windows color (decimal): -120983 or 6891518. OLE color: 6891518.
HSL color Cylindrical-coordinate representation of color #FE2769: hue angle of 341.58º 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 #FE2769 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 39 | 105 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.00 |
| HSL | 341.58º | 0.99% | 0.57% | - |
| HSV(B) | 341.58º | 0.85% | 1% | - |
| XYZ | 44.15 | 23.54 | 15.58 | - |
| YUV | 110.81 | 124.73 | 230.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 39 | 105 | 0 | 0.85 | 0.59 | 0.00 | 341.58 | 0.99 | 0.57 |
| Hex | FE | 27 | 69 | 0 | 55 | 3B | 0 | 156 | 63 | 39 |
| Octal | 376 | 47 | 151 | 0 | 125 | 73 | 0 | 526 | 143 | 71 |
| Binary | 11111110 | 100111 | 1101001 | 0 | 1010101 | 111011 | 0 | 101010110 | 1100011 | 111001 |
Color Harmonies of #FE2769
Complementary color
Monochromatic Colors of #FE2769
Black with #FE2769
Text Example
Text Example
White with #FE2769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2769; }
p { color: rgb(254,39,105); }
H1.HeaderClassName
{
color: #FE2769;
}
.AnyTagClassName
{
color: #FE2769;
}
</style>
background-color css
<style>
a { background-color: #FE2769; }
a { background-color: rgb(254,39,105); }
div.DivClassName
{
background-color: #FE2769;
}
.BgClassName
{
background-color: #FE2769;
}
</style>
border-color css
<style>
span { border-color: #FE2769; }
span { border-color: rgb(254,39,105); }
td.TdClassName
{
border-color: #FE2769;
}
.TagClassName
{
border-color: #FE2769;
}
</style>