Shades of Radical Red #FF3965
Tints of Radical Red #FF3965
RGB
CMYK
RGB Variations
Color information
#FF3965 (or 0xFF3965) is known color: Radical Red. HEX triplet: FF, 39 and 65. RGB value is (255,57,101). Sum of RGB (Red+Green+Blue) = 255+57+101=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 101 (39.84% from 255 or 24.46% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3965 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3965 is #00C69A. Grayscale: #797979. Windows color (decimal): -50843 or 6633983. OLE color: 6633983.
HSL color Cylindrical-coordinate representation of color #FF3965: hue angle of 346.67º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF3965 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 101 | - |
| CMYK | 0 | 0.78 | 0.60 | 0 |
| HSL | 346.67º | 1% | 0.61% | - |
| HSV(B) | 346.67º | 0.78% | 1% | - |
| XYZ | 45.05 | 25.13 | 14.79 | - |
| YUV | 121.22 | 116.6 | 223.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 101 | 0 | 0.78 | 0.60 | 0 | 346.67 | 1 | 0.61 |
| Hex | FF | 39 | 65 | 0 | 4E | 3C | 0 | 15B | 64 | 3D |
| Octal | 377 | 71 | 145 | 0 | 116 | 74 | 0 | 533 | 144 | 75 |
| Binary | 11111111 | 111001 | 1100101 | 0 | 1001110 | 111100 | 0 | 101011011 | 1100100 | 111101 |
Color Harmonies of #FF3965
Complementary color
Monochromatic Colors of #FF3965
Black with #FF3965
Text Example
Text Example
White with #FF3965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3965; }
p { color: rgb(255,57,101); }
H1.HeaderClassName
{
color: #FF3965;
}
.AnyTagClassName
{
color: #FF3965;
}
</style>
background-color css
<style>
a { background-color: #FF3965; }
a { background-color: rgb(255,57,101); }
div.DivClassName
{
background-color: #FF3965;
}
.BgClassName
{
background-color: #FF3965;
}
</style>
border-color css
<style>
span { border-color: #FF3965; }
span { border-color: rgb(255,57,101); }
td.TdClassName
{
border-color: #FF3965;
}
.TagClassName
{
border-color: #FF3965;
}
</style>