Shades of Radical Red #FE2268
Tints of Radical Red #FE2268
RGB
CMYK
RGB Variations
Color information
#FE2268 (or 0xFE2268) is known color: Radical Red. HEX triplet: FE, 22 and 68. RGB value is (254,34,104). Sum of RGB (Red+Green+Blue) = 254+34+104=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE2268 is #01DD97. Grayscale: #6B6B6B. Windows color (decimal): -122264 or 6824702. OLE color: 6824702.
HSL color Cylindrical-coordinate representation of color #FE2268: hue angle of 340.91º 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 #FE2268 is Cyan = 0, Magento = 0.87, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 34 | 104 | - |
| CMYK | 0 | 0.87 | 0.59 | 0.00 |
| HSL | 340.91º | 0.99% | 0.56% | - |
| HSV(B) | 340.91º | 0.87% | 1% | - |
| XYZ | 43.94 | 23.21 | 15.26 | - |
| YUV | 107.76 | 125.89 | 232.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 34 | 104 | 0 | 0.87 | 0.59 | 0.00 | 340.91 | 0.99 | 0.56 |
| Hex | FE | 22 | 68 | 0 | 57 | 3B | 0 | 155 | 63 | 38 |
| Octal | 376 | 42 | 150 | 0 | 127 | 73 | 0 | 525 | 143 | 70 |
| Binary | 11111110 | 100010 | 1101000 | 0 | 1010111 | 111011 | 0 | 101010101 | 1100011 | 111000 |
Color Harmonies of #FE2268
Complementary color
Monochromatic Colors of #FE2268
Black with #FE2268
Text Example
Text Example
White with #FE2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE2268; }
p { color: rgb(254,34,104); }
H1.HeaderClassName
{
color: #FE2268;
}
.AnyTagClassName
{
color: #FE2268;
}
</style>
background-color css
<style>
a { background-color: #FE2268; }
a { background-color: rgb(254,34,104); }
div.DivClassName
{
background-color: #FE2268;
}
.BgClassName
{
background-color: #FE2268;
}
</style>
border-color css
<style>
span { border-color: #FE2268; }
span { border-color: rgb(254,34,104); }
td.TdClassName
{
border-color: #FE2268;
}
.TagClassName
{
border-color: #FE2268;
}
</style>