Shades of Radical Red #FF3B64
Tints of Radical Red #FF3B64
RGB
CMYK
RGB Variations
Color information
#FF3B64 (or 0xFF3B64) is known color: Radical Red. HEX triplet: FF, 3B and 64. RGB value is (255,59,100). Sum of RGB (Red+Green+Blue) = 255+59+100=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B64 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3B64 is #00C49B. Grayscale: #7A7A7A. Windows color (decimal): -50332 or 6568959. OLE color: 6568959.
HSL color Cylindrical-coordinate representation of color #FF3B64: hue angle of 347.45º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FF3B64 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 100 | - |
| CMYK | 0 | 0.77 | 0.61 | 0 |
| HSL | 347.45º | 1% | 0.62% | - |
| HSV(B) | 347.45º | 0.77% | 1% | - |
| XYZ | 45.1 | 25.31 | 14.56 | - |
| YUV | 122.28 | 115.43 | 222.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 100 | 0 | 0.77 | 0.61 | 0 | 347.45 | 1 | 0.62 |
| Hex | FF | 3B | 64 | 0 | 4D | 3D | 0 | 15B | 64 | 3E |
| Octal | 377 | 73 | 144 | 0 | 115 | 75 | 0 | 533 | 144 | 76 |
| Binary | 11111111 | 111011 | 1100100 | 0 | 1001101 | 111101 | 0 | 101011011 | 1100100 | 111110 |
Color Harmonies of #FF3B64
Complementary color
Monochromatic Colors of #FF3B64
Black with #FF3B64
Text Example
Text Example
White with #FF3B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B64; }
p { color: rgb(255,59,100); }
H1.HeaderClassName
{
color: #FF3B64;
}
.AnyTagClassName
{
color: #FF3B64;
}
</style>
background-color css
<style>
a { background-color: #FF3B64; }
a { background-color: rgb(255,59,100); }
div.DivClassName
{
background-color: #FF3B64;
}
.BgClassName
{
background-color: #FF3B64;
}
</style>
border-color css
<style>
span { border-color: #FF3B64; }
span { border-color: rgb(255,59,100); }
td.TdClassName
{
border-color: #FF3B64;
}
.TagClassName
{
border-color: #FF3B64;
}
</style>