Shades of Radical Red #FE2F5C
Tints of Radical Red #FE2F5C
RGB
CMYK
RGB Variations
Color information
#FE2F5C (or 0xFE2F5C) is known color: Radical Red. HEX triplet: FE, 2F and 5C. RGB value is (254,47,92). Sum of RGB (Red+Green+Blue) = 254+47+92=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 47 (18.75% from 255 or 11.96% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F5C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F5C is #01D0A3. Grayscale: #727272. Windows color (decimal): -118948 or 6041598. OLE color: 6041598.
HSL color Cylindrical-coordinate representation of color #FE2F5C: hue angle of 346.96º 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 #FE2F5C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 92 | - |
| CMYK | 0 | 0.81 | 0.64 | 0.00 |
| HSL | 346.96º | 0.99% | 0.59% | - |
| HSV(B) | 346.96º | 0.81% | 1% | - |
| XYZ | 43.82 | 23.88 | 12.42 | - |
| YUV | 114.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 92 | 0 | 0.81 | 0.64 | 0.00 | 346.96 | 0.99 | 0.59 |
| Hex | FE | 2F | 5C | 0 | 51 | 40 | 0 | 15B | 63 | 3B |
| Octal | 376 | 57 | 134 | 0 | 121 | 100 | 0 | 533 | 143 | 73 |
| Binary | 11111110 | 101111 | 1011100 | 0 | 1010001 | 1000000 | 0 | 101011011 | 1100011 | 111011 |
Color Harmonies of #FE2F5C
Complementary color
Monochromatic Colors of #FE2F5C
Black with #FE2F5C
Text Example
Text Example
White with #FE2F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F5C; }
p { color: rgb(254,47,92); }
H1.HeaderClassName
{
color: #FE2F5C;
}
.AnyTagClassName
{
color: #FE2F5C;
}
</style>
background-color css
<style>
a { background-color: #FE2F5C; }
a { background-color: rgb(254,47,92); }
div.DivClassName
{
background-color: #FE2F5C;
}
.BgClassName
{
background-color: #FE2F5C;
}
</style>
border-color css
<style>
span { border-color: #FE2F5C; }
span { border-color: rgb(254,47,92); }
td.TdClassName
{
border-color: #FE2F5C;
}
.TagClassName
{
border-color: #FE2F5C;
}
</style>