Shades of Radical Red #FA3B5A
Tints of Radical Red #FA3B5A
RGB
CMYK
RGB Variations
Color information
#FA3B5A (or 0xFA3B5A) is known color: Radical Red. HEX triplet: FA, 3B and 5A. RGB value is (250,59,90). Sum of RGB (Red+Green+Blue) = 250+59+90=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 90 (35.55% from 255 or 22.56% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3B5A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3B5A is #05C4A5. Grayscale: #777777. Windows color (decimal): -378022 or 5913594. OLE color: 5913594.
HSL color Cylindrical-coordinate representation of color #FA3B5A: hue angle of 350.26º 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 #FA3B5A is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 59 | 90 | - |
| CMYK | 0 | 0.76 | 0.64 | 0.02 |
| HSL | 350.26º | 0.95% | 0.61% | - |
| HSV(B) | 350.26º | 0.76% | 0.98% | - |
| XYZ | 42.83 | 24.19 | 12.08 | - |
| YUV | 119.64 | 111.28 | 220.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 59 | 90 | 0 | 0.76 | 0.64 | 0.02 | 350.26 | 0.95 | 0.61 |
| Hex | FA | 3B | 5A | 0 | 4C | 40 | 2 | 15E | 5F | 3D |
| Octal | 372 | 73 | 132 | 0 | 114 | 100 | 2 | 536 | 137 | 75 |
| Binary | 11111010 | 111011 | 1011010 | 0 | 1001100 | 1000000 | 10 | 101011110 | 1011111 | 111101 |
Color Harmonies of #FA3B5A
Complementary color
Monochromatic Colors of #FA3B5A
Black with #FA3B5A
Text Example
Text Example
White with #FA3B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3B5A; }
p { color: rgb(250,59,90); }
H1.HeaderClassName
{
color: #FA3B5A;
}
.AnyTagClassName
{
color: #FA3B5A;
}
</style>
background-color css
<style>
a { background-color: #FA3B5A; }
a { background-color: rgb(250,59,90); }
div.DivClassName
{
background-color: #FA3B5A;
}
.BgClassName
{
background-color: #FA3B5A;
}
</style>
border-color css
<style>
span { border-color: #FA3B5A; }
span { border-color: rgb(250,59,90); }
td.TdClassName
{
border-color: #FA3B5A;
}
.TagClassName
{
border-color: #FA3B5A;
}
</style>