Shades of Radical Red #FF4858
Tints of Radical Red #FF4858
RGB
CMYK
RGB Variations
Color information
#FF4858 (or 0xFF4858) is known color: Radical Red. HEX triplet: FF, 48 and 58. RGB value is (255,72,88). Sum of RGB (Red+Green+Blue) = 255+72+88=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 72 (28.52% from 255 or 17.35% from 415); Blue value is 88 (34.77% from 255 or 21.20% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4858 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4858 is #00B7A7. Grayscale: #808080. Windows color (decimal): -47016 or 5785855. OLE color: 5785855.
HSL color Cylindrical-coordinate representation of color #FF4858: hue angle of 354.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4858 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 88 | - |
| CMYK | 0 | 0.72 | 0.65 | 0 |
| HSL | 354.75º | 1% | 0.64% | - |
| HSV(B) | 354.75º | 0.72% | 1% | - |
| XYZ | 45.32 | 26.6 | 11.98 | - |
| YUV | 128.54 | 105.13 | 218.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 88 | 0 | 0.72 | 0.65 | 0 | 354.75 | 1 | 0.64 |
| Hex | FF | 48 | 58 | 0 | 48 | 41 | 0 | 163 | 64 | 40 |
| Octal | 377 | 110 | 130 | 0 | 110 | 101 | 0 | 543 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1011000 | 0 | 1001000 | 1000001 | 0 | 101100011 | 1100100 | 1000000 |
Color Harmonies of #FF4858
Complementary color
Monochromatic Colors of #FF4858
Black with #FF4858
Text Example
Text Example
White with #FF4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4858; }
p { color: rgb(255,72,88); }
H1.HeaderClassName
{
color: #FF4858;
}
.AnyTagClassName
{
color: #FF4858;
}
</style>
background-color css
<style>
a { background-color: #FF4858; }
a { background-color: rgb(255,72,88); }
div.DivClassName
{
background-color: #FF4858;
}
.BgClassName
{
background-color: #FF4858;
}
</style>
border-color css
<style>
span { border-color: #FF4858; }
span { border-color: rgb(255,72,88); }
td.TdClassName
{
border-color: #FF4858;
}
.TagClassName
{
border-color: #FF4858;
}
</style>