Shades of Radical Red #FF2662
Tints of Radical Red #FF2662
RGB
CMYK
RGB Variations
Color information
#FF2662 (or 0xFF2662) is known color: Radical Red. HEX triplet: FF, 26 and 62. RGB value is (255,38,98). Sum of RGB (Red+Green+Blue) = 255+38+98=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 38 (15.23% from 255 or 9.72% from 391); Blue value is 98 (38.67% from 255 or 25.06% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2662 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2662 is #00D99D. Grayscale: #6D6D6D. Windows color (decimal): -55710 or 6432511. OLE color: 6432511.
HSL color Cylindrical-coordinate representation of color #FF2662: hue angle of 343.41º 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 #FF2662 is Cyan = 0, Magento = 0.85, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 98 | - |
| CMYK | 0 | 0.85 | 0.62 | 0 |
| HSL | 343.41º | 1% | 0.57% | - |
| HSV(B) | 343.41º | 0.85% | 1% | - |
| XYZ | 44.14 | 23.53 | 13.77 | - |
| YUV | 109.72 | 121.39 | 231.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 98 | 0 | 0.85 | 0.62 | 0 | 343.41 | 1 | 0.57 |
| Hex | FF | 26 | 62 | 0 | 55 | 3E | 0 | 157 | 64 | 39 |
| Octal | 377 | 46 | 142 | 0 | 125 | 76 | 0 | 527 | 144 | 71 |
| Binary | 11111111 | 100110 | 1100010 | 0 | 1010101 | 111110 | 0 | 101010111 | 1100100 | 111001 |
Color Harmonies of #FF2662
Complementary color
Monochromatic Colors of #FF2662
Black with #FF2662
Text Example
Text Example
White with #FF2662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2662; }
p { color: rgb(255,38,98); }
H1.HeaderClassName
{
color: #FF2662;
}
.AnyTagClassName
{
color: #FF2662;
}
</style>
background-color css
<style>
a { background-color: #FF2662; }
a { background-color: rgb(255,38,98); }
div.DivClassName
{
background-color: #FF2662;
}
.BgClassName
{
background-color: #FF2662;
}
</style>
border-color css
<style>
span { border-color: #FF2662; }
span { border-color: rgb(255,38,98); }
td.TdClassName
{
border-color: #FF2662;
}
.TagClassName
{
border-color: #FF2662;
}
</style>