Shades of Radical Red #FF446A
Tints of Radical Red #FF446A
RGB
CMYK
RGB Variations
Color information
#FF446A (or 0xFF446A) is known color: Radical Red. HEX triplet: FF, 44 and 6A. RGB value is (255,68,106). Sum of RGB (Red+Green+Blue) = 255+68+106=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 68 (26.95% from 255 or 15.85% from 429); Blue value is 106 (41.80% from 255 or 24.71% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF446A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF446A is #00BB95. Grayscale: #808080. Windows color (decimal): -48022 or 6964479. OLE color: 6964479.
HSL color Cylindrical-coordinate representation of color #FF446A: hue angle of 347.81º 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 #FF446A is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 106 | - |
| CMYK | 0 | 0.73 | 0.58 | 0 |
| HSL | 347.81º | 1% | 0.63% | - |
| HSV(B) | 347.81º | 0.73% | 1% | - |
| XYZ | 45.91 | 26.43 | 16.32 | - |
| YUV | 128.25 | 115.45 | 218.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 106 | 0 | 0.73 | 0.58 | 0 | 347.81 | 1 | 0.63 |
| Hex | FF | 44 | 6A | 0 | 49 | 3A | 0 | 15C | 64 | 3F |
| Octal | 377 | 104 | 152 | 0 | 111 | 72 | 0 | 534 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1101010 | 0 | 1001001 | 111010 | 0 | 101011100 | 1100100 | 111111 |
Color Harmonies of #FF446A
Complementary color
Monochromatic Colors of #FF446A
Black with #FF446A
Text Example
Text Example
White with #FF446A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF446A; }
p { color: rgb(255,68,106); }
H1.HeaderClassName
{
color: #FF446A;
}
.AnyTagClassName
{
color: #FF446A;
}
</style>
background-color css
<style>
a { background-color: #FF446A; }
a { background-color: rgb(255,68,106); }
div.DivClassName
{
background-color: #FF446A;
}
.BgClassName
{
background-color: #FF446A;
}
</style>
border-color css
<style>
span { border-color: #FF446A; }
span { border-color: rgb(255,68,106); }
td.TdClassName
{
border-color: #FF446A;
}
.TagClassName
{
border-color: #FF446A;
}
</style>