Shades of Radical Red #FF4765
Tints of Radical Red #FF4765
RGB
CMYK
RGB Variations
Color information
#FF4765 (or 0xFF4765) is known color: Radical Red. HEX triplet: FF, 47 and 65. RGB value is (255,71,101). Sum of RGB (Red+Green+Blue) = 255+71+101=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4765 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4765 is #00B89A. Grayscale: #818181. Windows color (decimal): -47259 or 6637567. OLE color: 6637567.
HSL color Cylindrical-coordinate representation of color #FF4765: hue angle of 350.22º 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 #FF4765 is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 101 | - |
| CMYK | 0 | 0.72 | 0.60 | 0 |
| HSL | 350.22º | 1% | 0.64% | - |
| HSV(B) | 350.22º | 0.72% | 1% | - |
| XYZ | 45.84 | 26.71 | 15.05 | - |
| YUV | 129.44 | 111.96 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 101 | 0 | 0.72 | 0.60 | 0 | 350.22 | 1 | 0.64 |
| Hex | FF | 47 | 65 | 0 | 48 | 3C | 0 | 15E | 64 | 40 |
| Octal | 377 | 107 | 145 | 0 | 110 | 74 | 0 | 536 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1100101 | 0 | 1001000 | 111100 | 0 | 101011110 | 1100100 | 1000000 |
Color Harmonies of #FF4765
Complementary color
Monochromatic Colors of #FF4765
Black with #FF4765
Text Example
Text Example
White with #FF4765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4765; }
p { color: rgb(255,71,101); }
H1.HeaderClassName
{
color: #FF4765;
}
.AnyTagClassName
{
color: #FF4765;
}
</style>
background-color css
<style>
a { background-color: #FF4765; }
a { background-color: rgb(255,71,101); }
div.DivClassName
{
background-color: #FF4765;
}
.BgClassName
{
background-color: #FF4765;
}
</style>
border-color css
<style>
span { border-color: #FF4765; }
span { border-color: rgb(255,71,101); }
td.TdClassName
{
border-color: #FF4765;
}
.TagClassName
{
border-color: #FF4765;
}
</style>