Shades of Radical Red #FA3D70
Tints of Radical Red #FA3D70
RGB
CMYK
RGB Variations
Color information
#FA3D70 (or 0xFA3D70) is known color: Radical Red. HEX triplet: FA, 3D and 70. RGB value is (250,61,112). Sum of RGB (Red+Green+Blue) = 250+61+112=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 61 (24.22% from 255 or 14.42% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D70 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3D70 is #05C28F. Grayscale: #7B7B7B. Windows color (decimal): -377488 or 7355898. OLE color: 7355898.
HSL color Cylindrical-coordinate representation of color #FA3D70: hue angle of 343.81º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3D70 is Cyan = 0, Magento = 0.76, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 112 | - |
| CMYK | 0 | 0.76 | 0.55 | 0.02 |
| HSL | 343.81º | 0.95% | 0.61% | - |
| HSV(B) | 343.81º | 0.76% | 0.98% | - |
| XYZ | 44.02 | 24.83 | 17.8 | - |
| YUV | 123.33 | 121.62 | 218.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 112 | 0 | 0.76 | 0.55 | 0.02 | 343.81 | 0.95 | 0.61 |
| Hex | FA | 3D | 70 | 0 | 4C | 37 | 2 | 158 | 5F | 3D |
| Octal | 372 | 75 | 160 | 0 | 114 | 67 | 2 | 530 | 137 | 75 |
| Binary | 11111010 | 111101 | 1110000 | 0 | 1001100 | 110111 | 10 | 101011000 | 1011111 | 111101 |
Color Harmonies of #FA3D70
Complementary color
Monochromatic Colors of #FA3D70
Black with #FA3D70
Text Example
Text Example
White with #FA3D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3D70; }
p { color: rgb(250,61,112); }
H1.HeaderClassName
{
color: #FA3D70;
}
.AnyTagClassName
{
color: #FA3D70;
}
</style>
background-color css
<style>
a { background-color: #FA3D70; }
a { background-color: rgb(250,61,112); }
div.DivClassName
{
background-color: #FA3D70;
}
.BgClassName
{
background-color: #FA3D70;
}
</style>
border-color css
<style>
span { border-color: #FA3D70; }
span { border-color: rgb(250,61,112); }
td.TdClassName
{
border-color: #FA3D70;
}
.TagClassName
{
border-color: #FA3D70;
}
</style>