Shades of Radical Red #FF265C
Tints of Radical Red #FF265C
RGB
CMYK
RGB Variations
Color information
#FF265C (or 0xFF265C) is known color: Radical Red. HEX triplet: FF, 26 and 5C. RGB value is (255,38,92). Sum of RGB (Red+Green+Blue) = 255+38+92=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 38 (15.23% from 255 or 9.87% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF265C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF265C is #00D9A3. Grayscale: #6D6D6D. Windows color (decimal): -55716 or 6039295. OLE color: 6039295.
HSL color Cylindrical-coordinate representation of color #FF265C: hue angle of 345.07º 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 #FF265C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 92 | - |
| CMYK | 0 | 0.85 | 0.64 | 0 |
| HSL | 345.07º | 1% | 0.57% | - |
| HSV(B) | 345.07º | 0.85% | 1% | - |
| XYZ | 43.86 | 23.42 | 12.33 | - |
| YUV | 109.04 | 118.39 | 232.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 92 | 0 | 0.85 | 0.64 | 0 | 345.07 | 1 | 0.57 |
| Hex | FF | 26 | 5C | 0 | 55 | 40 | 0 | 159 | 64 | 39 |
| Octal | 377 | 46 | 134 | 0 | 125 | 100 | 0 | 531 | 144 | 71 |
| Binary | 11111111 | 100110 | 1011100 | 0 | 1010101 | 1000000 | 0 | 101011001 | 1100100 | 111001 |
Color Harmonies of #FF265C
Complementary color
Monochromatic Colors of #FF265C
Black with #FF265C
Text Example
Text Example
White with #FF265C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF265C; }
p { color: rgb(255,38,92); }
H1.HeaderClassName
{
color: #FF265C;
}
.AnyTagClassName
{
color: #FF265C;
}
</style>
background-color css
<style>
a { background-color: #FF265C; }
a { background-color: rgb(255,38,92); }
div.DivClassName
{
background-color: #FF265C;
}
.BgClassName
{
background-color: #FF265C;
}
</style>
border-color css
<style>
span { border-color: #FF265C; }
span { border-color: rgb(255,38,92); }
td.TdClassName
{
border-color: #FF265C;
}
.TagClassName
{
border-color: #FF265C;
}
</style>