Shades of Radical Red #F3474C
Tints of Radical Red #F3474C
RGB
CMYK
RGB Variations
Color information
#F3474C (or 0xF3474C) is known color: Radical Red. HEX triplet: F3, 47 and 4C. RGB value is (243,71,76). Sum of RGB (Red+Green+Blue) = 243+71+76=390 (51% of max value = 765). Red value is 243 (95.31% from 255 or 62.31% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 243 - color contains mainly: red. Hex color #F3474C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F3474C is #0CB8B3. Grayscale: #7B7B7B. Windows color (decimal): -833716 or 4999155. OLE color: 4999155.
HSL color Cylindrical-coordinate representation of color #F3474C: hue angle of 358.26º 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 #F3474C is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 71 | 76 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.05 |
| HSL | 358.26º | 0.88% | 0.62% | - |
| HSV(B) | 358.26º | 0.71% | 0.95% | - |
| XYZ | 40.52 | 24.08 | 9.35 | - |
| YUV | 123 | 101.48 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 71 | 76 | 0 | 0.71 | 0.69 | 0.05 | 358.26 | 0.88 | 0.62 |
| Hex | F3 | 47 | 4C | 0 | 47 | 45 | 5 | 166 | 58 | 3E |
| Octal | 363 | 107 | 114 | 0 | 107 | 105 | 5 | 546 | 130 | 76 |
| Binary | 11110011 | 1000111 | 1001100 | 0 | 1000111 | 1000101 | 101 | 101100110 | 1011000 | 111110 |
Color Harmonies of #F3474C
Complementary color
Monochromatic Colors of #F3474C
Black with #F3474C
Text Example
Text Example
White with #F3474C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3474C; }
p { color: rgb(243,71,76); }
H1.HeaderClassName
{
color: #F3474C;
}
.AnyTagClassName
{
color: #F3474C;
}
</style>
background-color css
<style>
a { background-color: #F3474C; }
a { background-color: rgb(243,71,76); }
div.DivClassName
{
background-color: #F3474C;
}
.BgClassName
{
background-color: #F3474C;
}
</style>
border-color css
<style>
span { border-color: #F3474C; }
span { border-color: rgb(243,71,76); }
td.TdClassName
{
border-color: #F3474C;
}
.TagClassName
{
border-color: #F3474C;
}
</style>