Shades of Radical Red #F34752
Tints of Radical Red #F34752
RGB
CMYK
RGB Variations
Color information
#F34752 (or 0xF34752) is known color: Radical Red. HEX triplet: F3, 47 and 52. RGB value is (243,71,82). Sum of RGB (Red+Green+Blue) = 243+71+82=396 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.36% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 243 - color contains mainly: red. Hex color #F34752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F34752 is #0CB8AD. Grayscale: #7B7B7B. Windows color (decimal): -833710 or 5392371. OLE color: 5392371.
HSL color Cylindrical-coordinate representation of color #F34752: hue angle of 356.16º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F34752 is Cyan = 0, Magento = 0.71, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 82 | - |
| CMYK | 0 | 0.71 | 0.66 | 0.05 |
| HSL | 356.16º | 0.88% | 0.62% | - |
| HSV(B) | 356.16º | 0.71% | 0.95% | - |
| XYZ | 40.74 | 24.17 | 10.5 | - |
| YUV | 123.68 | 104.48 | 213.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 82 | 0 | 0.71 | 0.66 | 0.05 | 356.16 | 0.88 | 0.62 |
| Hex | F3 | 47 | 52 | 0 | 47 | 42 | 5 | 164 | 58 | 3E |
| Octal | 363 | 107 | 122 | 0 | 107 | 102 | 5 | 544 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1010010 | 0 | 1000111 | 1000010 | 101 | 101100100 | 1011000 | 111110 |
Color Harmonies of #F34752
Complementary color
Monochromatic Colors of #F34752
Black with #F34752
Text Example
Text Example
White with #F34752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34752; }
p { color: rgb(243,71,82); }
H1.HeaderClassName
{
color: #F34752;
}
.AnyTagClassName
{
color: #F34752;
}
</style>
background-color css
<style>
a { background-color: #F34752; }
a { background-color: rgb(243,71,82); }
div.DivClassName
{
background-color: #F34752;
}
.BgClassName
{
background-color: #F34752;
}
</style>
border-color css
<style>
span { border-color: #F34752; }
span { border-color: rgb(243,71,82); }
td.TdClassName
{
border-color: #F34752;
}
.TagClassName
{
border-color: #F34752;
}
</style>