Shades of Radical Red #FF4564
Tints of Radical Red #FF4564
RGB
CMYK
RGB Variations
Color information
#FF4564 (or 0xFF4564) is known color: Radical Red. HEX triplet: FF, 45 and 64. RGB value is (255,69,100). Sum of RGB (Red+Green+Blue) = 255+69+100=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 69 (27.34% from 255 or 16.27% from 424); Blue value is 100 (39.45% from 255 or 23.58% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4564 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4564 is #00BA9B. Grayscale: #808080. Windows color (decimal): -47772 or 6571519. OLE color: 6571519.
HSL color Cylindrical-coordinate representation of color #FF4564: hue angle of 350º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4564 is Cyan = 0, Magento = 0.73, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 100 | - |
| CMYK | 0 | 0.73 | 0.61 | 0 |
| HSL | 350º | 1% | 0.64% | - |
| HSV(B) | 350º | 0.73% | 1% | - |
| XYZ | 45.67 | 26.44 | 14.75 | - |
| YUV | 128.15 | 112.12 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 100 | 0 | 0.73 | 0.61 | 0 | 350 | 1 | 0.64 |
| Hex | FF | 45 | 64 | 0 | 49 | 3D | 0 | 15E | 64 | 40 |
| Octal | 377 | 105 | 144 | 0 | 111 | 75 | 0 | 536 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1100100 | 0 | 1001001 | 111101 | 0 | 101011110 | 1100100 | 1000000 |
Color Harmonies of #FF4564
Complementary color
Monochromatic Colors of #FF4564
Black with #FF4564
Text Example
Text Example
White with #FF4564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4564; }
p { color: rgb(255,69,100); }
H1.HeaderClassName
{
color: #FF4564;
}
.AnyTagClassName
{
color: #FF4564;
}
</style>
background-color css
<style>
a { background-color: #FF4564; }
a { background-color: rgb(255,69,100); }
div.DivClassName
{
background-color: #FF4564;
}
.BgClassName
{
background-color: #FF4564;
}
</style>
border-color css
<style>
span { border-color: #FF4564; }
span { border-color: rgb(255,69,100); }
td.TdClassName
{
border-color: #FF4564;
}
.TagClassName
{
border-color: #FF4564;
}
</style>