Shades of Radical Red #FA3649
Tints of Radical Red #FA3649
RGB
CMYK
RGB Variations
Color information
#FA3649 (or 0xFA3649) is known color: Radical Red. HEX triplet: FA, 36 and 49. RGB value is (250,54,73). Sum of RGB (Red+Green+Blue) = 250+54+73=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 54 (21.48% from 255 or 14.32% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3649 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3649 is #05C9B6. Grayscale: #727272. Windows color (decimal): -379319 or 4798202. OLE color: 4798202.
HSL color Cylindrical-coordinate representation of color #FA3649: hue angle of 354.18º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FA3649 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 73 | - |
| CMYK | 0 | 0.78 | 0.71 | 0.02 |
| HSL | 354.18º | 0.95% | 0.6% | - |
| HSV(B) | 354.18º | 0.78% | 0.98% | - |
| XYZ | 41.95 | 23.44 | 8.62 | - |
| YUV | 114.77 | 104.43 | 224.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 73 | 0 | 0.78 | 0.71 | 0.02 | 354.18 | 0.95 | 0.6 |
| Hex | FA | 36 | 49 | 0 | 4E | 47 | 2 | 162 | 5F | 3C |
| Octal | 372 | 66 | 111 | 0 | 116 | 107 | 2 | 542 | 137 | 74 |
| Binary | 11111010 | 110110 | 1001001 | 0 | 1001110 | 1000111 | 10 | 101100010 | 1011111 | 111100 |
Color Harmonies of #FA3649
Complementary color
Monochromatic Colors of #FA3649
Black with #FA3649
Text Example
Text Example
White with #FA3649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3649; }
p { color: rgb(250,54,73); }
H1.HeaderClassName
{
color: #FA3649;
}
.AnyTagClassName
{
color: #FA3649;
}
</style>
background-color css
<style>
a { background-color: #FA3649; }
a { background-color: rgb(250,54,73); }
div.DivClassName
{
background-color: #FA3649;
}
.BgClassName
{
background-color: #FA3649;
}
</style>
border-color css
<style>
span { border-color: #FA3649; }
span { border-color: rgb(250,54,73); }
td.TdClassName
{
border-color: #FA3649;
}
.TagClassName
{
border-color: #FA3649;
}
</style>