Shades of Radical Red #FA3670
Tints of Radical Red #FA3670
RGB
CMYK
RGB Variations
Color information
#FA3670 (or 0xFA3670) is known color: Radical Red. HEX triplet: FA, 36 and 70. RGB value is (250,54,112). Sum of RGB (Red+Green+Blue) = 250+54+112=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 54 (21.48% from 255 or 12.98% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3670 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3670 is #05C98F. Grayscale: #777777. Windows color (decimal): -379280 or 7354106. OLE color: 7354106.
HSL color Cylindrical-coordinate representation of color #FA3670: hue angle of 342.24º 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 #FA3670 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 54 | 112 | - |
| CMYK | 0 | 0.78 | 0.55 | 0.02 |
| HSL | 342.24º | 0.95% | 0.6% | - |
| HSV(B) | 342.24º | 0.78% | 0.98% | - |
| XYZ | 43.67 | 24.13 | 17.69 | - |
| YUV | 119.22 | 123.93 | 221.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 54 | 112 | 0 | 0.78 | 0.55 | 0.02 | 342.24 | 0.95 | 0.6 |
| Hex | FA | 36 | 70 | 0 | 4E | 37 | 2 | 156 | 5F | 3C |
| Octal | 372 | 66 | 160 | 0 | 116 | 67 | 2 | 526 | 137 | 74 |
| Binary | 11111010 | 110110 | 1110000 | 0 | 1001110 | 110111 | 10 | 101010110 | 1011111 | 111100 |
Color Harmonies of #FA3670
Complementary color
Monochromatic Colors of #FA3670
Black with #FA3670
Text Example
Text Example
White with #FA3670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3670; }
p { color: rgb(250,54,112); }
H1.HeaderClassName
{
color: #FA3670;
}
.AnyTagClassName
{
color: #FA3670;
}
</style>
background-color css
<style>
a { background-color: #FA3670; }
a { background-color: rgb(250,54,112); }
div.DivClassName
{
background-color: #FA3670;
}
.BgClassName
{
background-color: #FA3670;
}
</style>
border-color css
<style>
span { border-color: #FA3670; }
span { border-color: rgb(250,54,112); }
td.TdClassName
{
border-color: #FA3670;
}
.TagClassName
{
border-color: #FA3670;
}
</style>