Shades of Radical Red #FF4469
Tints of Radical Red #FF4469
RGB
CMYK
RGB Variations
Color information
#FF4469 (or 0xFF4469) is known color: Radical Red. HEX triplet: FF, 44 and 69. RGB value is (255,68,105). Sum of RGB (Red+Green+Blue) = 255+68+105=428 (56% of max value = 765). Red value is 255 (100% from 255 or 59.58% from 428); Green value is 68 (26.95% from 255 or 15.89% from 428); Blue value is 105 (41.41% from 255 or 24.53% from 428); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4469 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF4469 is #00BB96. Grayscale: #808080. Windows color (decimal): -48023 or 6898943. OLE color: 6898943.
HSL color Cylindrical-coordinate representation of color #FF4469: hue angle of 348.13º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FF4469 is Cyan = 0, Magento = 0.73, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 105 | - |
| CMYK | 0 | 0.73 | 0.59 | 0 |
| HSL | 348.13º | 1% | 0.63% | - |
| HSV(B) | 348.13º | 0.73% | 1% | - |
| XYZ | 45.86 | 26.41 | 16.05 | - |
| YUV | 128.13 | 114.95 | 218.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 105 | 0 | 0.73 | 0.59 | 0 | 348.13 | 1 | 0.63 |
| Hex | FF | 44 | 69 | 0 | 49 | 3B | 0 | 15C | 64 | 3F |
| Octal | 377 | 104 | 151 | 0 | 111 | 73 | 0 | 534 | 144 | 77 |
| Binary | 11111111 | 1000100 | 1101001 | 0 | 1001001 | 111011 | 0 | 101011100 | 1100100 | 111111 |
Color Harmonies of #FF4469
Complementary color
Monochromatic Colors of #FF4469
Black with #FF4469
Text Example
Text Example
White with #FF4469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4469; }
p { color: rgb(255,68,105); }
H1.HeaderClassName
{
color: #FF4469;
}
.AnyTagClassName
{
color: #FF4469;
}
</style>
background-color css
<style>
a { background-color: #FF4469; }
a { background-color: rgb(255,68,105); }
div.DivClassName
{
background-color: #FF4469;
}
.BgClassName
{
background-color: #FF4469;
}
</style>
border-color css
<style>
span { border-color: #FF4469; }
span { border-color: rgb(255,68,105); }
td.TdClassName
{
border-color: #FF4469;
}
.TagClassName
{
border-color: #FF4469;
}
</style>