Shades of Radical Red #FA426C
Tints of Radical Red #FA426C
RGB
CMYK
RGB Variations
Color information
#FA426C (or 0xFA426C) is known color: Radical Red. HEX triplet: FA, 42 and 6C. RGB value is (250,66,108). Sum of RGB (Red+Green+Blue) = 250+66+108=424 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.96% from 424); Green value is 66 (26.17% from 255 or 15.57% from 424); Blue value is 108 (42.58% from 255 or 25.47% from 424); Max value from RGB is 250 - color contains mainly: red. Hex color #FA426C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA426C is #05BD93. Grayscale: #7D7D7D. Windows color (decimal): -376212 or 7095034. OLE color: 7095034.
HSL color Cylindrical-coordinate representation of color #FA426C: hue angle of 346.3º 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 #FA426C is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 108 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.02 |
| HSL | 346.3º | 0.95% | 0.62% | - |
| HSV(B) | 346.3º | 0.74% | 0.98% | - |
| XYZ | 44.08 | 25.3 | 16.75 | - |
| YUV | 125.8 | 117.96 | 216.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 108 | 0 | 0.74 | 0.57 | 0.02 | 346.3 | 0.95 | 0.62 |
| Hex | FA | 42 | 6C | 0 | 4A | 39 | 2 | 15A | 5F | 3E |
| Octal | 372 | 102 | 154 | 0 | 112 | 71 | 2 | 532 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1101100 | 0 | 1001010 | 111001 | 10 | 101011010 | 1011111 | 111110 |
Color Harmonies of #FA426C
Complementary color
Monochromatic Colors of #FA426C
Black with #FA426C
Text Example
Text Example
White with #FA426C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA426C; }
p { color: rgb(250,66,108); }
H1.HeaderClassName
{
color: #FA426C;
}
.AnyTagClassName
{
color: #FA426C;
}
</style>
background-color css
<style>
a { background-color: #FA426C; }
a { background-color: rgb(250,66,108); }
div.DivClassName
{
background-color: #FA426C;
}
.BgClassName
{
background-color: #FA426C;
}
</style>
border-color css
<style>
span { border-color: #FA426C; }
span { border-color: rgb(250,66,108); }
td.TdClassName
{
border-color: #FA426C;
}
.TagClassName
{
border-color: #FA426C;
}
</style>