Shades of Radical Red #FF4769
Tints of Radical Red #FF4769
RGB
CMYK
RGB Variations
Color information
#FF4769 (or 0xFF4769) is known color: Radical Red. HEX triplet: FF, 47 and 69. RGB value is (255,71,105). Sum of RGB (Red+Green+Blue) = 255+71+105=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 105 (41.41% from 255 or 24.36% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4769 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4769 is #00B896. Grayscale: #818181. Windows color (decimal): -47255 or 6899711. OLE color: 6899711.
HSL color Cylindrical-coordinate representation of color #FF4769: hue angle of 348.91º 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 #FF4769 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 105 | - |
| CMYK | 0 | 0.72 | 0.59 | 0 |
| HSL | 348.91º | 1% | 0.64% | - |
| HSV(B) | 348.91º | 0.72% | 1% | - |
| XYZ | 46.04 | 26.79 | 16.11 | - |
| YUV | 129.89 | 113.96 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 105 | 0 | 0.72 | 0.59 | 0 | 348.91 | 1 | 0.64 |
| Hex | FF | 47 | 69 | 0 | 48 | 3B | 0 | 15D | 64 | 40 |
| Octal | 377 | 107 | 151 | 0 | 110 | 73 | 0 | 535 | 144 | 100 |
| Binary | 11111111 | 1000111 | 1101001 | 0 | 1001000 | 111011 | 0 | 101011101 | 1100100 | 1000000 |
Color Harmonies of #FF4769
Complementary color
Monochromatic Colors of #FF4769
Black with #FF4769
Text Example
Text Example
White with #FF4769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4769; }
p { color: rgb(255,71,105); }
H1.HeaderClassName
{
color: #FF4769;
}
.AnyTagClassName
{
color: #FF4769;
}
</style>
background-color css
<style>
a { background-color: #FF4769; }
a { background-color: rgb(255,71,105); }
div.DivClassName
{
background-color: #FF4769;
}
.BgClassName
{
background-color: #FF4769;
}
</style>
border-color css
<style>
span { border-color: #FF4769; }
span { border-color: rgb(255,71,105); }
td.TdClassName
{
border-color: #FF4769;
}
.TagClassName
{
border-color: #FF4769;
}
</style>