Shades of Radical Red #F3465F
Tints of Radical Red #F3465F
RGB
CMYK
RGB Variations
Color information
#F3465F (or 0xF3465F) is known color: Radical Red. HEX triplet: F3, 46 and 5F. RGB value is (243,70,95). Sum of RGB (Red+Green+Blue) = 243+70+95=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 95 (37.5% from 255 or 23.28% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F3465F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #F3465F is #0CB9A0. Grayscale: #7C7C7C. Windows color (decimal): -833953 or 6244083. OLE color: 6244083.
HSL color Cylindrical-coordinate representation of color #F3465F: hue angle of 351.33º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F3465F is Cyan = 0, Magento = 0.71, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 70 | 95 | - |
| CMYK | 0 | 0.71 | 0.61 | 0.05 |
| HSL | 351.33º | 0.88% | 0.61% | - |
| HSV(B) | 351.33º | 0.71% | 0.95% | - |
| XYZ | 41.22 | 24.26 | 13.34 | - |
| YUV | 124.58 | 111.31 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 70 | 95 | 0 | 0.71 | 0.61 | 0.05 | 351.33 | 0.88 | 0.61 |
| Hex | F3 | 46 | 5F | 0 | 47 | 3D | 5 | 15F | 58 | 3D |
| Octal | 363 | 106 | 137 | 0 | 107 | 75 | 5 | 537 | 130 | 75 |
| Binary | 11110011 | 1000110 | 1011111 | 0 | 1000111 | 111101 | 101 | 101011111 | 1011000 | 111101 |
Color Harmonies of #F3465F
Complementary color
Monochromatic Colors of #F3465F
Black with #F3465F
Text Example
Text Example
White with #F3465F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3465F; }
p { color: rgb(243,70,95); }
H1.HeaderClassName
{
color: #F3465F;
}
.AnyTagClassName
{
color: #F3465F;
}
</style>
background-color css
<style>
a { background-color: #F3465F; }
a { background-color: rgb(243,70,95); }
div.DivClassName
{
background-color: #F3465F;
}
.BgClassName
{
background-color: #F3465F;
}
</style>
border-color css
<style>
span { border-color: #F3465F; }
span { border-color: rgb(243,70,95); }
td.TdClassName
{
border-color: #F3465F;
}
.TagClassName
{
border-color: #F3465F;
}
</style>