Shades of Radical Red #FA404B
Tints of Radical Red #FA404B
RGB
CMYK
RGB Variations
Color information
#FA404B (or 0xFA404B) is known color: Radical Red. HEX triplet: FA, 40 and 4B. RGB value is (250,64,75). Sum of RGB (Red+Green+Blue) = 250+64+75=389 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.27% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 250 - color contains mainly: red. Hex color #FA404B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA404B is #05BFB4. Grayscale: #797979. Windows color (decimal): -376757 or 4931834. OLE color: 4931834.
HSL color Cylindrical-coordinate representation of color #FA404B: hue angle of 356.45º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA404B is Cyan = 0, Magento = 0.74, Yellow = 0.7 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 64 | 75 | - |
| CMYK | 0 | 0.74 | 0.7 | 0.02 |
| HSL | 356.45º | 0.95% | 0.62% | - |
| HSV(B) | 356.45º | 0.74% | 0.98% | - |
| XYZ | 42.53 | 24.5 | 9.14 | - |
| YUV | 120.87 | 102.12 | 220.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 64 | 75 | 0 | 0.74 | 0.7 | 0.02 | 356.45 | 0.95 | 0.62 |
| Hex | FA | 40 | 4B | 0 | 4A | 46 | 2 | 164 | 5F | 3E |
| Octal | 372 | 100 | 113 | 0 | 112 | 106 | 2 | 544 | 137 | 76 |
| Binary | 11111010 | 1000000 | 1001011 | 0 | 1001010 | 1000110 | 10 | 101100100 | 1011111 | 111110 |
Color Harmonies of #FA404B
Complementary color
Monochromatic Colors of #FA404B
Black with #FA404B
Text Example
Text Example
White with #FA404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA404B; }
p { color: rgb(250,64,75); }
H1.HeaderClassName
{
color: #FA404B;
}
.AnyTagClassName
{
color: #FA404B;
}
</style>
background-color css
<style>
a { background-color: #FA404B; }
a { background-color: rgb(250,64,75); }
div.DivClassName
{
background-color: #FA404B;
}
.BgClassName
{
background-color: #FA404B;
}
</style>
border-color css
<style>
span { border-color: #FA404B; }
span { border-color: rgb(250,64,75); }
td.TdClassName
{
border-color: #FA404B;
}
.TagClassName
{
border-color: #FA404B;
}
</style>