Shades of Radical Red #FE2F43
Tints of Radical Red #FE2F43
RGB
CMYK
RGB Variations
Color information
#FE2F43 (or 0xFE2F43) is known color: Radical Red. HEX triplet: FE, 2F and 43. RGB value is (254,47,67). Sum of RGB (Red+Green+Blue) = 254+47+67=368 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.02% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 67 (26.56% from 255 or 18.21% from 368); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2F43 is #01D0BC. Grayscale: #6F6F6F. Windows color (decimal): -118973 or 4403198. OLE color: 4403198.
HSL color Cylindrical-coordinate representation of color #FE2F43: hue angle of 354.2º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F43 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 67 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.00 |
| HSL | 354.2º | 0.99% | 0.59% | - |
| HSV(B) | 354.2º | 0.81% | 1% | - |
| XYZ | 42.9 | 23.51 | 7.59 | - |
| YUV | 111.17 | 103.08 | 229.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 67 | 0 | 0.81 | 0.74 | 0.00 | 354.2 | 0.99 | 0.59 |
| Hex | FE | 2F | 43 | 0 | 51 | 4A | 0 | 162 | 63 | 3B |
| Octal | 376 | 57 | 103 | 0 | 121 | 112 | 0 | 542 | 143 | 73 |
| Binary | 11111110 | 101111 | 1000011 | 0 | 1010001 | 1001010 | 0 | 101100010 | 1100011 | 111011 |
Color Harmonies of #FE2F43
Complementary color
Monochromatic Colors of #FE2F43
Black with #FE2F43
Text Example
Text Example
White with #FE2F43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F43; }
p { color: rgb(254,47,67); }
H1.HeaderClassName
{
color: #FE2F43;
}
.AnyTagClassName
{
color: #FE2F43;
}
</style>
background-color css
<style>
a { background-color: #FE2F43; }
a { background-color: rgb(254,47,67); }
div.DivClassName
{
background-color: #FE2F43;
}
.BgClassName
{
background-color: #FE2F43;
}
</style>
border-color css
<style>
span { border-color: #FE2F43; }
span { border-color: rgb(254,47,67); }
td.TdClassName
{
border-color: #FE2F43;
}
.TagClassName
{
border-color: #FE2F43;
}
</style>