Shades of Radical Red #FF4566
Tints of Radical Red #FF4566
RGB
CMYK
RGB Variations
Color information
#FF4566 (or 0xFF4566) is known color: Radical Red. HEX triplet: FF, 45 and 66. RGB value is (255,69,102). Sum of RGB (Red+Green+Blue) = 255+69+102=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 102 (40.23% from 255 or 23.94% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4566 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4566 is #00BA99. Grayscale: #808080. Windows color (decimal): -47770 or 6702591. OLE color: 6702591.
HSL color Cylindrical-coordinate representation of color #FF4566: hue angle of 349.35º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4566 is Cyan = 0, Magento = 0.73, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 102 | - |
| CMYK | 0 | 0.73 | 0.6 | 0 |
| HSL | 349.35º | 1% | 0.64% | - |
| HSV(B) | 349.35º | 0.73% | 1% | - |
| XYZ | 45.77 | 26.48 | 15.27 | - |
| YUV | 128.38 | 113.12 | 218.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 102 | 0 | 0.73 | 0.6 | 0 | 349.35 | 1 | 0.64 |
| Hex | FF | 45 | 66 | 0 | 49 | 3C | 0 | 15D | 64 | 40 |
| Octal | 377 | 105 | 146 | 0 | 111 | 74 | 0 | 535 | 144 | 100 |
| Binary | 11111111 | 1000101 | 1100110 | 0 | 1001001 | 111100 | 0 | 101011101 | 1100100 | 1000000 |
Color Harmonies of #FF4566
Complementary color
Monochromatic Colors of #FF4566
Black with #FF4566
Text Example
Text Example
White with #FF4566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4566; }
p { color: rgb(255,69,102); }
H1.HeaderClassName
{
color: #FF4566;
}
.AnyTagClassName
{
color: #FF4566;
}
</style>
background-color css
<style>
a { background-color: #FF4566; }
a { background-color: rgb(255,69,102); }
div.DivClassName
{
background-color: #FF4566;
}
.BgClassName
{
background-color: #FF4566;
}
</style>
border-color css
<style>
span { border-color: #FF4566; }
span { border-color: rgb(255,69,102); }
td.TdClassName
{
border-color: #FF4566;
}
.TagClassName
{
border-color: #FF4566;
}
</style>