Shades of Radical Red #FE2F63
Tints of Radical Red #FE2F63
RGB
CMYK
RGB Variations
Color information
#FE2F63 (or 0xFE2F63) is known color: Radical Red. HEX triplet: FE, 2F and 63. RGB value is (254,47,99). Sum of RGB (Red+Green+Blue) = 254+47+99=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 99 (39.06% from 255 or 24.75% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F63 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F63 is #01D09C. Grayscale: #727272. Windows color (decimal): -118941 or 6500350. OLE color: 6500350.
HSL color Cylindrical-coordinate representation of color #FE2F63: hue angle of 344.93º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FE2F63 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 99 | - |
| CMYK | 0 | 0.81 | 0.61 | 0.00 |
| HSL | 344.93º | 0.99% | 0.59% | - |
| HSV(B) | 344.93º | 0.81% | 1% | - |
| XYZ | 44.14 | 24 | 14.11 | - |
| YUV | 114.82 | 119.08 | 227.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 99 | 0 | 0.81 | 0.61 | 0.00 | 344.93 | 0.99 | 0.59 |
| Hex | FE | 2F | 63 | 0 | 51 | 3D | 0 | 159 | 63 | 3B |
| Octal | 376 | 57 | 143 | 0 | 121 | 75 | 0 | 531 | 143 | 73 |
| Binary | 11111110 | 101111 | 1100011 | 0 | 1010001 | 111101 | 0 | 101011001 | 1100011 | 111011 |
Color Harmonies of #FE2F63
Complementary color
Monochromatic Colors of #FE2F63
Black with #FE2F63
Text Example
Text Example
White with #FE2F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F63; }
p { color: rgb(254,47,99); }
H1.HeaderClassName
{
color: #FE2F63;
}
.AnyTagClassName
{
color: #FE2F63;
}
</style>
background-color css
<style>
a { background-color: #FE2F63; }
a { background-color: rgb(254,47,99); }
div.DivClassName
{
background-color: #FE2F63;
}
.BgClassName
{
background-color: #FE2F63;
}
</style>
border-color css
<style>
span { border-color: #FE2F63; }
span { border-color: rgb(254,47,99); }
td.TdClassName
{
border-color: #FE2F63;
}
.TagClassName
{
border-color: #FE2F63;
}
</style>