Shades of Radical Red #F43466
Tints of Radical Red #F43466
RGB
CMYK
RGB Variations
Color information
#F43466 (or 0xF43466) is known color: Radical Red. HEX triplet: F4, 34 and 66. RGB value is (244,52,102). Sum of RGB (Red+Green+Blue) = 244+52+102=398 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.31% from 398); Green value is 52 (20.70% from 255 or 13.07% from 398); Blue value is 102 (40.23% from 255 or 25.63% from 398); Max value from RGB is 244 - color contains mainly: red. Hex color #F43466 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43466 is #0BCB99. Grayscale: #737373. Windows color (decimal): -773018 or 6698228. OLE color: 6698228.
HSL color Cylindrical-coordinate representation of color #F43466: hue angle of 344.38º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F43466 is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 102 | - |
| CMYK | 0 | 0.79 | 0.58 | 0.04 |
| HSL | 344.38º | 0.9% | 0.58% | - |
| HSV(B) | 344.38º | 0.79% | 0.96% | - |
| XYZ | 40.93 | 22.65 | 14.78 | - |
| YUV | 115.11 | 120.61 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 102 | 0 | 0.79 | 0.58 | 0.04 | 344.38 | 0.9 | 0.58 |
| Hex | F4 | 34 | 66 | 0 | 4F | 3A | 4 | 158 | 5A | 3A |
| Octal | 364 | 64 | 146 | 0 | 117 | 72 | 4 | 530 | 132 | 72 |
| Binary | 11110100 | 110100 | 1100110 | 0 | 1001111 | 111010 | 100 | 101011000 | 1011010 | 111010 |
Color Harmonies of #F43466
Complementary color
Monochromatic Colors of #F43466
Black with #F43466
Text Example
Text Example
White with #F43466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43466; }
p { color: rgb(244,52,102); }
H1.HeaderClassName
{
color: #F43466;
}
.AnyTagClassName
{
color: #F43466;
}
</style>
background-color css
<style>
a { background-color: #F43466; }
a { background-color: rgb(244,52,102); }
div.DivClassName
{
background-color: #F43466;
}
.BgClassName
{
background-color: #F43466;
}
</style>
border-color css
<style>
span { border-color: #F43466; }
span { border-color: rgb(244,52,102); }
td.TdClassName
{
border-color: #F43466;
}
.TagClassName
{
border-color: #F43466;
}
</style>