Shades of Radical Red #FF4F5C
Tints of Radical Red #FF4F5C
RGB
CMYK
RGB Variations
Color information
#FF4F5C (or 0xFF4F5C) is known color: Radical Red. HEX triplet: FF, 4F and 5C. RGB value is (255,79,92). Sum of RGB (Red+Green+Blue) = 255+79+92=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 79 (31.25% from 255 or 18.54% from 426); Blue value is 92 (36.33% from 255 or 21.60% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F5C is #00B0A3. Grayscale: #858585. Windows color (decimal): -45220 or 6049791. OLE color: 6049791.
HSL color Cylindrical-coordinate representation of color #FF4F5C: hue angle of 355.57º 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 #FF4F5C is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 92 | - |
| CMYK | 0 | 0.69 | 0.64 | 0 |
| HSL | 355.57º | 1% | 0.65% | - |
| HSV(B) | 355.57º | 0.69% | 1% | - |
| XYZ | 45.97 | 27.62 | 13.03 | - |
| YUV | 133.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 92 | 0 | 0.69 | 0.64 | 0 | 355.57 | 1 | 0.65 |
| Hex | FF | 4F | 5C | 0 | 45 | 40 | 0 | 164 | 64 | 41 |
| Octal | 377 | 117 | 134 | 0 | 105 | 100 | 0 | 544 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1011100 | 0 | 1000101 | 1000000 | 0 | 101100100 | 1100100 | 1000001 |
Color Harmonies of #FF4F5C
Complementary color
Monochromatic Colors of #FF4F5C
Black with #FF4F5C
Text Example
Text Example
White with #FF4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F5C; }
p { color: rgb(255,79,92); }
H1.HeaderClassName
{
color: #FF4F5C;
}
.AnyTagClassName
{
color: #FF4F5C;
}
</style>
background-color css
<style>
a { background-color: #FF4F5C; }
a { background-color: rgb(255,79,92); }
div.DivClassName
{
background-color: #FF4F5C;
}
.BgClassName
{
background-color: #FF4F5C;
}
</style>
border-color css
<style>
span { border-color: #FF4F5C; }
span { border-color: rgb(255,79,92); }
td.TdClassName
{
border-color: #FF4F5C;
}
.TagClassName
{
border-color: #FF4F5C;
}
</style>