Shades of Radical Red #FA426F
Tints of Radical Red #FA426F
RGB
CMYK
RGB Variations
Color information
#FA426F (or 0xFA426F) is known color: Radical Red. HEX triplet: FA, 42 and 6F. RGB value is (250,66,111). Sum of RGB (Red+Green+Blue) = 250+66+111=427 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.55% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 111 (43.75% from 255 or 26.00% from 427); Max value from RGB is 250 - color contains mainly: red. Hex color #FA426F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA426F is #05BD90. Grayscale: #7E7E7E. Windows color (decimal): -376209 or 7291642. OLE color: 7291642.
HSL color Cylindrical-coordinate representation of color #FA426F: hue angle of 345.33º 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 #FA426F is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 111 | - |
| CMYK | 0 | 0.74 | 0.56 | 0.02 |
| HSL | 345.33º | 0.95% | 0.62% | - |
| HSV(B) | 345.33º | 0.74% | 0.98% | - |
| XYZ | 44.24 | 25.37 | 17.6 | - |
| YUV | 126.15 | 119.46 | 216.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 111 | 0 | 0.74 | 0.56 | 0.02 | 345.33 | 0.95 | 0.62 |
| Hex | FA | 42 | 6F | 0 | 4A | 38 | 2 | 159 | 5F | 3E |
| Octal | 372 | 102 | 157 | 0 | 112 | 70 | 2 | 531 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1101111 | 0 | 1001010 | 111000 | 10 | 101011001 | 1011111 | 111110 |
Color Harmonies of #FA426F
Complementary color
Monochromatic Colors of #FA426F
Black with #FA426F
Text Example
Text Example
White with #FA426F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA426F; }
p { color: rgb(250,66,111); }
H1.HeaderClassName
{
color: #FA426F;
}
.AnyTagClassName
{
color: #FA426F;
}
</style>
background-color css
<style>
a { background-color: #FA426F; }
a { background-color: rgb(250,66,111); }
div.DivClassName
{
background-color: #FA426F;
}
.BgClassName
{
background-color: #FA426F;
}
</style>
border-color css
<style>
span { border-color: #FA426F; }
span { border-color: rgb(250,66,111); }
td.TdClassName
{
border-color: #FA426F;
}
.TagClassName
{
border-color: #FA426F;
}
</style>