Shades of Radical Red #FE3F4B
Tints of Radical Red #FE3F4B
RGB
CMYK
RGB Variations
Color information
#FE3F4B (or 0xFE3F4B) is known color: Radical Red. HEX triplet: FE, 3F and 4B. RGB value is (254,63,75). Sum of RGB (Red+Green+Blue) = 254+63+75=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3F4B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE3F4B is #01C0B4. Grayscale: #797979. Windows color (decimal): -114869 or 4931582. OLE color: 4931582.
HSL color Cylindrical-coordinate representation of color #FE3F4B: hue angle of 356.23º 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 #FE3F4B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 63 | 75 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.00 |
| HSL | 356.23º | 0.99% | 0.62% | - |
| HSV(B) | 356.23º | 0.75% | 1% | - |
| XYZ | 43.92 | 25.13 | 9.19 | - |
| YUV | 121.48 | 101.78 | 222.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 63 | 75 | 0 | 0.75 | 0.70 | 0.00 | 356.23 | 0.99 | 0.62 |
| Hex | FE | 3F | 4B | 0 | 4B | 46 | 0 | 164 | 63 | 3E |
| Octal | 376 | 77 | 113 | 0 | 113 | 106 | 0 | 544 | 143 | 76 |
| Binary | 11111110 | 111111 | 1001011 | 0 | 1001011 | 1000110 | 0 | 101100100 | 1100011 | 111110 |
Color Harmonies of #FE3F4B
Complementary color
Monochromatic Colors of #FE3F4B
Black with #FE3F4B
Text Example
Text Example
White with #FE3F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3F4B; }
p { color: rgb(254,63,75); }
H1.HeaderClassName
{
color: #FE3F4B;
}
.AnyTagClassName
{
color: #FE3F4B;
}
</style>
background-color css
<style>
a { background-color: #FE3F4B; }
a { background-color: rgb(254,63,75); }
div.DivClassName
{
background-color: #FE3F4B;
}
.BgClassName
{
background-color: #FE3F4B;
}
</style>
border-color css
<style>
span { border-color: #FE3F4B; }
span { border-color: rgb(254,63,75); }
td.TdClassName
{
border-color: #FE3F4B;
}
.TagClassName
{
border-color: #FE3F4B;
}
</style>