Shades of Radical Red #FF3A64
Tints of Radical Red #FF3A64
RGB
CMYK
RGB Variations
Color information
#FF3A64 (or 0xFF3A64) is known color: Radical Red. HEX triplet: FF, 3A and 64. RGB value is (255,58,100). Sum of RGB (Red+Green+Blue) = 255+58+100=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3A64 is #00C59B. Grayscale: #797979. Windows color (decimal): -50588 or 6568703. OLE color: 6568703.
HSL color Cylindrical-coordinate representation of color #FF3A64: hue angle of 347.21º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3A64 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 100 | - |
| CMYK | 0 | 0.77 | 0.61 | 0 |
| HSL | 347.21º | 1% | 0.61% | - |
| HSV(B) | 347.21º | 0.77% | 1% | - |
| XYZ | 45.05 | 25.21 | 14.55 | - |
| YUV | 121.69 | 115.77 | 223.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 100 | 0 | 0.77 | 0.61 | 0 | 347.21 | 1 | 0.61 |
| Hex | FF | 3A | 64 | 0 | 4D | 3D | 0 | 15B | 64 | 3D |
| Octal | 377 | 72 | 144 | 0 | 115 | 75 | 0 | 533 | 144 | 75 |
| Binary | 11111111 | 111010 | 1100100 | 0 | 1001101 | 111101 | 0 | 101011011 | 1100100 | 111101 |
Color Harmonies of #FF3A64
Complementary color
Monochromatic Colors of #FF3A64
Black with #FF3A64
Text Example
Text Example
White with #FF3A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A64; }
p { color: rgb(255,58,100); }
H1.HeaderClassName
{
color: #FF3A64;
}
.AnyTagClassName
{
color: #FF3A64;
}
</style>
background-color css
<style>
a { background-color: #FF3A64; }
a { background-color: rgb(255,58,100); }
div.DivClassName
{
background-color: #FF3A64;
}
.BgClassName
{
background-color: #FF3A64;
}
</style>
border-color css
<style>
span { border-color: #FF3A64; }
span { border-color: rgb(255,58,100); }
td.TdClassName
{
border-color: #FF3A64;
}
.TagClassName
{
border-color: #FF3A64;
}
</style>