Shades of Radical Red #FE3F5C
Tints of Radical Red #FE3F5C
RGB
CMYK
RGB Variations
Color information
#FE3F5C (or 0xFE3F5C) is known color: Radical Red. HEX triplet: FE, 3F and 5C. RGB value is (254,63,92). Sum of RGB (Red+Green+Blue) = 254+63+92=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 92 (36.33% from 255 or 22.49% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE3F5C is #01C0A3. Grayscale: #7B7B7B. Windows color (decimal): -114852 or 6045694. OLE color: 6045694.
HSL color Cylindrical-coordinate representation of color #FE3F5C: hue angle of 350.89º 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 #FE3F5C is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 92 | - |
| CMYK | 0 | 0.75 | 0.64 | 0.00 |
| HSL | 350.89º | 0.99% | 0.62% | - |
| HSV(B) | 350.89º | 0.75% | 1% | - |
| XYZ | 44.58 | 25.4 | 12.68 | - |
| YUV | 123.42 | 110.28 | 221.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 92 | 0 | 0.75 | 0.64 | 0.00 | 350.89 | 0.99 | 0.62 |
| Hex | FE | 3F | 5C | 0 | 4B | 40 | 0 | 15F | 63 | 3E |
| Octal | 376 | 77 | 134 | 0 | 113 | 100 | 0 | 537 | 143 | 76 |
| Binary | 11111110 | 111111 | 1011100 | 0 | 1001011 | 1000000 | 0 | 101011111 | 1100011 | 111110 |
Color Harmonies of #FE3F5C
Complementary color
Monochromatic Colors of #FE3F5C
Black with #FE3F5C
Text Example
Text Example
White with #FE3F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F5C; }
p { color: rgb(254,63,92); }
H1.HeaderClassName
{
color: #FE3F5C;
}
.AnyTagClassName
{
color: #FE3F5C;
}
</style>
background-color css
<style>
a { background-color: #FE3F5C; }
a { background-color: rgb(254,63,92); }
div.DivClassName
{
background-color: #FE3F5C;
}
.BgClassName
{
background-color: #FE3F5C;
}
</style>
border-color css
<style>
span { border-color: #FE3F5C; }
span { border-color: rgb(254,63,92); }
td.TdClassName
{
border-color: #FE3F5C;
}
.TagClassName
{
border-color: #FE3F5C;
}
</style>