Shades of Radical Red #FF464B
Tints of Radical Red #FF464B
RGB
CMYK
RGB Variations
Color information
#FF464B (or 0xFF464B) is known color: Radical Red. HEX triplet: FF, 46 and 4B. RGB value is (255,70,75). Sum of RGB (Red+Green+Blue) = 255+70+75=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 70 (27.73% from 255 or 17.5% from 400); Blue value is 75 (29.69% from 255 or 18.75% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF464B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF464B is #00B9B4. Grayscale: #7E7E7E. Windows color (decimal): -47541 or 4933375. OLE color: 4933375.
HSL color Cylindrical-coordinate representation of color #FF464B: hue angle of 358.38º 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 #FF464B is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 75 | - |
| CMYK | 0 | 0.73 | 0.71 | 0 |
| HSL | 358.38º | 1% | 0.64% | - |
| HSV(B) | 358.38º | 0.73% | 1% | - |
| XYZ | 44.7 | 26.15 | 9.35 | - |
| YUV | 125.89 | 99.29 | 220.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 75 | 0 | 0.73 | 0.71 | 0 | 358.38 | 1 | 0.64 |
| Hex | FF | 46 | 4B | 0 | 49 | 47 | 0 | 166 | 64 | 40 |
| Octal | 377 | 106 | 113 | 0 | 111 | 107 | 0 | 546 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1001011 | 0 | 1001001 | 1000111 | 0 | 101100110 | 1100100 | 1000000 |
Color Harmonies of #FF464B
Complementary color
Monochromatic Colors of #FF464B
Black with #FF464B
Text Example
Text Example
White with #FF464B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF464B; }
p { color: rgb(255,70,75); }
H1.HeaderClassName
{
color: #FF464B;
}
.AnyTagClassName
{
color: #FF464B;
}
</style>
background-color css
<style>
a { background-color: #FF464B; }
a { background-color: rgb(255,70,75); }
div.DivClassName
{
background-color: #FF464B;
}
.BgClassName
{
background-color: #FF464B;
}
</style>
border-color css
<style>
span { border-color: #FF464B; }
span { border-color: rgb(255,70,75); }
td.TdClassName
{
border-color: #FF464B;
}
.TagClassName
{
border-color: #FF464B;
}
</style>