Shades of Radical Red #FE185F
Tints of Radical Red #FE185F
RGB
CMYK
RGB Variations
Color information
#FE185F (or 0xFE185F) is known color: Radical Red. HEX triplet: FE, 18 and 5F. RGB value is (254,24,95). Sum of RGB (Red+Green+Blue) = 254+24+95=373 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.10% from 373); Green value is 24 (9.77% from 255 or 6.43% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 254 - color contains mainly: red. Hex color #FE185F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE185F is #01E7A0. Grayscale: #646464. Windows color (decimal): -124833 or 6232318. OLE color: 6232318.
HSL color Cylindrical-coordinate representation of color #FE185F: hue angle of 341.48º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE185F is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 24 | 95 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.00 |
| HSL | 341.48º | 0.99% | 0.55% | - |
| HSV(B) | 341.48º | 0.91% | 1% | - |
| XYZ | 43.27 | 22.55 | 12.9 | - |
| YUV | 100.86 | 124.7 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 24 | 95 | 0 | 0.91 | 0.63 | 0.00 | 341.48 | 0.99 | 0.55 |
| Hex | FE | 18 | 5F | 0 | 5B | 3F | 0 | 155 | 63 | 37 |
| Octal | 376 | 30 | 137 | 0 | 133 | 77 | 0 | 525 | 143 | 67 |
| Binary | 11111110 | 11000 | 1011111 | 0 | 1011011 | 111111 | 0 | 101010101 | 1100011 | 110111 |
Color Harmonies of #FE185F
Complementary color
Monochromatic Colors of #FE185F
Black with #FE185F
Text Example
Text Example
White with #FE185F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE185F; }
p { color: rgb(254,24,95); }
H1.HeaderClassName
{
color: #FE185F;
}
.AnyTagClassName
{
color: #FE185F;
}
</style>
background-color css
<style>
a { background-color: #FE185F; }
a { background-color: rgb(254,24,95); }
div.DivClassName
{
background-color: #FE185F;
}
.BgClassName
{
background-color: #FE185F;
}
</style>
border-color css
<style>
span { border-color: #FE185F; }
span { border-color: rgb(254,24,95); }
td.TdClassName
{
border-color: #FE185F;
}
.TagClassName
{
border-color: #FE185F;
}
</style>