Shades of Radical Red #FF456A
Tints of Radical Red #FF456A
RGB
CMYK
RGB Variations
Color information
#FF456A (or 0xFF456A) is known color: Radical Red. HEX triplet: FF, 45 and 6A. RGB value is (255,69,106). Sum of RGB (Red+Green+Blue) = 255+69+106=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 69 (27.34% from 255 or 16.05% from 430); Blue value is 106 (41.80% from 255 or 24.65% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF456A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF456A is #00BA95. Grayscale: #808080. Windows color (decimal): -47766 or 6964735. OLE color: 6964735.
HSL color Cylindrical-coordinate representation of color #FF456A: hue angle of 348.06º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF456A is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 106 | - |
| CMYK | 0 | 0.73 | 0.58 | 0 |
| HSL | 348.06º | 1% | 0.64% | - |
| HSV(B) | 348.06º | 0.73% | 1% | - |
| XYZ | 45.97 | 26.56 | 16.34 | - |
| YUV | 128.83 | 115.12 | 217.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 106 | 0 | 0.73 | 0.58 | 0 | 348.06 | 1 | 0.64 |
| Hex | FF | 45 | 6A | 0 | 49 | 3A | 0 | 15C | 64 | 40 |
| Octal | 377 | 105 | 152 | 0 | 111 | 72 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1101010 | 0 | 1001001 | 111010 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF456A
Complementary color
Monochromatic Colors of #FF456A
Black with #FF456A
Text Example
Text Example
White with #FF456A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF456A; }
p { color: rgb(255,69,106); }
H1.HeaderClassName
{
color: #FF456A;
}
.AnyTagClassName
{
color: #FF456A;
}
</style>
background-color css
<style>
a { background-color: #FF456A; }
a { background-color: rgb(255,69,106); }
div.DivClassName
{
background-color: #FF456A;
}
.BgClassName
{
background-color: #FF456A;
}
</style>
border-color css
<style>
span { border-color: #FF456A; }
span { border-color: rgb(255,69,106); }
td.TdClassName
{
border-color: #FF456A;
}
.TagClassName
{
border-color: #FF456A;
}
</style>