Shades of Radical Red #FE306C
Tints of Radical Red #FE306C
RGB
CMYK
RGB Variations
Color information
#FE306C (or 0xFE306C) is known color: Radical Red. HEX triplet: FE, 30 and 6C. RGB value is (254,48,108). Sum of RGB (Red+Green+Blue) = 254+48+108=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 48 (19.14% from 255 or 11.71% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE306C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE306C is #01CF93. Grayscale: #747474. Windows color (decimal): -118676 or 7090430. OLE color: 7090430.
HSL color Cylindrical-coordinate representation of color #FE306C: hue angle of 342.52º 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 #FE306C is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 108 | - |
| CMYK | 0 | 0.81 | 0.57 | 0.00 |
| HSL | 342.52º | 0.99% | 0.59% | - |
| HSV(B) | 342.52º | 0.81% | 1% | - |
| XYZ | 44.64 | 24.27 | 16.52 | - |
| YUV | 116.43 | 123.25 | 226.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 108 | 0 | 0.81 | 0.57 | 0.00 | 342.52 | 0.99 | 0.59 |
| Hex | FE | 30 | 6C | 0 | 51 | 39 | 0 | 157 | 63 | 3B |
| Octal | 376 | 60 | 154 | 0 | 121 | 71 | 0 | 527 | 143 | 73 |
| Binary | 11111110 | 110000 | 1101100 | 0 | 1010001 | 111001 | 0 | 101010111 | 1100011 | 111011 |
Color Harmonies of #FE306C
Complementary color
Monochromatic Colors of #FE306C
Black with #FE306C
Text Example
Text Example
White with #FE306C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE306C; }
p { color: rgb(254,48,108); }
H1.HeaderClassName
{
color: #FE306C;
}
.AnyTagClassName
{
color: #FE306C;
}
</style>
background-color css
<style>
a { background-color: #FE306C; }
a { background-color: rgb(254,48,108); }
div.DivClassName
{
background-color: #FE306C;
}
.BgClassName
{
background-color: #FE306C;
}
</style>
border-color css
<style>
span { border-color: #FE306C; }
span { border-color: rgb(254,48,108); }
td.TdClassName
{
border-color: #FE306C;
}
.TagClassName
{
border-color: #FE306C;
}
</style>