Shades of Radical Red #FF4864
Tints of Radical Red #FF4864
RGB
CMYK
RGB Variations
Color information
#FF4864 (or 0xFF4864) is known color: Radical Red. HEX triplet: FF, 48 and 64. RGB value is (255,72,100). Sum of RGB (Red+Green+Blue) = 255+72+100=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 72 (28.52% from 255 or 16.86% from 427); Blue value is 100 (39.45% from 255 or 23.42% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4864 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4864 is #00B79B. Grayscale: #818181. Windows color (decimal): -47004 or 6572287. OLE color: 6572287.
HSL color Cylindrical-coordinate representation of color #FF4864: hue angle of 350.82º 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 #FF4864 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 100 | - |
| CMYK | 0 | 0.72 | 0.61 | 0 |
| HSL | 350.82º | 1% | 0.64% | - |
| HSV(B) | 350.82º | 0.72% | 1% | - |
| XYZ | 45.86 | 26.81 | 14.82 | - |
| YUV | 129.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 100 | 0 | 0.72 | 0.61 | 0 | 350.82 | 1 | 0.64 |
| Hex | FF | 48 | 64 | 0 | 48 | 3D | 0 | 15F | 64 | 40 |
| Octal | 377 | 110 | 144 | 0 | 110 | 75 | 0 | 537 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1100100 | 0 | 1001000 | 111101 | 0 | 101011111 | 1100100 | 1000000 |
Color Harmonies of #FF4864
Complementary color
Monochromatic Colors of #FF4864
Black with #FF4864
Text Example
Text Example
White with #FF4864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4864; }
p { color: rgb(255,72,100); }
H1.HeaderClassName
{
color: #FF4864;
}
.AnyTagClassName
{
color: #FF4864;
}
</style>
background-color css
<style>
a { background-color: #FF4864; }
a { background-color: rgb(255,72,100); }
div.DivClassName
{
background-color: #FF4864;
}
.BgClassName
{
background-color: #FF4864;
}
</style>
border-color css
<style>
span { border-color: #FF4864; }
span { border-color: rgb(255,72,100); }
td.TdClassName
{
border-color: #FF4864;
}
.TagClassName
{
border-color: #FF4864;
}
</style>