Shades of Radical Red #FF2665
Tints of Radical Red #FF2665
RGB
CMYK
RGB Variations
Color information
#FF2665 (or 0xFF2665) is known color: Radical Red. HEX triplet: FF, 26 and 65. RGB value is (255,38,101). Sum of RGB (Red+Green+Blue) = 255+38+101=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 38 (15.23% from 255 or 9.64% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2665 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF2665 is #00D99A. Grayscale: #6E6E6E. Windows color (decimal): -55707 or 6629119. OLE color: 6629119.
HSL color Cylindrical-coordinate representation of color #FF2665: hue angle of 342.58º 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 #FF2665 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 101 | - |
| CMYK | 0 | 0.85 | 0.60 | 0 |
| HSL | 342.58º | 1% | 0.57% | - |
| HSV(B) | 342.58º | 0.85% | 1% | - |
| XYZ | 44.28 | 23.59 | 14.53 | - |
| YUV | 110.07 | 122.89 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 101 | 0 | 0.85 | 0.60 | 0 | 342.58 | 1 | 0.57 |
| Hex | FF | 26 | 65 | 0 | 55 | 3C | 0 | 157 | 64 | 39 |
| Octal | 377 | 46 | 145 | 0 | 125 | 74 | 0 | 527 | 144 | 71 |
| Binary | 11111111 | 100110 | 1100101 | 0 | 1010101 | 111100 | 0 | 101010111 | 1100100 | 111001 |
Color Harmonies of #FF2665
Complementary color
Monochromatic Colors of #FF2665
Black with #FF2665
Text Example
Text Example
White with #FF2665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2665; }
p { color: rgb(255,38,101); }
H1.HeaderClassName
{
color: #FF2665;
}
.AnyTagClassName
{
color: #FF2665;
}
</style>
background-color css
<style>
a { background-color: #FF2665; }
a { background-color: rgb(255,38,101); }
div.DivClassName
{
background-color: #FF2665;
}
.BgClassName
{
background-color: #FF2665;
}
</style>
border-color css
<style>
span { border-color: #FF2665; }
span { border-color: rgb(255,38,101); }
td.TdClassName
{
border-color: #FF2665;
}
.TagClassName
{
border-color: #FF2665;
}
</style>