Shades of Radical Red #F43465
Tints of Radical Red #F43465
RGB
CMYK
RGB Variations
Color information
#F43465 (or 0xF43465) is known color: Radical Red. HEX triplet: F4, 34 and 65. RGB value is (244,52,101). Sum of RGB (Red+Green+Blue) = 244+52+101=397 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.46% from 397); Green value is 52 (20.70% from 255 or 13.10% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 244 - color contains mainly: red. Hex color #F43465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43465 is #0BCB9A. Grayscale: #727272. Windows color (decimal): -773019 or 6632692. OLE color: 6632692.
HSL color Cylindrical-coordinate representation of color #F43465: hue angle of 344.69º 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 #F43465 is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 52 | 101 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.04 |
| HSL | 344.69º | 0.9% | 0.58% | - |
| HSV(B) | 344.69º | 0.79% | 0.96% | - |
| XYZ | 40.89 | 22.63 | 14.52 | - |
| YUV | 114.99 | 120.11 | 220.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 52 | 101 | 0 | 0.79 | 0.59 | 0.04 | 344.69 | 0.9 | 0.58 |
| Hex | F4 | 34 | 65 | 0 | 4F | 3B | 4 | 159 | 5A | 3A |
| Octal | 364 | 64 | 145 | 0 | 117 | 73 | 4 | 531 | 132 | 72 |
| Binary | 11110100 | 110100 | 1100101 | 0 | 1001111 | 111011 | 100 | 101011001 | 1011010 | 111010 |
Color Harmonies of #F43465
Complementary color
Monochromatic Colors of #F43465
Black with #F43465
Text Example
Text Example
White with #F43465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43465; }
p { color: rgb(244,52,101); }
H1.HeaderClassName
{
color: #F43465;
}
.AnyTagClassName
{
color: #F43465;
}
</style>
background-color css
<style>
a { background-color: #F43465; }
a { background-color: rgb(244,52,101); }
div.DivClassName
{
background-color: #F43465;
}
.BgClassName
{
background-color: #F43465;
}
</style>
border-color css
<style>
span { border-color: #F43465; }
span { border-color: rgb(244,52,101); }
td.TdClassName
{
border-color: #F43465;
}
.TagClassName
{
border-color: #F43465;
}
</style>