Shades of Radical Red #FA3D42
Tints of Radical Red #FA3D42
RGB
CMYK
RGB Variations
Color information
#FA3D42 (or 0xFA3D42) is known color: Radical Red. HEX triplet: FA, 3D and 42. RGB value is (250,61,66). Sum of RGB (Red+Green+Blue) = 250+61+66=377 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.31% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 66 (26.17% from 255 or 17.51% from 377); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3D42 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA3D42 is #05C2BD. Grayscale: #767676. Windows color (decimal): -377534 or 4341242. OLE color: 4341242.
HSL color Cylindrical-coordinate representation of color #FA3D42: hue angle of 358.41º 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 #FA3D42 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 66 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.02 |
| HSL | 358.41º | 0.95% | 0.61% | - |
| HSV(B) | 358.41º | 0.76% | 0.98% | - |
| XYZ | 42.08 | 24.05 | 7.58 | - |
| YUV | 118.08 | 98.62 | 222.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 66 | 0 | 0.76 | 0.74 | 0.02 | 358.41 | 0.95 | 0.61 |
| Hex | FA | 3D | 42 | 0 | 4C | 4A | 2 | 166 | 5F | 3D |
| Octal | 372 | 75 | 102 | 0 | 114 | 112 | 2 | 546 | 137 | 75 |
| Binary | 11111010 | 111101 | 1000010 | 0 | 1001100 | 1001010 | 10 | 101100110 | 1011111 | 111101 |
Color Harmonies of #FA3D42
Complementary color
Monochromatic Colors of #FA3D42
Black with #FA3D42
Text Example
Text Example
White with #FA3D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3D42; }
p { color: rgb(250,61,66); }
H1.HeaderClassName
{
color: #FA3D42;
}
.AnyTagClassName
{
color: #FA3D42;
}
</style>
background-color css
<style>
a { background-color: #FA3D42; }
a { background-color: rgb(250,61,66); }
div.DivClassName
{
background-color: #FA3D42;
}
.BgClassName
{
background-color: #FA3D42;
}
</style>
border-color css
<style>
span { border-color: #FA3D42; }
span { border-color: rgb(250,61,66); }
td.TdClassName
{
border-color: #FA3D42;
}
.TagClassName
{
border-color: #FA3D42;
}
</style>