Shades of Radical Red #FE2F66
Tints of Radical Red #FE2F66
RGB
CMYK
RGB Variations
Color information
#FE2F66 (or 0xFE2F66) is known color: Radical Red. HEX triplet: FE, 2F and 66. RGB value is (254,47,102). Sum of RGB (Red+Green+Blue) = 254+47+102=403 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.03% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 102 (40.23% from 255 or 25.31% from 403); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2F66 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2F66 is #01D099. Grayscale: #737373. Windows color (decimal): -118938 or 6696958. OLE color: 6696958.
HSL color Cylindrical-coordinate representation of color #FE2F66: hue angle of 344.06º 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 #FE2F66 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 47 | 102 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.00 |
| HSL | 344.06º | 0.99% | 0.59% | - |
| HSV(B) | 344.06º | 0.81% | 1% | - |
| XYZ | 44.29 | 24.06 | 14.88 | - |
| YUV | 115.16 | 120.58 | 227.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 47 | 102 | 0 | 0.81 | 0.60 | 0.00 | 344.06 | 0.99 | 0.59 |
| Hex | FE | 2F | 66 | 0 | 51 | 3C | 0 | 158 | 63 | 3B |
| Octal | 376 | 57 | 146 | 0 | 121 | 74 | 0 | 530 | 143 | 73 |
| Binary | 11111110 | 101111 | 1100110 | 0 | 1010001 | 111100 | 0 | 101011000 | 1100011 | 111011 |
Color Harmonies of #FE2F66
Complementary color
Monochromatic Colors of #FE2F66
Black with #FE2F66
Text Example
Text Example
White with #FE2F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2F66; }
p { color: rgb(254,47,102); }
H1.HeaderClassName
{
color: #FE2F66;
}
.AnyTagClassName
{
color: #FE2F66;
}
</style>
background-color css
<style>
a { background-color: #FE2F66; }
a { background-color: rgb(254,47,102); }
div.DivClassName
{
background-color: #FE2F66;
}
.BgClassName
{
background-color: #FE2F66;
}
</style>
border-color css
<style>
span { border-color: #FE2F66; }
span { border-color: rgb(254,47,102); }
td.TdClassName
{
border-color: #FE2F66;
}
.TagClassName
{
border-color: #FE2F66;
}
</style>