Shades of Radical Red #FF4360
Tints of Radical Red #FF4360
RGB
CMYK
RGB Variations
Color information
#FF4360 (or 0xFF4360) is known color: Radical Red. HEX triplet: FF, 43 and 60. RGB value is (255,67,96). Sum of RGB (Red+Green+Blue) = 255+67+96=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 67 (26.56% from 255 or 16.03% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4360 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4360 is #00BC9F. Grayscale: #7E7E7E. Windows color (decimal): -48288 or 6308863. OLE color: 6308863.
HSL color Cylindrical-coordinate representation of color #FF4360: hue angle of 350.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FF4360 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 96 | - |
| CMYK | 0 | 0.74 | 0.62 | 0 |
| HSL | 350.74º | 1% | 0.63% | - |
| HSV(B) | 350.74º | 0.74% | 1% | - |
| XYZ | 45.36 | 26.12 | 13.72 | - |
| YUV | 126.52 | 110.78 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 96 | 0 | 0.74 | 0.62 | 0 | 350.74 | 1 | 0.63 |
| Hex | FF | 43 | 60 | 0 | 4A | 3E | 0 | 15F | 64 | 3F |
| Octal | 377 | 103 | 140 | 0 | 112 | 76 | 0 | 537 | 144 | 77 |
| Binary | 11111111 | 1000011 | 1100000 | 0 | 1001010 | 111110 | 0 | 101011111 | 1100100 | 111111 |
Color Harmonies of #FF4360
Complementary color
Monochromatic Colors of #FF4360
Black with #FF4360
Text Example
Text Example
White with #FF4360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4360; }
p { color: rgb(255,67,96); }
H1.HeaderClassName
{
color: #FF4360;
}
.AnyTagClassName
{
color: #FF4360;
}
</style>
background-color css
<style>
a { background-color: #FF4360; }
a { background-color: rgb(255,67,96); }
div.DivClassName
{
background-color: #FF4360;
}
.BgClassName
{
background-color: #FF4360;
}
</style>
border-color css
<style>
span { border-color: #FF4360; }
span { border-color: rgb(255,67,96); }
td.TdClassName
{
border-color: #FF4360;
}
.TagClassName
{
border-color: #FF4360;
}
</style>