Shades of Radical Red #FF4861
Tints of Radical Red #FF4861
RGB
CMYK
RGB Variations
Color information
#FF4861 (or 0xFF4861) is known color: Radical Red. HEX triplet: FF, 48 and 61. RGB value is (255,72,97). Sum of RGB (Red+Green+Blue) = 255+72+97=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 72 (28.52% from 255 or 16.98% from 424); Blue value is 97 (38.28% from 255 or 22.88% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4861 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4861 is #00B79E. Grayscale: #818181. Windows color (decimal): -47007 or 6375679. OLE color: 6375679.
HSL color Cylindrical-coordinate representation of color #FF4861: hue angle of 351.8º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4861 is Cyan = 0, Magento = 0.72, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 97 | - |
| CMYK | 0 | 0.72 | 0.62 | 0 |
| HSL | 351.8º | 1% | 0.64% | - |
| HSV(B) | 351.8º | 0.72% | 1% | - |
| XYZ | 45.72 | 26.76 | 14.06 | - |
| YUV | 129.57 | 109.63 | 217.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 97 | 0 | 0.72 | 0.62 | 0 | 351.8 | 1 | 0.64 |
| Hex | FF | 48 | 61 | 0 | 48 | 3E | 0 | 160 | 64 | 40 |
| Octal | 377 | 110 | 141 | 0 | 110 | 76 | 0 | 540 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1100001 | 0 | 1001000 | 111110 | 0 | 101100000 | 1100100 | 1000000 |
Color Harmonies of #FF4861
Complementary color
Monochromatic Colors of #FF4861
Black with #FF4861
Text Example
Text Example
White with #FF4861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4861; }
p { color: rgb(255,72,97); }
H1.HeaderClassName
{
color: #FF4861;
}
.AnyTagClassName
{
color: #FF4861;
}
</style>
background-color css
<style>
a { background-color: #FF4861; }
a { background-color: rgb(255,72,97); }
div.DivClassName
{
background-color: #FF4861;
}
.BgClassName
{
background-color: #FF4861;
}
</style>
border-color css
<style>
span { border-color: #FF4861; }
span { border-color: rgb(255,72,97); }
td.TdClassName
{
border-color: #FF4861;
}
.TagClassName
{
border-color: #FF4861;
}
</style>