Shades of Radical Red #FA3265
Tints of Radical Red #FA3265
RGB
CMYK
RGB Variations
Color information
#FA3265 (or 0xFA3265) is known color: Radical Red. HEX triplet: FA, 32 and 65. RGB value is (250,50,101). Sum of RGB (Red+Green+Blue) = 250+50+101=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 50 (19.92% from 255 or 12.47% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3265 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3265 is #05CD9A. Grayscale: #737373. Windows color (decimal): -380315 or 6632186. OLE color: 6632186.
HSL color Cylindrical-coordinate representation of color #FA3265: hue angle of 344.7º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FA3265 is Cyan = 0, Magento = 0.8, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 101 | - |
| CMYK | 0 | 0.8 | 0.60 | 0.02 |
| HSL | 344.7º | 0.95% | 0.59% | - |
| HSV(B) | 344.7º | 0.8% | 0.98% | - |
| XYZ | 42.91 | 23.54 | 14.59 | - |
| YUV | 115.61 | 119.76 | 223.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 101 | 0 | 0.8 | 0.60 | 0.02 | 344.7 | 0.95 | 0.59 |
| Hex | FA | 32 | 65 | 0 | 50 | 3C | 2 | 159 | 5F | 3B |
| Octal | 372 | 62 | 145 | 0 | 120 | 74 | 2 | 531 | 137 | 73 |
| Binary | 11111010 | 110010 | 1100101 | 0 | 1010000 | 111100 | 10 | 101011001 | 1011111 | 111011 |
Color Harmonies of #FA3265
Complementary color
Monochromatic Colors of #FA3265
Black with #FA3265
Text Example
Text Example
White with #FA3265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3265; }
p { color: rgb(250,50,101); }
H1.HeaderClassName
{
color: #FA3265;
}
.AnyTagClassName
{
color: #FA3265;
}
</style>
background-color css
<style>
a { background-color: #FA3265; }
a { background-color: rgb(250,50,101); }
div.DivClassName
{
background-color: #FA3265;
}
.BgClassName
{
background-color: #FA3265;
}
</style>
border-color css
<style>
span { border-color: #FA3265; }
span { border-color: rgb(250,50,101); }
td.TdClassName
{
border-color: #FA3265;
}
.TagClassName
{
border-color: #FA3265;
}
</style>