Shades of Radical Red #FF265D
Tints of Radical Red #FF265D
RGB
CMYK
RGB Variations
Color information
#FF265D (or 0xFF265D) is known color: Radical Red. HEX triplet: FF, 26 and 5D. RGB value is (255,38,93). Sum of RGB (Red+Green+Blue) = 255+38+93=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 38 (15.23% from 255 or 9.84% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF265D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF265D is #00D9A2. Grayscale: #6D6D6D. Windows color (decimal): -55715 or 6104831. OLE color: 6104831.
HSL color Cylindrical-coordinate representation of color #FF265D: hue angle of 344.79º 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 #FF265D is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 93 | - |
| CMYK | 0 | 0.85 | 0.64 | 0 |
| HSL | 344.79º | 1% | 0.57% | - |
| HSV(B) | 344.79º | 0.85% | 1% | - |
| XYZ | 43.91 | 23.44 | 12.57 | - |
| YUV | 109.15 | 118.89 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 93 | 0 | 0.85 | 0.64 | 0 | 344.79 | 1 | 0.57 |
| Hex | FF | 26 | 5D | 0 | 55 | 40 | 0 | 159 | 64 | 39 |
| Octal | 377 | 46 | 135 | 0 | 125 | 100 | 0 | 531 | 144 | 71 |
| Binary | 11111111 | 100110 | 1011101 | 0 | 1010101 | 1000000 | 0 | 101011001 | 1100100 | 111001 |
Color Harmonies of #FF265D
Complementary color
Monochromatic Colors of #FF265D
Black with #FF265D
Text Example
Text Example
White with #FF265D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF265D; }
p { color: rgb(255,38,93); }
H1.HeaderClassName
{
color: #FF265D;
}
.AnyTagClassName
{
color: #FF265D;
}
</style>
background-color css
<style>
a { background-color: #FF265D; }
a { background-color: rgb(255,38,93); }
div.DivClassName
{
background-color: #FF265D;
}
.BgClassName
{
background-color: #FF265D;
}
</style>
border-color css
<style>
span { border-color: #FF265D; }
span { border-color: rgb(255,38,93); }
td.TdClassName
{
border-color: #FF265D;
}
.TagClassName
{
border-color: #FF265D;
}
</style>