Shades of Radical Red #F43375
Tints of Radical Red #F43375
RGB
CMYK
RGB Variations
Color information
#F43375 (or 0xF43375) is known color: Radical Red. HEX triplet: F4, 33 and 75. RGB value is (244,51,117). Sum of RGB (Red+Green+Blue) = 244+51+117=412 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.22% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 244 - color contains mainly: red. Hex color #F43375 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F43375 is #0BCC8A. Grayscale: #747474. Windows color (decimal): -773259 or 7681012. OLE color: 7681012.
HSL color Cylindrical-coordinate representation of color #F43375: hue angle of 339.48º 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 #F43375 is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 51 | 117 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.04 |
| HSL | 339.48º | 0.9% | 0.58% | - |
| HSV(B) | 339.48º | 0.79% | 0.96% | - |
| XYZ | 41.7 | 22.89 | 19.05 | - |
| YUV | 116.23 | 128.44 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 51 | 117 | 0 | 0.79 | 0.52 | 0.04 | 339.48 | 0.9 | 0.58 |
| Hex | F4 | 33 | 75 | 0 | 4F | 34 | 4 | 153 | 5A | 3A |
| Octal | 364 | 63 | 165 | 0 | 117 | 64 | 4 | 523 | 132 | 72 |
| Binary | 11110100 | 110011 | 1110101 | 0 | 1001111 | 110100 | 100 | 101010011 | 1011010 | 111010 |
Color Harmonies of #F43375
Complementary color
Monochromatic Colors of #F43375
Black with #F43375
Text Example
Text Example
White with #F43375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F43375; }
p { color: rgb(244,51,117); }
H1.HeaderClassName
{
color: #F43375;
}
.AnyTagClassName
{
color: #F43375;
}
</style>
background-color css
<style>
a { background-color: #F43375; }
a { background-color: rgb(244,51,117); }
div.DivClassName
{
background-color: #F43375;
}
.BgClassName
{
background-color: #F43375;
}
</style>
border-color css
<style>
span { border-color: #F43375; }
span { border-color: rgb(244,51,117); }
td.TdClassName
{
border-color: #F43375;
}
.TagClassName
{
border-color: #F43375;
}
</style>