Shades of Radical Red #FF4668
Tints of Radical Red #FF4668
RGB
CMYK
RGB Variations
Color information
#FF4668 (or 0xFF4668) is known color: Radical Red. HEX triplet: FF, 46 and 68. RGB value is (255,70,104). Sum of RGB (Red+Green+Blue) = 255+70+104=429 (56% of max value = 765). Red value is 255 (100% from 255 or 59.44% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 104 (41.02% from 255 or 24.24% from 429); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4668 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4668 is #00B997. Grayscale: #818181. Windows color (decimal): -47512 or 6833919. OLE color: 6833919.
HSL color Cylindrical-coordinate representation of color #FF4668: hue angle of 348.97º 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 #FF4668 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 104 | - |
| CMYK | 0 | 0.73 | 0.59 | 0 |
| HSL | 348.97º | 1% | 0.64% | - |
| HSV(B) | 348.97º | 0.73% | 1% | - |
| XYZ | 45.93 | 26.64 | 15.82 | - |
| YUV | 129.19 | 113.79 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 104 | 0 | 0.73 | 0.59 | 0 | 348.97 | 1 | 0.64 |
| Hex | FF | 46 | 68 | 0 | 49 | 3B | 0 | 15D | 64 | 40 |
| Octal | 377 | 106 | 150 | 0 | 111 | 73 | 0 | 535 | 144 | 100 |
| Binary | 11111111 | 1000110 | 1101000 | 0 | 1001001 | 111011 | 0 | 101011101 | 1100100 | 1000000 |
Color Harmonies of #FF4668
Complementary color
Monochromatic Colors of #FF4668
Black with #FF4668
Text Example
Text Example
White with #FF4668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4668; }
p { color: rgb(255,70,104); }
H1.HeaderClassName
{
color: #FF4668;
}
.AnyTagClassName
{
color: #FF4668;
}
</style>
background-color css
<style>
a { background-color: #FF4668; }
a { background-color: rgb(255,70,104); }
div.DivClassName
{
background-color: #FF4668;
}
.BgClassName
{
background-color: #FF4668;
}
</style>
border-color css
<style>
span { border-color: #FF4668; }
span { border-color: rgb(255,70,104); }
td.TdClassName
{
border-color: #FF4668;
}
.TagClassName
{
border-color: #FF4668;
}
</style>