Shades of Radical Red #FF414A
Tints of Radical Red #FF414A
RGB
CMYK
RGB Variations
Color information
#FF414A (or 0xFF414A) is known color: Radical Red. HEX triplet: FF, 41 and 4A. RGB value is (255,65,74). Sum of RGB (Red+Green+Blue) = 255+65+74=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF414A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF414A is #00BEB5. Grayscale: #7A7A7A. Windows color (decimal): -48822 or 4866559. OLE color: 4866559.
HSL color Cylindrical-coordinate representation of color #FF414A: hue angle of 357.16º 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 #FF414A is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 74 | - |
| CMYK | 0 | 0.75 | 0.71 | 0 |
| HSL | 357.16º | 1% | 0.63% | - |
| HSV(B) | 357.16º | 0.75% | 1% | - |
| XYZ | 44.37 | 25.54 | 9.07 | - |
| YUV | 122.84 | 100.45 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 74 | 0 | 0.75 | 0.71 | 0 | 357.16 | 1 | 0.63 |
| Hex | FF | 41 | 4A | 0 | 4B | 47 | 0 | 165 | 64 | 3F |
| Octal | 377 | 101 | 112 | 0 | 113 | 107 | 0 | 545 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1001010 | 0 | 1001011 | 1000111 | 0 | 101100101 | 1100100 | 111111 |
Color Harmonies of #FF414A
Complementary color
Monochromatic Colors of #FF414A
Black with #FF414A
Text Example
Text Example
White with #FF414A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF414A; }
p { color: rgb(255,65,74); }
H1.HeaderClassName
{
color: #FF414A;
}
.AnyTagClassName
{
color: #FF414A;
}
</style>
background-color css
<style>
a { background-color: #FF414A; }
a { background-color: rgb(255,65,74); }
div.DivClassName
{
background-color: #FF414A;
}
.BgClassName
{
background-color: #FF414A;
}
</style>
border-color css
<style>
span { border-color: #FF414A; }
span { border-color: rgb(255,65,74); }
td.TdClassName
{
border-color: #FF414A;
}
.TagClassName
{
border-color: #FF414A;
}
</style>