Shades of Radical Red #FF4061
Tints of Radical Red #FF4061
RGB
CMYK
RGB Variations
Color information
#FF4061 (or 0xFF4061) is known color: Radical Red. HEX triplet: FF, 40 and 61. RGB value is (255,64,97). Sum of RGB (Red+Green+Blue) = 255+64+97=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 64 (25.39% from 255 or 15.38% from 416); Blue value is 97 (38.28% from 255 or 23.32% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4061 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4061 is #00BF9E. Grayscale: #7C7C7C. Windows color (decimal): -49055 or 6373631. OLE color: 6373631.
HSL color Cylindrical-coordinate representation of color #FF4061: hue angle of 349.63º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4061 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 97 | - |
| CMYK | 0 | 0.75 | 0.62 | 0 |
| HSL | 349.63º | 1% | 0.63% | - |
| HSV(B) | 349.63º | 0.75% | 1% | - |
| XYZ | 45.23 | 25.79 | 13.9 | - |
| YUV | 124.87 | 112.28 | 220.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 97 | 0 | 0.75 | 0.62 | 0 | 349.63 | 1 | 0.63 |
| Hex | FF | 40 | 61 | 0 | 4B | 3E | 0 | 15E | 64 | 3F |
| Octal | 377 | 100 | 141 | 0 | 113 | 76 | 0 | 536 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1100001 | 0 | 1001011 | 111110 | 0 | 101011110 | 1100100 | 111111 |
Color Harmonies of #FF4061
Complementary color
Monochromatic Colors of #FF4061
Black with #FF4061
Text Example
Text Example
White with #FF4061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4061; }
p { color: rgb(255,64,97); }
H1.HeaderClassName
{
color: #FF4061;
}
.AnyTagClassName
{
color: #FF4061;
}
</style>
background-color css
<style>
a { background-color: #FF4061; }
a { background-color: rgb(255,64,97); }
div.DivClassName
{
background-color: #FF4061;
}
.BgClassName
{
background-color: #FF4061;
}
</style>
border-color css
<style>
span { border-color: #FF4061; }
span { border-color: rgb(255,64,97); }
td.TdClassName
{
border-color: #FF4061;
}
.TagClassName
{
border-color: #FF4061;
}
</style>