Shades of Radical Red #FE4269
Tints of Radical Red #FE4269
RGB
CMYK
RGB Variations
Color information
#FE4269 (or 0xFE4269) is known color: Radical Red. HEX triplet: FE, 42 and 69. RGB value is (254,66,105). Sum of RGB (Red+Green+Blue) = 254+66+105=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 105 (41.41% from 255 or 24.71% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4269 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE4269 is #01BD96. Grayscale: #7E7E7E. Windows color (decimal): -114071 or 6898430. OLE color: 6898430.
HSL color Cylindrical-coordinate representation of color #FE4269: hue angle of 347.55º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4269 is Cyan = 0, Magento = 0.74, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 66 | 105 | - |
| CMYK | 0 | 0.74 | 0.59 | 0.00 |
| HSL | 347.55º | 0.99% | 0.63% | - |
| HSV(B) | 347.55º | 0.74% | 1% | - |
| XYZ | 45.37 | 25.99 | 15.99 | - |
| YUV | 126.66 | 115.78 | 218.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 66 | 105 | 0 | 0.74 | 0.59 | 0.00 | 347.55 | 0.99 | 0.63 |
| Hex | FE | 42 | 69 | 0 | 4A | 3B | 0 | 15C | 63 | 3F |
| Octal | 376 | 102 | 151 | 0 | 112 | 73 | 0 | 534 | 143 | 77 |
| Binary | 11111110 | 1000010 | 1101001 | 0 | 1001010 | 111011 | 0 | 101011100 | 1100011 | 111111 |
Color Harmonies of #FE4269
Complementary color
Monochromatic Colors of #FE4269
Black with #FE4269
Text Example
Text Example
White with #FE4269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4269; }
p { color: rgb(254,66,105); }
H1.HeaderClassName
{
color: #FE4269;
}
.AnyTagClassName
{
color: #FE4269;
}
</style>
background-color css
<style>
a { background-color: #FE4269; }
a { background-color: rgb(254,66,105); }
div.DivClassName
{
background-color: #FE4269;
}
.BgClassName
{
background-color: #FE4269;
}
</style>
border-color css
<style>
span { border-color: #FE4269; }
span { border-color: rgb(254,66,105); }
td.TdClassName
{
border-color: #FE4269;
}
.TagClassName
{
border-color: #FE4269;
}
</style>