Shades of Radical Red #FE2269
Tints of Radical Red #FE2269
RGB
CMYK
RGB Variations
Color information
#FE2269 (or 0xFE2269) is known color: Radical Red. HEX triplet: FE, 22 and 69. RGB value is (254,34,105). Sum of RGB (Red+Green+Blue) = 254+34+105=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 34 (13.67% from 255 or 8.65% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2269 is #01DD96. Grayscale: #6B6B6B. Windows color (decimal): -122263 or 6890238. OLE color: 6890238.
HSL color Cylindrical-coordinate representation of color #FE2269: hue angle of 340.64º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2269 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 105 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.00 |
| HSL | 340.64º | 0.99% | 0.56% | - |
| HSV(B) | 340.64º | 0.87% | 1% | - |
| XYZ | 43.99 | 23.23 | 15.53 | - |
| YUV | 107.87 | 126.39 | 232.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 105 | 0 | 0.87 | 0.59 | 0.00 | 340.64 | 0.99 | 0.56 |
| Hex | FE | 22 | 69 | 0 | 57 | 3B | 0 | 155 | 63 | 38 |
| Octal | 376 | 42 | 151 | 0 | 127 | 73 | 0 | 525 | 143 | 70 |
| Binary | 11111110 | 100010 | 1101001 | 0 | 1010111 | 111011 | 0 | 101010101 | 1100011 | 111000 |
Color Harmonies of #FE2269
Complementary color
Monochromatic Colors of #FE2269
Black with #FE2269
Text Example
Text Example
White with #FE2269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2269; }
p { color: rgb(254,34,105); }
H1.HeaderClassName
{
color: #FE2269;
}
.AnyTagClassName
{
color: #FE2269;
}
</style>
background-color css
<style>
a { background-color: #FE2269; }
a { background-color: rgb(254,34,105); }
div.DivClassName
{
background-color: #FE2269;
}
.BgClassName
{
background-color: #FE2269;
}
</style>
border-color css
<style>
span { border-color: #FE2269; }
span { border-color: rgb(254,34,105); }
td.TdClassName
{
border-color: #FE2269;
}
.TagClassName
{
border-color: #FE2269;
}
</style>