Shades of Radical Red #FF285A
Tints of Radical Red #FF285A
RGB
CMYK
RGB Variations
Color information
#FF285A (or 0xFF285A) is known color: Radical Red. HEX triplet: FF, 28 and 5A. RGB value is (255,40,90). Sum of RGB (Red+Green+Blue) = 255+40+90=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 40 (16.02% from 255 or 10.39% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF285A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF285A is #00D7A5. Grayscale: #6E6E6E. Windows color (decimal): -55206 or 5908735. OLE color: 5908735.
HSL color Cylindrical-coordinate representation of color #FF285A: hue angle of 346.05º 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 #FF285A is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 40 | 90 | - |
| CMYK | 0 | 0.84 | 0.65 | 0 |
| HSL | 346.05º | 1% | 0.58% | - |
| HSV(B) | 346.05º | 0.84% | 1% | - |
| XYZ | 43.84 | 23.52 | 11.9 | - |
| YUV | 109.99 | 116.73 | 231.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 40 | 90 | 0 | 0.84 | 0.65 | 0 | 346.05 | 1 | 0.58 |
| Hex | FF | 28 | 5A | 0 | 54 | 41 | 0 | 15A | 64 | 3A |
| Octal | 377 | 50 | 132 | 0 | 124 | 101 | 0 | 532 | 144 | 72 |
| Binary | 11111111 | 101000 | 1011010 | 0 | 1010100 | 1000001 | 0 | 101011010 | 1100100 | 111010 |
Color Harmonies of #FF285A
Complementary color
Monochromatic Colors of #FF285A
Black with #FF285A
Text Example
Text Example
White with #FF285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF285A; }
p { color: rgb(255,40,90); }
H1.HeaderClassName
{
color: #FF285A;
}
.AnyTagClassName
{
color: #FF285A;
}
</style>
background-color css
<style>
a { background-color: #FF285A; }
a { background-color: rgb(255,40,90); }
div.DivClassName
{
background-color: #FF285A;
}
.BgClassName
{
background-color: #FF285A;
}
</style>
border-color css
<style>
span { border-color: #FF285A; }
span { border-color: rgb(255,40,90); }
td.TdClassName
{
border-color: #FF285A;
}
.TagClassName
{
border-color: #FF285A;
}
</style>