Shades of Radical Red #FF296A
Tints of Radical Red #FF296A
RGB
CMYK
RGB Variations
Color information
#FF296A (or 0xFF296A) is known color: Radical Red. HEX triplet: FF, 29 and 6A. RGB value is (255,41,106). Sum of RGB (Red+Green+Blue) = 255+41+106=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF296A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF296A is #00D695. Grayscale: #707070. Windows color (decimal): -54934 or 6957567. OLE color: 6957567.
HSL color Cylindrical-coordinate representation of color #FF296A: hue angle of 341.78º 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 #FF296A is Cyan = 0, Magento = 0.84, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 41 | 106 | - |
| CMYK | 0 | 0.84 | 0.58 | 0 |
| HSL | 341.78º | 1% | 0.58% | - |
| HSV(B) | 341.78º | 0.84% | 1% | - |
| XYZ | 44.63 | 23.89 | 15.89 | - |
| YUV | 112.4 | 124.4 | 229.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 41 | 106 | 0 | 0.84 | 0.58 | 0 | 341.78 | 1 | 0.58 |
| Hex | FF | 29 | 6A | 0 | 54 | 3A | 0 | 156 | 64 | 3A |
| Octal | 377 | 51 | 152 | 0 | 124 | 72 | 0 | 526 | 144 | 72 |
| Binary | 11111111 | 101001 | 1101010 | 0 | 1010100 | 111010 | 0 | 101010110 | 1100100 | 111010 |
Color Harmonies of #FF296A
Complementary color
Monochromatic Colors of #FF296A
Black with #FF296A
Text Example
Text Example
White with #FF296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF296A; }
p { color: rgb(255,41,106); }
H1.HeaderClassName
{
color: #FF296A;
}
.AnyTagClassName
{
color: #FF296A;
}
</style>
background-color css
<style>
a { background-color: #FF296A; }
a { background-color: rgb(255,41,106); }
div.DivClassName
{
background-color: #FF296A;
}
.BgClassName
{
background-color: #FF296A;
}
</style>
border-color css
<style>
span { border-color: #FF296A; }
span { border-color: rgb(255,41,106); }
td.TdClassName
{
border-color: #FF296A;
}
.TagClassName
{
border-color: #FF296A;
}
</style>