Shades of Radical Red #FF4068
Tints of Radical Red #FF4068
RGB
CMYK
RGB Variations
Color information
#FF4068 (or 0xFF4068) is known color: Radical Red. HEX triplet: FF, 40 and 68. RGB value is (255,64,104). Sum of RGB (Red+Green+Blue) = 255+64+104=423 (56% of max value = 765). Red value is 255 (100% from 255 or 60.28% from 423); Green value is 64 (25.39% from 255 or 15.13% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4068 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4068 is #00BF97. Grayscale: #7D7D7D. Windows color (decimal): -49048 or 6832383. OLE color: 6832383.
HSL color Cylindrical-coordinate representation of color #FF4068: hue angle of 347.43º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF4068 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 104 | - |
| CMYK | 0 | 0.75 | 0.59 | 0 |
| HSL | 347.43º | 1% | 0.63% | - |
| HSV(B) | 347.43º | 0.75% | 1% | - |
| XYZ | 45.57 | 25.93 | 15.7 | - |
| YUV | 125.67 | 115.78 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 104 | 0 | 0.75 | 0.59 | 0 | 347.43 | 1 | 0.63 |
| Hex | FF | 40 | 68 | 0 | 4B | 3B | 0 | 15B | 64 | 3F |
| Octal | 377 | 100 | 150 | 0 | 113 | 73 | 0 | 533 | 144 | 77 |
| Binary | 11111111 | 1000000 | 1101000 | 0 | 1001011 | 111011 | 0 | 101011011 | 1100100 | 111111 |
Color Harmonies of #FF4068
Complementary color
Monochromatic Colors of #FF4068
Black with #FF4068
Text Example
Text Example
White with #FF4068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4068; }
p { color: rgb(255,64,104); }
H1.HeaderClassName
{
color: #FF4068;
}
.AnyTagClassName
{
color: #FF4068;
}
</style>
background-color css
<style>
a { background-color: #FF4068; }
a { background-color: rgb(255,64,104); }
div.DivClassName
{
background-color: #FF4068;
}
.BgClassName
{
background-color: #FF4068;
}
</style>
border-color css
<style>
span { border-color: #FF4068; }
span { border-color: rgb(255,64,104); }
td.TdClassName
{
border-color: #FF4068;
}
.TagClassName
{
border-color: #FF4068;
}
</style>