Shades of Radical Red #FF4964
Tints of Radical Red #FF4964
RGB
CMYK
RGB Variations
Color information
#FF4964 (or 0xFF4964) is known color: Radical Red. HEX triplet: FF, 49 and 64. RGB value is (255,73,100). Sum of RGB (Red+Green+Blue) = 255+73+100=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 100 (39.45% from 255 or 23.36% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4964 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4964 is #00B69B. Grayscale: #828282. Windows color (decimal): -46748 or 6572543. OLE color: 6572543.
HSL color Cylindrical-coordinate representation of color #FF4964: hue angle of 351.1º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FF4964 is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 100 | - |
| CMYK | 0 | 0.71 | 0.61 | 0 |
| HSL | 351.1º | 1% | 0.64% | - |
| HSV(B) | 351.1º | 0.71% | 1% | - |
| XYZ | 45.92 | 26.95 | 14.84 | - |
| YUV | 130.5 | 110.8 | 216.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 100 | 0 | 0.71 | 0.61 | 0 | 351.1 | 1 | 0.64 |
| Hex | FF | 49 | 64 | 0 | 47 | 3D | 0 | 15F | 64 | 40 |
| Octal | 377 | 111 | 144 | 0 | 107 | 75 | 0 | 537 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1100100 | 0 | 1000111 | 111101 | 0 | 101011111 | 1100100 | 1000000 |
Color Harmonies of #FF4964
Complementary color
Monochromatic Colors of #FF4964
Black with #FF4964
Text Example
Text Example
White with #FF4964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4964; }
p { color: rgb(255,73,100); }
H1.HeaderClassName
{
color: #FF4964;
}
.AnyTagClassName
{
color: #FF4964;
}
</style>
background-color css
<style>
a { background-color: #FF4964; }
a { background-color: rgb(255,73,100); }
div.DivClassName
{
background-color: #FF4964;
}
.BgClassName
{
background-color: #FF4964;
}
</style>
border-color css
<style>
span { border-color: #FF4964; }
span { border-color: rgb(255,73,100); }
td.TdClassName
{
border-color: #FF4964;
}
.TagClassName
{
border-color: #FF4964;
}
</style>