Shades of Radical Red #FE3F67
Tints of Radical Red #FE3F67
RGB
CMYK
RGB Variations
Color information
#FE3F67 (or 0xFE3F67) is known color: Radical Red. HEX triplet: FE, 3F and 67. RGB value is (254,63,103). Sum of RGB (Red+Green+Blue) = 254+63+103=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 63 (25% from 255 or 15% from 420); Blue value is 103 (40.62% from 255 or 24.52% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F67 is #01C098. Grayscale: #7C7C7C. Windows color (decimal): -114841 or 6766590. OLE color: 6766590.
HSL color Cylindrical-coordinate representation of color #FE3F67: hue angle of 347.43º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FE3F67 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 103 | - |
| CMYK | 0 | 0.75 | 0.59 | 0.00 |
| HSL | 347.43º | 0.99% | 0.62% | - |
| HSV(B) | 347.43º | 0.75% | 1% | - |
| XYZ | 45.1 | 25.61 | 15.4 | - |
| YUV | 124.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 103 | 0 | 0.75 | 0.59 | 0.00 | 347.43 | 0.99 | 0.62 |
| Hex | FE | 3F | 67 | 0 | 4B | 3B | 0 | 15B | 63 | 3E |
| Octal | 376 | 77 | 147 | 0 | 113 | 73 | 0 | 533 | 143 | 76 |
| Binary | 11111110 | 111111 | 1100111 | 0 | 1001011 | 111011 | 0 | 101011011 | 1100011 | 111110 |
Color Harmonies of #FE3F67
Complementary color
Monochromatic Colors of #FE3F67
Black with #FE3F67
Text Example
Text Example
White with #FE3F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F67; }
p { color: rgb(254,63,103); }
H1.HeaderClassName
{
color: #FE3F67;
}
.AnyTagClassName
{
color: #FE3F67;
}
</style>
background-color css
<style>
a { background-color: #FE3F67; }
a { background-color: rgb(254,63,103); }
div.DivClassName
{
background-color: #FE3F67;
}
.BgClassName
{
background-color: #FE3F67;
}
</style>
border-color css
<style>
span { border-color: #FE3F67; }
span { border-color: rgb(254,63,103); }
td.TdClassName
{
border-color: #FE3F67;
}
.TagClassName
{
border-color: #FE3F67;
}
</style>