Shades of Radical Red #FF4961
Tints of Radical Red #FF4961
RGB
CMYK
RGB Variations
Color information
#FF4961 (or 0xFF4961) is known color: Radical Red. HEX triplet: FF, 49 and 61. RGB value is (255,73,97). Sum of RGB (Red+Green+Blue) = 255+73+97=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 97 (38.28% from 255 or 22.82% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4961 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4961 is #00B69E. Grayscale: #828282. Windows color (decimal): -46751 or 6375935. OLE color: 6375935.
HSL color Cylindrical-coordinate representation of color #FF4961: hue angle of 352.09º 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 #FF4961 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 73 | 97 | - |
| CMYK | 0 | 0.71 | 0.62 | 0 |
| HSL | 352.09º | 1% | 0.64% | - |
| HSV(B) | 352.09º | 0.71% | 1% | - |
| XYZ | 45.78 | 26.89 | 14.09 | - |
| YUV | 130.15 | 109.3 | 217.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 73 | 97 | 0 | 0.71 | 0.62 | 0 | 352.09 | 1 | 0.64 |
| Hex | FF | 49 | 61 | 0 | 47 | 3E | 0 | 160 | 64 | 40 |
| Octal | 377 | 111 | 141 | 0 | 107 | 76 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1001001 | 1100001 | 0 | 1000111 | 111110 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF4961
Complementary color
Monochromatic Colors of #FF4961
Black with #FF4961
Text Example
Text Example
White with #FF4961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4961; }
p { color: rgb(255,73,97); }
H1.HeaderClassName
{
color: #FF4961;
}
.AnyTagClassName
{
color: #FF4961;
}
</style>
background-color css
<style>
a { background-color: #FF4961; }
a { background-color: rgb(255,73,97); }
div.DivClassName
{
background-color: #FF4961;
}
.BgClassName
{
background-color: #FF4961;
}
</style>
border-color css
<style>
span { border-color: #FF4961; }
span { border-color: rgb(255,73,97); }
td.TdClassName
{
border-color: #FF4961;
}
.TagClassName
{
border-color: #FF4961;
}
</style>