Shades of Radical Red #FF4F60
Tints of Radical Red #FF4F60
RGB
CMYK
RGB Variations
Color information
#FF4F60 (or 0xFF4F60) is known color: Radical Red. HEX triplet: FF, 4F and 60. RGB value is (255,79,96). Sum of RGB (Red+Green+Blue) = 255+79+96=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 79 (31.25% from 255 or 18.37% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4F60 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF4F60 is #00B09F. Grayscale: #858585. Windows color (decimal): -45216 or 6311935. OLE color: 6311935.
HSL color Cylindrical-coordinate representation of color #FF4F60: hue angle of 354.2º 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 #FF4F60 is Cyan = 0, Magento = 0.69, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 96 | - |
| CMYK | 0 | 0.69 | 0.62 | 0 |
| HSL | 354.2º | 1% | 0.65% | - |
| HSV(B) | 354.2º | 0.69% | 1% | - |
| XYZ | 46.15 | 27.7 | 13.98 | - |
| YUV | 133.56 | 106.81 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 96 | 0 | 0.69 | 0.62 | 0 | 354.2 | 1 | 0.65 |
| Hex | FF | 4F | 60 | 0 | 45 | 3E | 0 | 162 | 64 | 41 |
| Octal | 377 | 117 | 140 | 0 | 105 | 76 | 0 | 542 | 144 | 101 |
| Binary | 11111111 | 1001111 | 1100000 | 0 | 1000101 | 111110 | 0 | 101100010 | 1100100 | 1000001 |
Color Harmonies of #FF4F60
Complementary color
Monochromatic Colors of #FF4F60
Black with #FF4F60
Text Example
Text Example
White with #FF4F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4F60; }
p { color: rgb(255,79,96); }
H1.HeaderClassName
{
color: #FF4F60;
}
.AnyTagClassName
{
color: #FF4F60;
}
</style>
background-color css
<style>
a { background-color: #FF4F60; }
a { background-color: rgb(255,79,96); }
div.DivClassName
{
background-color: #FF4F60;
}
.BgClassName
{
background-color: #FF4F60;
}
</style>
border-color css
<style>
span { border-color: #FF4F60; }
span { border-color: rgb(255,79,96); }
td.TdClassName
{
border-color: #FF4F60;
}
.TagClassName
{
border-color: #FF4F60;
}
</style>