Shades of Radical Red #FA435B
Tints of Radical Red #FA435B
RGB
CMYK
RGB Variations
Color information
#FA435B (or 0xFA435B) is known color: Radical Red. HEX triplet: FA, 43 and 5B. RGB value is (250,67,91). Sum of RGB (Red+Green+Blue) = 250+67+91=408 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.27% from 408); Green value is 67 (26.56% from 255 or 16.42% from 408); Blue value is 91 (35.94% from 255 or 22.30% from 408); Max value from RGB is 250 - color contains mainly: red. Hex color #FA435B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA435B is #05BCA4. Grayscale: #7C7C7C. Windows color (decimal): -375973 or 5981178. OLE color: 5981178.
HSL color Cylindrical-coordinate representation of color #FA435B: hue angle of 352.13º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA435B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 91 | - |
| CMYK | 0 | 0.73 | 0.64 | 0.02 |
| HSL | 352.13º | 0.95% | 0.62% | - |
| HSV(B) | 352.13º | 0.73% | 0.98% | - |
| XYZ | 43.32 | 25.09 | 12.46 | - |
| YUV | 124.45 | 109.13 | 217.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 91 | 0 | 0.73 | 0.64 | 0.02 | 352.13 | 0.95 | 0.62 |
| Hex | FA | 43 | 5B | 0 | 49 | 40 | 2 | 160 | 5F | 3E |
| Octal | 372 | 103 | 133 | 0 | 111 | 100 | 2 | 540 | 137 | 76 |
| Binary | 11111010 | 1000011 | 1011011 | 0 | 1001001 | 1000000 | 10 | 101100000 | 1011111 | 111110 |
Color Harmonies of #FA435B
Complementary color
Monochromatic Colors of #FA435B
Black with #FA435B
Text Example
Text Example
White with #FA435B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA435B; }
p { color: rgb(250,67,91); }
H1.HeaderClassName
{
color: #FA435B;
}
.AnyTagClassName
{
color: #FA435B;
}
</style>
background-color css
<style>
a { background-color: #FA435B; }
a { background-color: rgb(250,67,91); }
div.DivClassName
{
background-color: #FA435B;
}
.BgClassName
{
background-color: #FA435B;
}
</style>
border-color css
<style>
span { border-color: #FA435B; }
span { border-color: rgb(250,67,91); }
td.TdClassName
{
border-color: #FA435B;
}
.TagClassName
{
border-color: #FA435B;
}
</style>