Shades of Radical Red #FA3465
Tints of Radical Red #FA3465
RGB
CMYK
RGB Variations
Color information
#FA3465 (or 0xFA3465) is known color: Radical Red. HEX triplet: FA, 34 and 65. RGB value is (250,52,101). Sum of RGB (Red+Green+Blue) = 250+52+101=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 52 (20.70% from 255 or 12.90% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3465 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3465 is #05CB9A. Grayscale: #747474. Windows color (decimal): -379803 or 6632698. OLE color: 6632698.
HSL color Cylindrical-coordinate representation of color #FA3465: hue angle of 345.15º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3465 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 101 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.02 |
| HSL | 345.15º | 0.95% | 0.59% | - |
| HSV(B) | 345.15º | 0.79% | 0.98% | - |
| XYZ | 43 | 23.72 | 14.62 | - |
| YUV | 116.79 | 119.1 | 223.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 101 | 0 | 0.79 | 0.60 | 0.02 | 345.15 | 0.95 | 0.59 |
| Hex | FA | 34 | 65 | 0 | 4F | 3C | 2 | 159 | 5F | 3B |
| Octal | 372 | 64 | 145 | 0 | 117 | 74 | 2 | 531 | 137 | 73 |
| Binary | 11111010 | 110100 | 1100101 | 0 | 1001111 | 111100 | 10 | 101011001 | 1011111 | 111011 |
Color Harmonies of #FA3465
Complementary color
Monochromatic Colors of #FA3465
Black with #FA3465
Text Example
Text Example
White with #FA3465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3465; }
p { color: rgb(250,52,101); }
H1.HeaderClassName
{
color: #FA3465;
}
.AnyTagClassName
{
color: #FA3465;
}
</style>
background-color css
<style>
a { background-color: #FA3465; }
a { background-color: rgb(250,52,101); }
div.DivClassName
{
background-color: #FA3465;
}
.BgClassName
{
background-color: #FA3465;
}
</style>
border-color css
<style>
span { border-color: #FA3465; }
span { border-color: rgb(250,52,101); }
td.TdClassName
{
border-color: #FA3465;
}
.TagClassName
{
border-color: #FA3465;
}
</style>