Shades of Radical Red #FE2263
Tints of Radical Red #FE2263
RGB
CMYK
RGB Variations
Color information
#FE2263 (or 0xFE2263) is known color: Radical Red. HEX triplet: FE, 22 and 63. RGB value is (254,34,99). Sum of RGB (Red+Green+Blue) = 254+34+99=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 99 (39.06% from 255 or 25.58% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2263 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2263 is #01DD9C. Grayscale: #6B6B6B. Windows color (decimal): -122269 or 6497022. OLE color: 6497022.
HSL color Cylindrical-coordinate representation of color #FE2263: hue angle of 342.27º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE2263 is Cyan = 0, Magento = 0.87, Yellow = 0.61 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 99 | - |
| CMYK | 0 | 0.87 | 0.61 | 0.00 |
| HSL | 342.27º | 0.99% | 0.56% | - |
| HSV(B) | 342.27º | 0.87% | 1% | - |
| XYZ | 43.7 | 23.12 | 13.96 | - |
| YUV | 107.19 | 123.39 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 99 | 0 | 0.87 | 0.61 | 0.00 | 342.27 | 0.99 | 0.56 |
| Hex | FE | 22 | 63 | 0 | 57 | 3D | 0 | 156 | 63 | 38 |
| Octal | 376 | 42 | 143 | 0 | 127 | 75 | 0 | 526 | 143 | 70 |
| Binary | 11111110 | 100010 | 1100011 | 0 | 1010111 | 111101 | 0 | 101010110 | 1100011 | 111000 |
Color Harmonies of #FE2263
Complementary color
Monochromatic Colors of #FE2263
Black with #FE2263
Text Example
Text Example
White with #FE2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2263; }
p { color: rgb(254,34,99); }
H1.HeaderClassName
{
color: #FE2263;
}
.AnyTagClassName
{
color: #FE2263;
}
</style>
background-color css
<style>
a { background-color: #FE2263; }
a { background-color: rgb(254,34,99); }
div.DivClassName
{
background-color: #FE2263;
}
.BgClassName
{
background-color: #FE2263;
}
</style>
border-color css
<style>
span { border-color: #FE2263; }
span { border-color: rgb(254,34,99); }
td.TdClassName
{
border-color: #FE2263;
}
.TagClassName
{
border-color: #FE2263;
}
</style>