Shades of Radical Red #FE306F
Tints of Radical Red #FE306F
RGB
CMYK
RGB Variations
Color information
#FE306F (or 0xFE306F) is known color: Radical Red. HEX triplet: FE, 30 and 6F. RGB value is (254,48,111). Sum of RGB (Red+Green+Blue) = 254+48+111=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE306F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE306F is #01CF90. Grayscale: #747474. Windows color (decimal): -118673 or 7287038. OLE color: 7287038.
HSL color Cylindrical-coordinate representation of color #FE306F: hue angle of 341.65º 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 #FE306F is Cyan = 0, Magento = 0.81, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 48 | 111 | - |
| CMYK | 0 | 0.81 | 0.56 | 0.00 |
| HSL | 341.65º | 0.99% | 0.59% | - |
| HSV(B) | 341.65º | 0.81% | 1% | - |
| XYZ | 44.8 | 24.33 | 17.37 | - |
| YUV | 116.78 | 124.75 | 225.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 48 | 111 | 0 | 0.81 | 0.56 | 0.00 | 341.65 | 0.99 | 0.59 |
| Hex | FE | 30 | 6F | 0 | 51 | 38 | 0 | 156 | 63 | 3B |
| Octal | 376 | 60 | 157 | 0 | 121 | 70 | 0 | 526 | 143 | 73 |
| Binary | 11111110 | 110000 | 1101111 | 0 | 1010001 | 111000 | 0 | 101010110 | 1100011 | 111011 |
Color Harmonies of #FE306F
Complementary color
Monochromatic Colors of #FE306F
Black with #FE306F
Text Example
Text Example
White with #FE306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE306F; }
p { color: rgb(254,48,111); }
H1.HeaderClassName
{
color: #FE306F;
}
.AnyTagClassName
{
color: #FE306F;
}
</style>
background-color css
<style>
a { background-color: #FE306F; }
a { background-color: rgb(254,48,111); }
div.DivClassName
{
background-color: #FE306F;
}
.BgClassName
{
background-color: #FE306F;
}
</style>
border-color css
<style>
span { border-color: #FE306F; }
span { border-color: rgb(254,48,111); }
td.TdClassName
{
border-color: #FE306F;
}
.TagClassName
{
border-color: #FE306F;
}
</style>