Shades of Radical Red #FF416B
Tints of Radical Red #FF416B
RGB
CMYK
RGB Variations
Color information
#FF416B (or 0xFF416B) is known color: Radical Red. HEX triplet: FF, 41 and 6B. RGB value is (255,65,107). Sum of RGB (Red+Green+Blue) = 255+65+107=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 107 (42.19% from 255 or 25.06% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF416B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF416B is #00BE94. Grayscale: #7E7E7E. Windows color (decimal): -48789 or 7029247. OLE color: 7029247.
HSL color Cylindrical-coordinate representation of color #FF416B: hue angle of 346.74º 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 #FF416B is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 107 | - |
| CMYK | 0 | 0.75 | 0.58 | 0 |
| HSL | 346.74º | 1% | 0.63% | - |
| HSV(B) | 346.74º | 0.75% | 1% | - |
| XYZ | 45.78 | 26.1 | 16.54 | - |
| YUV | 126.6 | 116.95 | 219.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 107 | 0 | 0.75 | 0.58 | 0 | 346.74 | 1 | 0.63 |
| Hex | FF | 41 | 6B | 0 | 4B | 3A | 0 | 15B | 64 | 3F |
| Octal | 377 | 101 | 153 | 0 | 113 | 72 | 0 | 533 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1101011 | 0 | 1001011 | 111010 | 0 | 101011011 | 1100100 | 111111 |
Color Harmonies of #FF416B
Complementary color
Monochromatic Colors of #FF416B
Black with #FF416B
Text Example
Text Example
White with #FF416B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF416B; }
p { color: rgb(255,65,107); }
H1.HeaderClassName
{
color: #FF416B;
}
.AnyTagClassName
{
color: #FF416B;
}
</style>
background-color css
<style>
a { background-color: #FF416B; }
a { background-color: rgb(255,65,107); }
div.DivClassName
{
background-color: #FF416B;
}
.BgClassName
{
background-color: #FF416B;
}
</style>
border-color css
<style>
span { border-color: #FF416B; }
span { border-color: rgb(255,65,107); }
td.TdClassName
{
border-color: #FF416B;
}
.TagClassName
{
border-color: #FF416B;
}
</style>