Shades of Radical Red #FF4168
Tints of Radical Red #FF4168
RGB
CMYK
RGB Variations
Color information
#FF4168 (or 0xFF4168) is known color: Radical Red. HEX triplet: FF, 41 and 68. RGB value is (255,65,104). Sum of RGB (Red+Green+Blue) = 255+65+104=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 65 (25.78% from 255 or 15.33% from 424); Blue value is 104 (41.02% from 255 or 24.53% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4168 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4168 is #00BE97. Grayscale: #7E7E7E. Windows color (decimal): -48792 or 6832639. OLE color: 6832639.
HSL color Cylindrical-coordinate representation of color #FF4168: hue angle of 347.68º 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 #FF4168 is Cyan = 0, Magento = 0.75, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 104 | - |
| CMYK | 0 | 0.75 | 0.59 | 0 |
| HSL | 347.68º | 1% | 0.63% | - |
| HSV(B) | 347.68º | 0.75% | 1% | - |
| XYZ | 45.63 | 26.04 | 15.72 | - |
| YUV | 126.26 | 115.45 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 104 | 0 | 0.75 | 0.59 | 0 | 347.68 | 1 | 0.63 |
| Hex | FF | 41 | 68 | 0 | 4B | 3B | 0 | 15C | 64 | 3F |
| Octal | 377 | 101 | 150 | 0 | 113 | 73 | 0 | 534 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1101000 | 0 | 1001011 | 111011 | 0 | 101011100 | 1100100 | 111111 |
Color Harmonies of #FF4168
Complementary color
Monochromatic Colors of #FF4168
Black with #FF4168
Text Example
Text Example
White with #FF4168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4168; }
p { color: rgb(255,65,104); }
H1.HeaderClassName
{
color: #FF4168;
}
.AnyTagClassName
{
color: #FF4168;
}
</style>
background-color css
<style>
a { background-color: #FF4168; }
a { background-color: rgb(255,65,104); }
div.DivClassName
{
background-color: #FF4168;
}
.BgClassName
{
background-color: #FF4168;
}
</style>
border-color css
<style>
span { border-color: #FF4168; }
span { border-color: rgb(255,65,104); }
td.TdClassName
{
border-color: #FF4168;
}
.TagClassName
{
border-color: #FF4168;
}
</style>