Shades of Radical Red #FE1F67
Tints of Radical Red #FE1F67
RGB
CMYK
RGB Variations
Color information
#FE1F67 (or 0xFE1F67) is known color: Radical Red. HEX triplet: FE, 1F and 67. RGB value is (254,31,103). Sum of RGB (Red+Green+Blue) = 254+31+103=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 103 (40.62% from 255 or 26.55% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE1F67 is #01E098. Grayscale: #696969. Windows color (decimal): -123033 or 6758398. OLE color: 6758398.
HSL color Cylindrical-coordinate representation of color #FE1F67: hue angle of 340.63º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FE1F67 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 31 | 103 | - |
| CMYK | 0 | 0.88 | 0.59 | 0.00 |
| HSL | 340.63º | 0.99% | 0.56% | - |
| HSV(B) | 340.63º | 0.88% | 1% | - |
| XYZ | 43.81 | 23.03 | 14.97 | - |
| YUV | 105.89 | 126.38 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 31 | 103 | 0 | 0.88 | 0.59 | 0.00 | 340.63 | 0.99 | 0.56 |
| Hex | FE | 1F | 67 | 0 | 58 | 3B | 0 | 155 | 63 | 38 |
| Octal | 376 | 37 | 147 | 0 | 130 | 73 | 0 | 525 | 143 | 70 |
| Binary | 11111110 | 11111 | 1100111 | 0 | 1011000 | 111011 | 0 | 101010101 | 1100011 | 111000 |
Color Harmonies of #FE1F67
Complementary color
Monochromatic Colors of #FE1F67
Black with #FE1F67
Text Example
Text Example
White with #FE1F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1F67; }
p { color: rgb(254,31,103); }
H1.HeaderClassName
{
color: #FE1F67;
}
.AnyTagClassName
{
color: #FE1F67;
}
</style>
background-color css
<style>
a { background-color: #FE1F67; }
a { background-color: rgb(254,31,103); }
div.DivClassName
{
background-color: #FE1F67;
}
.BgClassName
{
background-color: #FE1F67;
}
</style>
border-color css
<style>
span { border-color: #FE1F67; }
span { border-color: rgb(254,31,103); }
td.TdClassName
{
border-color: #FE1F67;
}
.TagClassName
{
border-color: #FE1F67;
}
</style>