Shades of Radical Red #FF456B
Tints of Radical Red #FF456B
RGB
CMYK
RGB Variations
Color information
#FF456B (or 0xFF456B) is known color: Radical Red. HEX triplet: FF, 45 and 6B. RGB value is (255,69,107). Sum of RGB (Red+Green+Blue) = 255+69+107=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 69 (27.34% from 255 or 16.01% from 431); Blue value is 107 (42.19% from 255 or 24.83% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF456B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF456B is #00BA94. Grayscale: #808080. Windows color (decimal): -47765 or 7030271. OLE color: 7030271.
HSL color Cylindrical-coordinate representation of color #FF456B: hue angle of 347.74º 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 #FF456B is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 107 | - |
| CMYK | 0 | 0.73 | 0.58 | 0 |
| HSL | 347.74º | 1% | 0.64% | - |
| HSV(B) | 347.74º | 0.73% | 1% | - |
| XYZ | 46.02 | 26.58 | 16.61 | - |
| YUV | 128.95 | 115.62 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 107 | 0 | 0.73 | 0.58 | 0 | 347.74 | 1 | 0.64 |
| Hex | FF | 45 | 6B | 0 | 49 | 3A | 0 | 15C | 64 | 40 |
| Octal | 377 | 105 | 153 | 0 | 111 | 72 | 0 | 534 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1101011 | 0 | 1001001 | 111010 | 0 | 101011100 | 1100100 | 1000000 |
Color Harmonies of #FF456B
Complementary color
Monochromatic Colors of #FF456B
Black with #FF456B
Text Example
Text Example
White with #FF456B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF456B; }
p { color: rgb(255,69,107); }
H1.HeaderClassName
{
color: #FF456B;
}
.AnyTagClassName
{
color: #FF456B;
}
</style>
background-color css
<style>
a { background-color: #FF456B; }
a { background-color: rgb(255,69,107); }
div.DivClassName
{
background-color: #FF456B;
}
.BgClassName
{
background-color: #FF456B;
}
</style>
border-color css
<style>
span { border-color: #FF456B; }
span { border-color: rgb(255,69,107); }
td.TdClassName
{
border-color: #FF456B;
}
.TagClassName
{
border-color: #FF456B;
}
</style>