Shades of Radical Red #FE3869
Tints of Radical Red #FE3869
RGB
CMYK
RGB Variations
Color information
#FE3869 (or 0xFE3869) is known color: Radical Red. HEX triplet: FE, 38 and 69. RGB value is (254,56,105). Sum of RGB (Red+Green+Blue) = 254+56+105=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 105 (41.41% from 255 or 25.30% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3869 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3869 is #01C796. Grayscale: #787878. Windows color (decimal): -116631 or 6895870. OLE color: 6895870.
HSL color Cylindrical-coordinate representation of color #FE3869: hue angle of 345.15º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE3869 is Cyan = 0, Magento = 0.78, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 105 | - |
| CMYK | 0 | 0.78 | 0.59 | 0.00 |
| HSL | 345.15º | 0.99% | 0.61% | - |
| HSV(B) | 345.15º | 0.78% | 1% | - |
| XYZ | 44.84 | 24.92 | 15.81 | - |
| YUV | 120.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 105 | 0 | 0.78 | 0.59 | 0.00 | 345.15 | 0.99 | 0.61 |
| Hex | FE | 38 | 69 | 0 | 4E | 3B | 0 | 159 | 63 | 3D |
| Octal | 376 | 70 | 151 | 0 | 116 | 73 | 0 | 531 | 143 | 75 |
| Binary | 11111110 | 111000 | 1101001 | 0 | 1001110 | 111011 | 0 | 101011001 | 1100011 | 111101 |
Color Harmonies of #FE3869
Complementary color
Monochromatic Colors of #FE3869
Black with #FE3869
Text Example
Text Example
White with #FE3869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3869; }
p { color: rgb(254,56,105); }
H1.HeaderClassName
{
color: #FE3869;
}
.AnyTagClassName
{
color: #FE3869;
}
</style>
background-color css
<style>
a { background-color: #FE3869; }
a { background-color: rgb(254,56,105); }
div.DivClassName
{
background-color: #FE3869;
}
.BgClassName
{
background-color: #FE3869;
}
</style>
border-color css
<style>
span { border-color: #FE3869; }
span { border-color: rgb(254,56,105); }
td.TdClassName
{
border-color: #FE3869;
}
.TagClassName
{
border-color: #FE3869;
}
</style>