Shades of Radical Red #FE306E
Tints of Radical Red #FE306E
RGB
CMYK
RGB Variations
Color information
#FE306E (or 0xFE306E) is known color: Radical Red. HEX triplet: FE, 30 and 6E. RGB value is (254,48,110). Sum of RGB (Red+Green+Blue) = 254+48+110=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 110 (43.36% from 255 or 26.70% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE306E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE306E is #01CF91. Grayscale: #747474. Windows color (decimal): -118674 or 7221502. OLE color: 7221502.
HSL color Cylindrical-coordinate representation of color #FE306E: hue angle of 341.94º 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 #FE306E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 110 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.00 |
| HSL | 341.94º | 0.99% | 0.59% | - |
| HSV(B) | 341.94º | 0.81% | 1% | - |
| XYZ | 44.74 | 24.31 | 17.09 | - |
| YUV | 116.66 | 124.25 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 110 | 0 | 0.81 | 0.57 | 0.00 | 341.94 | 0.99 | 0.59 |
| Hex | FE | 30 | 6E | 0 | 51 | 39 | 0 | 156 | 63 | 3B |
| Octal | 376 | 60 | 156 | 0 | 121 | 71 | 0 | 526 | 143 | 73 |
| Binary | 11111110 | 110000 | 1101110 | 0 | 1010001 | 111001 | 0 | 101010110 | 1100011 | 111011 |
Color Harmonies of #FE306E
Complementary color
Monochromatic Colors of #FE306E
Black with #FE306E
Text Example
Text Example
White with #FE306E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE306E; }
p { color: rgb(254,48,110); }
H1.HeaderClassName
{
color: #FE306E;
}
.AnyTagClassName
{
color: #FE306E;
}
</style>
background-color css
<style>
a { background-color: #FE306E; }
a { background-color: rgb(254,48,110); }
div.DivClassName
{
background-color: #FE306E;
}
.BgClassName
{
background-color: #FE306E;
}
</style>
border-color css
<style>
span { border-color: #FE306E; }
span { border-color: rgb(254,48,110); }
td.TdClassName
{
border-color: #FE306E;
}
.TagClassName
{
border-color: #FE306E;
}
</style>