Shades of Radical Red #FA3256
Tints of Radical Red #FA3256
RGB
CMYK
RGB Variations
Color information
#FA3256 (or 0xFA3256) is known color: Radical Red. HEX triplet: FA, 32 and 56. RGB value is (250,50,86). Sum of RGB (Red+Green+Blue) = 250+50+86=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 86 (33.98% from 255 or 22.28% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3256 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3256 is #05CDA9. Grayscale: #717171. Windows color (decimal): -380330 or 5649146. OLE color: 5649146.
HSL color Cylindrical-coordinate representation of color #FA3256: hue angle of 349.2º 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 #FA3256 is Cyan = 0, Magento = 0.8, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 50 | 86 | - |
| CMYK | 0 | 0.8 | 0.66 | 0.02 |
| HSL | 349.2º | 0.95% | 0.59% | - |
| HSV(B) | 349.2º | 0.8% | 0.98% | - |
| XYZ | 42.24 | 23.28 | 11.07 | - |
| YUV | 113.9 | 112.26 | 225.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 50 | 86 | 0 | 0.8 | 0.66 | 0.02 | 349.2 | 0.95 | 0.59 |
| Hex | FA | 32 | 56 | 0 | 50 | 42 | 2 | 15D | 5F | 3B |
| Octal | 372 | 62 | 126 | 0 | 120 | 102 | 2 | 535 | 137 | 73 |
| Binary | 11111010 | 110010 | 1010110 | 0 | 1010000 | 1000010 | 10 | 101011101 | 1011111 | 111011 |
Color Harmonies of #FA3256
Complementary color
Monochromatic Colors of #FA3256
Black with #FA3256
Text Example
Text Example
White with #FA3256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3256; }
p { color: rgb(250,50,86); }
H1.HeaderClassName
{
color: #FA3256;
}
.AnyTagClassName
{
color: #FA3256;
}
</style>
background-color css
<style>
a { background-color: #FA3256; }
a { background-color: rgb(250,50,86); }
div.DivClassName
{
background-color: #FA3256;
}
.BgClassName
{
background-color: #FA3256;
}
</style>
border-color css
<style>
span { border-color: #FA3256; }
span { border-color: rgb(250,50,86); }
td.TdClassName
{
border-color: #FA3256;
}
.TagClassName
{
border-color: #FA3256;
}
</style>