Shades of Radical Red #FF4669
Tints of Radical Red #FF4669
RGB
CMYK
RGB Variations
Color information
#FF4669 (or 0xFF4669) is known color: Radical Red. HEX triplet: FF, 46 and 69. RGB value is (255,70,105). Sum of RGB (Red+Green+Blue) = 255+70+105=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 105 (41.41% from 255 or 24.42% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4669 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4669 is #00B996. Grayscale: #818181. Windows color (decimal): -47511 or 6899455. OLE color: 6899455.
HSL color Cylindrical-coordinate representation of color #FF4669: hue angle of 348.65º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4669 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 105 | - |
| CMYK | 0 | 0.73 | 0.59 | 0 |
| HSL | 348.65º | 1% | 0.64% | - |
| HSV(B) | 348.65º | 0.73% | 1% | - |
| XYZ | 45.98 | 26.66 | 16.09 | - |
| YUV | 129.31 | 114.29 | 217.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 105 | 0 | 0.73 | 0.59 | 0 | 348.65 | 1 | 0.64 |
| Hex | FF | 46 | 69 | 0 | 49 | 3B | 0 | 15D | 64 | 40 |
| Octal | 377 | 106 | 151 | 0 | 111 | 73 | 0 | 535 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1101001 | 0 | 1001001 | 111011 | 0 | 101011101 | 1100100 | 1000000 |
Color Harmonies of #FF4669
Complementary color
Monochromatic Colors of #FF4669
Black with #FF4669
Text Example
Text Example
White with #FF4669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4669; }
p { color: rgb(255,70,105); }
H1.HeaderClassName
{
color: #FF4669;
}
.AnyTagClassName
{
color: #FF4669;
}
</style>
background-color css
<style>
a { background-color: #FF4669; }
a { background-color: rgb(255,70,105); }
div.DivClassName
{
background-color: #FF4669;
}
.BgClassName
{
background-color: #FF4669;
}
</style>
border-color css
<style>
span { border-color: #FF4669; }
span { border-color: rgb(255,70,105); }
td.TdClassName
{
border-color: #FF4669;
}
.TagClassName
{
border-color: #FF4669;
}
</style>