Shades of Radical Red #FE264F
Tints of Radical Red #FE264F
RGB
CMYK
RGB Variations
Color information
#FE264F (or 0xFE264F) is known color: Radical Red. HEX triplet: FE, 26 and 4F. RGB value is (254,38,79). Sum of RGB (Red+Green+Blue) = 254+38+79=371 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.46% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 79 (31.25% from 255 or 21.29% from 371); Max value from RGB is 254 - color contains mainly: red. Hex color #FE264F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE264F is #01D9B0. Grayscale: #6B6B6B. Windows color (decimal): -121265 or 5187326. OLE color: 5187326.
HSL color Cylindrical-coordinate representation of color #FE264F: hue angle of 348.61º 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 #FE264F is Cyan = 0, Magento = 0.85, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 38 | 79 | - |
| CMYK | 0 | 0.85 | 0.69 | 0.00 |
| HSL | 348.61º | 0.99% | 0.57% | - |
| HSV(B) | 348.61º | 0.85% | 1% | - |
| XYZ | 42.98 | 23.02 | 9.58 | - |
| YUV | 107.26 | 112.06 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 38 | 79 | 0 | 0.85 | 0.69 | 0.00 | 348.61 | 0.99 | 0.57 |
| Hex | FE | 26 | 4F | 0 | 55 | 45 | 0 | 15D | 63 | 39 |
| Octal | 376 | 46 | 117 | 0 | 125 | 105 | 0 | 535 | 143 | 71 |
| Binary | 11111110 | 100110 | 1001111 | 0 | 1010101 | 1000101 | 0 | 101011101 | 1100011 | 111001 |
Color Harmonies of #FE264F
Complementary color
Monochromatic Colors of #FE264F
Black with #FE264F
Text Example
Text Example
White with #FE264F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE264F; }
p { color: rgb(254,38,79); }
H1.HeaderClassName
{
color: #FE264F;
}
.AnyTagClassName
{
color: #FE264F;
}
</style>
background-color css
<style>
a { background-color: #FE264F; }
a { background-color: rgb(254,38,79); }
div.DivClassName
{
background-color: #FE264F;
}
.BgClassName
{
background-color: #FE264F;
}
</style>
border-color css
<style>
span { border-color: #FE264F; }
span { border-color: rgb(254,38,79); }
td.TdClassName
{
border-color: #FE264F;
}
.TagClassName
{
border-color: #FE264F;
}
</style>