Shades of Radical Red #FF2672
Tints of Radical Red #FF2672
RGB
CMYK
RGB Variations
Color information
#FF2672 (or 0xFF2672) is known color: Radical Red. HEX triplet: FF, 26 and 72. RGB value is (255,38,114). Sum of RGB (Red+Green+Blue) = 255+38+114=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2672 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2672 is #00D98D. Grayscale: #6F6F6F. Windows color (decimal): -55694 or 7481087. OLE color: 7481087.
HSL color Cylindrical-coordinate representation of color #FF2672: hue angle of 338.99º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2672 is Cyan = 0, Magento = 0.85, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 114 | - |
| CMYK | 0 | 0.85 | 0.55 | 0 |
| HSL | 338.99º | 1% | 0.57% | - |
| HSV(B) | 338.99º | 0.85% | 1% | - |
| XYZ | 44.97 | 23.86 | 18.16 | - |
| YUV | 111.55 | 129.39 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 114 | 0 | 0.85 | 0.55 | 0 | 338.99 | 1 | 0.57 |
| Hex | FF | 26 | 72 | 0 | 55 | 37 | 0 | 153 | 64 | 39 |
| Octal | 377 | 46 | 162 | 0 | 125 | 67 | 0 | 523 | 144 | 71 |
| Binary | 11111111 | 100110 | 1110010 | 0 | 1010101 | 110111 | 0 | 101010011 | 1100100 | 111001 |
Color Harmonies of #FF2672
Complementary color
Monochromatic Colors of #FF2672
Black with #FF2672
Text Example
Text Example
White with #FF2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2672; }
p { color: rgb(255,38,114); }
H1.HeaderClassName
{
color: #FF2672;
}
.AnyTagClassName
{
color: #FF2672;
}
</style>
background-color css
<style>
a { background-color: #FF2672; }
a { background-color: rgb(255,38,114); }
div.DivClassName
{
background-color: #FF2672;
}
.BgClassName
{
background-color: #FF2672;
}
</style>
border-color css
<style>
span { border-color: #FF2672; }
span { border-color: rgb(255,38,114); }
td.TdClassName
{
border-color: #FF2672;
}
.TagClassName
{
border-color: #FF2672;
}
</style>