Shades of Radical Red #FF4461
Tints of Radical Red #FF4461
RGB
CMYK
RGB Variations
Color information
#FF4461 (or 0xFF4461) is known color: Radical Red. HEX triplet: FF, 44 and 61. RGB value is (255,68,97). Sum of RGB (Red+Green+Blue) = 255+68+97=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 97 (38.28% from 255 or 23.10% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4461 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4461 is #00BB9E. Grayscale: #7F7F7F. Windows color (decimal): -48031 or 6374655. OLE color: 6374655.
HSL color Cylindrical-coordinate representation of color #FF4461: hue angle of 350.7º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4461 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 97 | - |
| CMYK | 0 | 0.73 | 0.62 | 0 |
| HSL | 350.7º | 1% | 0.63% | - |
| HSV(B) | 350.7º | 0.73% | 1% | - |
| XYZ | 45.46 | 26.26 | 13.98 | - |
| YUV | 127.22 | 110.95 | 219.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 97 | 0 | 0.73 | 0.62 | 0 | 350.7 | 1 | 0.63 |
| Hex | FF | 44 | 61 | 0 | 49 | 3E | 0 | 15F | 64 | 3F |
| Octal | 377 | 104 | 141 | 0 | 111 | 76 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1100001 | 0 | 1001001 | 111110 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF4461
Complementary color
Monochromatic Colors of #FF4461
Black with #FF4461
Text Example
Text Example
White with #FF4461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4461; }
p { color: rgb(255,68,97); }
H1.HeaderClassName
{
color: #FF4461;
}
.AnyTagClassName
{
color: #FF4461;
}
</style>
background-color css
<style>
a { background-color: #FF4461; }
a { background-color: rgb(255,68,97); }
div.DivClassName
{
background-color: #FF4461;
}
.BgClassName
{
background-color: #FF4461;
}
</style>
border-color css
<style>
span { border-color: #FF4461; }
span { border-color: rgb(255,68,97); }
td.TdClassName
{
border-color: #FF4461;
}
.TagClassName
{
border-color: #FF4461;
}
</style>