Shades of Radical Red #FF4F51
Tints of Radical Red #FF4F51
RGB
CMYK
RGB Variations
Color information
#FF4F51 (or 0xFF4F51) is known color: Radical Red. HEX triplet: FF, 4F and 51. RGB value is (255,79,81). Sum of RGB (Red+Green+Blue) = 255+79+81=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 81 (32.03% from 255 or 19.52% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F51 is #00B0AE. Grayscale: #848484. Windows color (decimal): -45231 or 5328895. OLE color: 5328895.
HSL color Cylindrical-coordinate representation of color #FF4F51: hue angle of 359.32º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4F51 is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 81 | - |
| CMYK | 0 | 0.69 | 0.68 | 0 |
| HSL | 359.32º | 1% | 0.65% | - |
| HSV(B) | 359.32º | 0.69% | 1% | - |
| XYZ | 45.52 | 27.45 | 10.68 | - |
| YUV | 131.85 | 99.31 | 215.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 81 | 0 | 0.69 | 0.68 | 0 | 359.32 | 1 | 0.65 |
| Hex | FF | 4F | 51 | 0 | 45 | 44 | 0 | 167 | 64 | 41 |
| Octal | 377 | 117 | 121 | 0 | 105 | 104 | 0 | 547 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1010001 | 0 | 1000101 | 1000100 | 0 | 101100111 | 1100100 | 1000001 |
Color Harmonies of #FF4F51
Complementary color
Monochromatic Colors of #FF4F51
Black with #FF4F51
Text Example
Text Example
White with #FF4F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F51; }
p { color: rgb(255,79,81); }
H1.HeaderClassName
{
color: #FF4F51;
}
.AnyTagClassName
{
color: #FF4F51;
}
</style>
background-color css
<style>
a { background-color: #FF4F51; }
a { background-color: rgb(255,79,81); }
div.DivClassName
{
background-color: #FF4F51;
}
.BgClassName
{
background-color: #FF4F51;
}
</style>
border-color css
<style>
span { border-color: #FF4F51; }
span { border-color: rgb(255,79,81); }
td.TdClassName
{
border-color: #FF4F51;
}
.TagClassName
{
border-color: #FF4F51;
}
</style>