Shades of Radical Red #FE2669
Tints of Radical Red #FE2669
RGB
CMYK
RGB Variations
Color information
#FE2669 (or 0xFE2669) is known color: Radical Red. HEX triplet: FE, 26 and 69. RGB value is (254,38,105). Sum of RGB (Red+Green+Blue) = 254+38+105=397 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.98% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 105 (41.41% from 255 or 26.45% from 397); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2669 is #01D996. Grayscale: #6E6E6E. Windows color (decimal): -121239 or 6891262. OLE color: 6891262.
HSL color Cylindrical-coordinate representation of color #FE2669: hue angle of 341.39º 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 #FE2669 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 105 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.00 |
| HSL | 341.39º | 0.99% | 0.57% | - |
| HSV(B) | 341.39º | 0.85% | 1% | - |
| XYZ | 44.12 | 23.48 | 15.57 | - |
| YUV | 110.22 | 125.06 | 230.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 105 | 0 | 0.85 | 0.59 | 0.00 | 341.39 | 0.99 | 0.57 |
| Hex | FE | 26 | 69 | 0 | 55 | 3B | 0 | 155 | 63 | 39 |
| Octal | 376 | 46 | 151 | 0 | 125 | 73 | 0 | 525 | 143 | 71 |
| Binary | 11111110 | 100110 | 1101001 | 0 | 1010101 | 111011 | 0 | 101010101 | 1100011 | 111001 |
Color Harmonies of #FE2669
Complementary color
Monochromatic Colors of #FE2669
Black with #FE2669
Text Example
Text Example
White with #FE2669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2669; }
p { color: rgb(254,38,105); }
H1.HeaderClassName
{
color: #FE2669;
}
.AnyTagClassName
{
color: #FE2669;
}
</style>
background-color css
<style>
a { background-color: #FE2669; }
a { background-color: rgb(254,38,105); }
div.DivClassName
{
background-color: #FE2669;
}
.BgClassName
{
background-color: #FE2669;
}
</style>
border-color css
<style>
span { border-color: #FE2669; }
span { border-color: rgb(254,38,105); }
td.TdClassName
{
border-color: #FE2669;
}
.TagClassName
{
border-color: #FE2669;
}
</style>