Shades of Radical Red #FF4852
Tints of Radical Red #FF4852
RGB
CMYK
RGB Variations
Color information
#FF4852 (or 0xFF4852) is known color: Radical Red. HEX triplet: FF, 48 and 52. RGB value is (255,72,82). Sum of RGB (Red+Green+Blue) = 255+72+82=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 72 (28.52% from 255 or 17.60% from 409); Blue value is 82 (32.42% from 255 or 20.05% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4852 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4852 is #00B7AD. Grayscale: #7F7F7F. Windows color (decimal): -47022 or 5392639. OLE color: 5392639.
HSL color Cylindrical-coordinate representation of color #FF4852: hue angle of 356.72º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF4852 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 72 | 82 | - |
| CMYK | 0 | 0.72 | 0.68 | 0 |
| HSL | 356.72º | 1% | 0.64% | - |
| HSV(B) | 356.72º | 0.72% | 1% | - |
| XYZ | 45.08 | 26.5 | 10.72 | - |
| YUV | 127.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 72 | 82 | 0 | 0.72 | 0.68 | 0 | 356.72 | 1 | 0.64 |
| Hex | FF | 48 | 52 | 0 | 48 | 44 | 0 | 165 | 64 | 40 |
| Octal | 377 | 110 | 122 | 0 | 110 | 104 | 0 | 545 | 144 | 100 |
| Binary | 11111111 | 1001000 | 1010010 | 0 | 1001000 | 1000100 | 0 | 101100101 | 1100100 | 1000000 |
Color Harmonies of #FF4852
Complementary color
Monochromatic Colors of #FF4852
Black with #FF4852
Text Example
Text Example
White with #FF4852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4852; }
p { color: rgb(255,72,82); }
H1.HeaderClassName
{
color: #FF4852;
}
.AnyTagClassName
{
color: #FF4852;
}
</style>
background-color css
<style>
a { background-color: #FF4852; }
a { background-color: rgb(255,72,82); }
div.DivClassName
{
background-color: #FF4852;
}
.BgClassName
{
background-color: #FF4852;
}
</style>
border-color css
<style>
span { border-color: #FF4852; }
span { border-color: rgb(255,72,82); }
td.TdClassName
{
border-color: #FF4852;
}
.TagClassName
{
border-color: #FF4852;
}
</style>