Shades of Radical Red #FA3A68
Tints of Radical Red #FA3A68
RGB
CMYK
RGB Variations
Color information
#FA3A68 (or 0xFA3A68) is known color: Radical Red. HEX triplet: FA, 3A and 68. RGB value is (250,58,104). Sum of RGB (Red+Green+Blue) = 250+58+104=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 58 (23.05% from 255 or 14.08% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3A68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3A68 is #05C597. Grayscale: #787878. Windows color (decimal): -378264 or 6830842. OLE color: 6830842.
HSL color Cylindrical-coordinate representation of color #FA3A68: hue angle of 345.62º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3A68 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 104 | - |
| CMYK | 0 | 0.77 | 0.58 | 0.02 |
| HSL | 345.63º | 0.95% | 0.6% | - |
| HSV(B) | 345.63º | 0.77% | 0.98% | - |
| XYZ | 43.44 | 24.35 | 15.51 | - |
| YUV | 120.65 | 118.61 | 220.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 104 | 0 | 0.77 | 0.58 | 0.02 | 345.63 | 0.95 | 0.6 |
| Hex | FA | 3A | 68 | 0 | 4D | 3A | 2 | 15A | 5F | 3C |
| Octal | 372 | 72 | 150 | 0 | 115 | 72 | 2 | 532 | 137 | 74 |
| Binary | 11111010 | 111010 | 1101000 | 0 | 1001101 | 111010 | 10 | 101011010 | 1011111 | 111100 |
Color Harmonies of #FA3A68
Complementary color
Monochromatic Colors of #FA3A68
Black with #FA3A68
Text Example
Text Example
White with #FA3A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3A68; }
p { color: rgb(250,58,104); }
H1.HeaderClassName
{
color: #FA3A68;
}
.AnyTagClassName
{
color: #FA3A68;
}
</style>
background-color css
<style>
a { background-color: #FA3A68; }
a { background-color: rgb(250,58,104); }
div.DivClassName
{
background-color: #FA3A68;
}
.BgClassName
{
background-color: #FA3A68;
}
</style>
border-color css
<style>
span { border-color: #FA3A68; }
span { border-color: rgb(250,58,104); }
td.TdClassName
{
border-color: #FA3A68;
}
.TagClassName
{
border-color: #FA3A68;
}
</style>