Shades of Radical Red #FF4152
Tints of Radical Red #FF4152
RGB
CMYK
RGB Variations
Color information
#FF4152 (or 0xFF4152) is known color: Radical Red. HEX triplet: FF, 41 and 52. RGB value is (255,65,82). Sum of RGB (Red+Green+Blue) = 255+65+82=402 (53% of max value = 765). Red value is 255 (100% from 255 or 63.43% from 402); Green value is 65 (25.78% from 255 or 16.17% from 402); Blue value is 82 (32.42% from 255 or 20.40% from 402); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4152 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4152 is #00BEAD. Grayscale: #7B7B7B. Windows color (decimal): -48814 or 5390847. OLE color: 5390847.
HSL color Cylindrical-coordinate representation of color #FF4152: hue angle of 354.63º 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 #FF4152 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 65 | 82 | - |
| CMYK | 0 | 0.75 | 0.68 | 0 |
| HSL | 354.63º | 1% | 0.63% | - |
| HSV(B) | 354.63º | 0.75% | 1% | - |
| XYZ | 44.65 | 25.65 | 10.58 | - |
| YUV | 123.75 | 104.45 | 221.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 65 | 82 | 0 | 0.75 | 0.68 | 0 | 354.63 | 1 | 0.63 |
| Hex | FF | 41 | 52 | 0 | 4B | 44 | 0 | 163 | 64 | 3F |
| Octal | 377 | 101 | 122 | 0 | 113 | 104 | 0 | 543 | 144 | 77 |
| Binary | 11111111 | 1000001 | 1010010 | 0 | 1001011 | 1000100 | 0 | 101100011 | 1100100 | 111111 |
Color Harmonies of #FF4152
Complementary color
Monochromatic Colors of #FF4152
Black with #FF4152
Text Example
Text Example
White with #FF4152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4152; }
p { color: rgb(255,65,82); }
H1.HeaderClassName
{
color: #FF4152;
}
.AnyTagClassName
{
color: #FF4152;
}
</style>
background-color css
<style>
a { background-color: #FF4152; }
a { background-color: rgb(255,65,82); }
div.DivClassName
{
background-color: #FF4152;
}
.BgClassName
{
background-color: #FF4152;
}
</style>
border-color css
<style>
span { border-color: #FF4152; }
span { border-color: rgb(255,65,82); }
td.TdClassName
{
border-color: #FF4152;
}
.TagClassName
{
border-color: #FF4152;
}
</style>