Shades of Radical Red #FA3D4A
Tints of Radical Red #FA3D4A
RGB
CMYK
RGB Variations
Color information
#FA3D4A (or 0xFA3D4A) is known color: Radical Red. HEX triplet: FA, 3D and 4A. RGB value is (250,61,74). Sum of RGB (Red+Green+Blue) = 250+61+74=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 61 (24.22% from 255 or 15.84% from 385); Blue value is 74 (29.30% from 255 or 19.22% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D4A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D4A is #05C2B5. Grayscale: #777777. Windows color (decimal): -377526 or 4865530. OLE color: 4865530.
HSL color Cylindrical-coordinate representation of color #FA3D4A: hue angle of 355.87º 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 #FA3D4A is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 74 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.02 |
| HSL | 355.87º | 0.95% | 0.61% | - |
| HSV(B) | 355.87º | 0.76% | 0.98% | - |
| XYZ | 42.33 | 24.16 | 8.91 | - |
| YUV | 118.99 | 102.62 | 221.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 74 | 0 | 0.76 | 0.70 | 0.02 | 355.87 | 0.95 | 0.61 |
| Hex | FA | 3D | 4A | 0 | 4C | 46 | 2 | 164 | 5F | 3D |
| Octal | 372 | 75 | 112 | 0 | 114 | 106 | 2 | 544 | 137 | 75 |
| Binary | 11111010 | 111101 | 1001010 | 0 | 1001100 | 1000110 | 10 | 101100100 | 1011111 | 111101 |
Color Harmonies of #FA3D4A
Complementary color
Monochromatic Colors of #FA3D4A
Black with #FA3D4A
Text Example
Text Example
White with #FA3D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3D4A; }
p { color: rgb(250,61,74); }
H1.HeaderClassName
{
color: #FA3D4A;
}
.AnyTagClassName
{
color: #FA3D4A;
}
</style>
background-color css
<style>
a { background-color: #FA3D4A; }
a { background-color: rgb(250,61,74); }
div.DivClassName
{
background-color: #FA3D4A;
}
.BgClassName
{
background-color: #FA3D4A;
}
</style>
border-color css
<style>
span { border-color: #FA3D4A; }
span { border-color: rgb(250,61,74); }
td.TdClassName
{
border-color: #FA3D4A;
}
.TagClassName
{
border-color: #FA3D4A;
}
</style>