Shades of Radical Red #FA3264
Tints of Radical Red #FA3264
RGB
CMYK
RGB Variations
Color information
#FA3264 (or 0xFA3264) is known color: Radical Red. HEX triplet: FA, 32 and 64. RGB value is (250,50,100). Sum of RGB (Red+Green+Blue) = 250+50+100=400 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.5% from 400); Green value is 50 (19.92% from 255 or 12.5% from 400); Blue value is 100 (39.45% from 255 or 25% from 400); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3264 is #05CD9B. Grayscale: #737373. Windows color (decimal): -380316 or 6566650. OLE color: 6566650.
HSL color Cylindrical-coordinate representation of color #FA3264: hue angle of 345º 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 #FA3264 is Cyan = 0, Magento = 0.8, Yellow = 0.6 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 100 | - |
| CMYK | 0 | 0.8 | 0.6 | 0.02 |
| HSL | 345º | 0.95% | 0.59% | - |
| HSV(B) | 345º | 0.8% | 0.98% | - |
| XYZ | 42.87 | 23.53 | 14.34 | - |
| YUV | 115.5 | 119.26 | 223.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 100 | 0 | 0.8 | 0.6 | 0.02 | 345 | 0.95 | 0.59 |
| Hex | FA | 32 | 64 | 0 | 50 | 3C | 2 | 159 | 5F | 3B |
| Octal | 372 | 62 | 144 | 0 | 120 | 74 | 2 | 531 | 137 | 73 |
| Binary | 11111010 | 110010 | 1100100 | 0 | 1010000 | 111100 | 10 | 101011001 | 1011111 | 111011 |
Color Harmonies of #FA3264
Complementary color
Monochromatic Colors of #FA3264
Black with #FA3264
Text Example
Text Example
White with #FA3264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3264; }
p { color: rgb(250,50,100); }
H1.HeaderClassName
{
color: #FA3264;
}
.AnyTagClassName
{
color: #FA3264;
}
</style>
background-color css
<style>
a { background-color: #FA3264; }
a { background-color: rgb(250,50,100); }
div.DivClassName
{
background-color: #FA3264;
}
.BgClassName
{
background-color: #FA3264;
}
</style>
border-color css
<style>
span { border-color: #FA3264; }
span { border-color: rgb(250,50,100); }
td.TdClassName
{
border-color: #FA3264;
}
.TagClassName
{
border-color: #FA3264;
}
</style>