Shades of Radical Red #FF2A48
Tints of Radical Red #FF2A48
RGB
CMYK
RGB Variations
Color information
#FF2A48 (or 0xFF2A48) is known color: Radical Red. HEX triplet: FF, 2A and 48. RGB value is (255,42,72). Sum of RGB (Red+Green+Blue) = 255+42+72=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 42 (16.80% from 255 or 11.38% from 369); Blue value is 72 (28.52% from 255 or 19.51% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A48 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF2A48 is #00D5B7. Grayscale: #6D6D6D. Windows color (decimal): -54712 or 4729599. OLE color: 4729599.
HSL color Cylindrical-coordinate representation of color #FF2A48: hue angle of 351.55º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF2A48 is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 72 | - |
| CMYK | 0 | 0.84 | 0.72 | 0 |
| HSL | 351.55º | 1% | 0.58% | - |
| HSV(B) | 351.55º | 0.84% | 1% | - |
| XYZ | 43.24 | 23.38 | 8.37 | - |
| YUV | 109.11 | 107.07 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 72 | 0 | 0.84 | 0.72 | 0 | 351.55 | 1 | 0.58 |
| Hex | FF | 2A | 48 | 0 | 54 | 48 | 0 | 160 | 64 | 3A |
| Octal | 377 | 52 | 110 | 0 | 124 | 110 | 0 | 540 | 144 | 72 |
| Binary | 11111111 | 101010 | 1001000 | 0 | 1010100 | 1001000 | 0 | 101100000 | 1100100 | 111010 |
Color Harmonies of #FF2A48
Complementary color
Monochromatic Colors of #FF2A48
Black with #FF2A48
Text Example
Text Example
White with #FF2A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A48; }
p { color: rgb(255,42,72); }
H1.HeaderClassName
{
color: #FF2A48;
}
.AnyTagClassName
{
color: #FF2A48;
}
</style>
background-color css
<style>
a { background-color: #FF2A48; }
a { background-color: rgb(255,42,72); }
div.DivClassName
{
background-color: #FF2A48;
}
.BgClassName
{
background-color: #FF2A48;
}
</style>
border-color css
<style>
span { border-color: #FF2A48; }
span { border-color: rgb(255,42,72); }
td.TdClassName
{
border-color: #FF2A48;
}
.TagClassName
{
border-color: #FF2A48;
}
</style>