Shades of Radical Red #F3486A
Tints of Radical Red #F3486A
RGB
CMYK
RGB Variations
Color information
#F3486A (or 0xF3486A) is known color: Radical Red. HEX triplet: F3, 48 and 6A. RGB value is (243,72,106). Sum of RGB (Red+Green+Blue) = 243+72+106=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 106 (41.80% from 255 or 25.18% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F3486A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3486A is #0CB795. Grayscale: #7F7F7F. Windows color (decimal): -833430 or 6965491. OLE color: 6965491.
HSL color Cylindrical-coordinate representation of color #F3486A: hue angle of 348.07º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F3486A is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 72 | 106 | - |
| CMYK | 0 | 0.70 | 0.56 | 0.05 |
| HSL | 348.07º | 0.88% | 0.62% | - |
| HSV(B) | 348.07º | 0.7% | 0.95% | - |
| XYZ | 41.88 | 24.73 | 16.2 | - |
| YUV | 127.01 | 116.15 | 210.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 72 | 106 | 0 | 0.70 | 0.56 | 0.05 | 348.07 | 0.88 | 0.62 |
| Hex | F3 | 48 | 6A | 0 | 46 | 38 | 5 | 15C | 58 | 3E |
| Octal | 363 | 110 | 152 | 0 | 106 | 70 | 5 | 534 | 130 | 76 |
| Binary | 11110011 | 1001000 | 1101010 | 0 | 1000110 | 111000 | 101 | 101011100 | 1011000 | 111110 |
Color Harmonies of #F3486A
Complementary color
Monochromatic Colors of #F3486A
Black with #F3486A
Text Example
Text Example
White with #F3486A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3486A; }
p { color: rgb(243,72,106); }
H1.HeaderClassName
{
color: #F3486A;
}
.AnyTagClassName
{
color: #F3486A;
}
</style>
background-color css
<style>
a { background-color: #F3486A; }
a { background-color: rgb(243,72,106); }
div.DivClassName
{
background-color: #F3486A;
}
.BgClassName
{
background-color: #F3486A;
}
</style>
border-color css
<style>
span { border-color: #F3486A; }
span { border-color: rgb(243,72,106); }
td.TdClassName
{
border-color: #F3486A;
}
.TagClassName
{
border-color: #F3486A;
}
</style>