Shades of Radical Red #FE2F67
Tints of Radical Red #FE2F67
RGB
CMYK
RGB Variations
Color information
#FE2F67 (or 0xFE2F67) is known color: Radical Red. HEX triplet: FE, 2F and 67. RGB value is (254,47,103). Sum of RGB (Red+Green+Blue) = 254+47+103=404 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.87% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 103 (40.62% from 255 or 25.50% from 404); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F67 is #01D098. Grayscale: #737373. Windows color (decimal): -118937 or 6762494. OLE color: 6762494.
HSL color Cylindrical-coordinate representation of color #FE2F67: hue angle of 343.77º 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 #FE2F67 is Cyan = 0, Magento = 0.81, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 103 | - |
| CMYK | 0 | 0.81 | 0.59 | 0.00 |
| HSL | 343.77º | 0.99% | 0.59% | - |
| HSV(B) | 343.77º | 0.81% | 1% | - |
| XYZ | 44.34 | 24.08 | 15.14 | - |
| YUV | 115.28 | 121.08 | 226.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 103 | 0 | 0.81 | 0.59 | 0.00 | 343.77 | 0.99 | 0.59 |
| Hex | FE | 2F | 67 | 0 | 51 | 3B | 0 | 158 | 63 | 3B |
| Octal | 376 | 57 | 147 | 0 | 121 | 73 | 0 | 530 | 143 | 73 |
| Binary | 11111110 | 101111 | 1100111 | 0 | 1010001 | 111011 | 0 | 101011000 | 1100011 | 111011 |
Color Harmonies of #FE2F67
Complementary color
Monochromatic Colors of #FE2F67
Black with #FE2F67
Text Example
Text Example
White with #FE2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F67; }
p { color: rgb(254,47,103); }
H1.HeaderClassName
{
color: #FE2F67;
}
.AnyTagClassName
{
color: #FE2F67;
}
</style>
background-color css
<style>
a { background-color: #FE2F67; }
a { background-color: rgb(254,47,103); }
div.DivClassName
{
background-color: #FE2F67;
}
.BgClassName
{
background-color: #FE2F67;
}
</style>
border-color css
<style>
span { border-color: #FE2F67; }
span { border-color: rgb(254,47,103); }
td.TdClassName
{
border-color: #FE2F67;
}
.TagClassName
{
border-color: #FE2F67;
}
</style>