Shades of Radical Red #FA435F
Tints of Radical Red #FA435F
RGB
CMYK
RGB Variations
Color information
#FA435F (or 0xFA435F) is known color: Radical Red. HEX triplet: FA, 43 and 5F. RGB value is (250,67,95). Sum of RGB (Red+Green+Blue) = 250+67+95=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 95 (37.5% from 255 or 23.06% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA435F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA435F is #05BCA0. Grayscale: #7C7C7C. Windows color (decimal): -375969 or 6243322. OLE color: 6243322.
HSL color Cylindrical-coordinate representation of color #FA435F: hue angle of 350.82º 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 #FA435F is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 95 | - |
| CMYK | 0 | 0.73 | 0.62 | 0.02 |
| HSL | 350.82º | 0.95% | 0.62% | - |
| HSV(B) | 350.82º | 0.73% | 0.98% | - |
| XYZ | 43.5 | 25.16 | 13.39 | - |
| YUV | 124.91 | 111.13 | 217.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 95 | 0 | 0.73 | 0.62 | 0.02 | 350.82 | 0.95 | 0.62 |
| Hex | FA | 43 | 5F | 0 | 49 | 3E | 2 | 15F | 5F | 3E |
| Octal | 372 | 103 | 137 | 0 | 111 | 76 | 2 | 537 | 137 | 76 |
| Binary | 11111010 | 1000011 | 1011111 | 0 | 1001001 | 111110 | 10 | 101011111 | 1011111 | 111110 |
Color Harmonies of #FA435F
Complementary color
Monochromatic Colors of #FA435F
Black with #FA435F
Text Example
Text Example
White with #FA435F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA435F; }
p { color: rgb(250,67,95); }
H1.HeaderClassName
{
color: #FA435F;
}
.AnyTagClassName
{
color: #FA435F;
}
</style>
background-color css
<style>
a { background-color: #FA435F; }
a { background-color: rgb(250,67,95); }
div.DivClassName
{
background-color: #FA435F;
}
.BgClassName
{
background-color: #FA435F;
}
</style>
border-color css
<style>
span { border-color: #FA435F; }
span { border-color: rgb(250,67,95); }
td.TdClassName
{
border-color: #FA435F;
}
.TagClassName
{
border-color: #FA435F;
}
</style>