Shades of Radical Red #FE3D67
Tints of Radical Red #FE3D67
RGB
CMYK
RGB Variations
Color information
#FE3D67 (or 0xFE3D67) is known color: Radical Red. HEX triplet: FE, 3D and 67. RGB value is (254,61,103). Sum of RGB (Red+Green+Blue) = 254+61+103=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 61 (24.22% from 255 or 14.59% from 418); Blue value is 103 (40.62% from 255 or 24.64% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3D67 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3D67 is #01C298. Grayscale: #7B7B7B. Windows color (decimal): -115353 or 6766078. OLE color: 6766078.
HSL color Cylindrical-coordinate representation of color #FE3D67: hue angle of 346.94º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3D67 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 61 | 103 | - |
| CMYK | 0 | 0.76 | 0.59 | 0.00 |
| HSL | 346.94º | 0.99% | 0.62% | - |
| HSV(B) | 346.94º | 0.76% | 1% | - |
| XYZ | 44.99 | 25.39 | 15.36 | - |
| YUV | 123.5 | 116.44 | 221.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 61 | 103 | 0 | 0.76 | 0.59 | 0.00 | 346.94 | 0.99 | 0.62 |
| Hex | FE | 3D | 67 | 0 | 4C | 3B | 0 | 15B | 63 | 3E |
| Octal | 376 | 75 | 147 | 0 | 114 | 73 | 0 | 533 | 143 | 76 |
| Binary | 11111110 | 111101 | 1100111 | 0 | 1001100 | 111011 | 0 | 101011011 | 1100011 | 111110 |
Color Harmonies of #FE3D67
Complementary color
Monochromatic Colors of #FE3D67
Black with #FE3D67
Text Example
Text Example
White with #FE3D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3D67; }
p { color: rgb(254,61,103); }
H1.HeaderClassName
{
color: #FE3D67;
}
.AnyTagClassName
{
color: #FE3D67;
}
</style>
background-color css
<style>
a { background-color: #FE3D67; }
a { background-color: rgb(254,61,103); }
div.DivClassName
{
background-color: #FE3D67;
}
.BgClassName
{
background-color: #FE3D67;
}
</style>
border-color css
<style>
span { border-color: #FE3D67; }
span { border-color: rgb(254,61,103); }
td.TdClassName
{
border-color: #FE3D67;
}
.TagClassName
{
border-color: #FE3D67;
}
</style>