Shades of Radical Red #FF286D
Tints of Radical Red #FF286D
RGB
CMYK
RGB Variations
Color information
#FF286D (or 0xFF286D) is known color: Radical Red. HEX triplet: FF, 28 and 6D. RGB value is (255,40,109). Sum of RGB (Red+Green+Blue) = 255+40+109=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 40 (16.02% from 255 or 9.90% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF286D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF286D is #00D792. Grayscale: #707070. Windows color (decimal): -55187 or 7153919. OLE color: 7153919.
HSL color Cylindrical-coordinate representation of color #FF286D: hue angle of 340.74º 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 #FF286D is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 109 | - |
| CMYK | 0 | 0.84 | 0.57 | 0 |
| HSL | 340.74º | 1% | 0.58% | - |
| HSV(B) | 340.74º | 0.84% | 1% | - |
| XYZ | 44.76 | 23.88 | 16.72 | - |
| YUV | 112.15 | 126.23 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 109 | 0 | 0.84 | 0.57 | 0 | 340.74 | 1 | 0.58 |
| Hex | FF | 28 | 6D | 0 | 54 | 39 | 0 | 155 | 64 | 3A |
| Octal | 377 | 50 | 155 | 0 | 124 | 71 | 0 | 525 | 144 | 72 |
| Binary | 11111111 | 101000 | 1101101 | 0 | 1010100 | 111001 | 0 | 101010101 | 1100100 | 111010 |
Color Harmonies of #FF286D
Complementary color
Monochromatic Colors of #FF286D
Black with #FF286D
Text Example
Text Example
White with #FF286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF286D; }
p { color: rgb(255,40,109); }
H1.HeaderClassName
{
color: #FF286D;
}
.AnyTagClassName
{
color: #FF286D;
}
</style>
background-color css
<style>
a { background-color: #FF286D; }
a { background-color: rgb(255,40,109); }
div.DivClassName
{
background-color: #FF286D;
}
.BgClassName
{
background-color: #FF286D;
}
</style>
border-color css
<style>
span { border-color: #FF286D; }
span { border-color: rgb(255,40,109); }
td.TdClassName
{
border-color: #FF286D;
}
.TagClassName
{
border-color: #FF286D;
}
</style>