Shades of Radical Red #FA426B
Tints of Radical Red #FA426B
RGB
CMYK
RGB Variations
Color information
#FA426B (or 0xFA426B) is known color: Radical Red. HEX triplet: FA, 42 and 6B. RGB value is (250,66,107). Sum of RGB (Red+Green+Blue) = 250+66+107=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 107 (42.19% from 255 or 25.30% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA426B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA426B is #05BD94. Grayscale: #7D7D7D. Windows color (decimal): -376213 or 7029498. OLE color: 7029498.
HSL color Cylindrical-coordinate representation of color #FA426B: hue angle of 346.63º 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 #FA426B is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 107 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.02 |
| HSL | 346.63º | 0.95% | 0.62% | - |
| HSV(B) | 346.63º | 0.74% | 0.98% | - |
| XYZ | 44.03 | 25.28 | 16.47 | - |
| YUV | 125.69 | 117.46 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 107 | 0 | 0.74 | 0.57 | 0.02 | 346.63 | 0.95 | 0.62 |
| Hex | FA | 42 | 6B | 0 | 4A | 39 | 2 | 15B | 5F | 3E |
| Octal | 372 | 102 | 153 | 0 | 112 | 71 | 2 | 533 | 137 | 76 |
| Binary | 11111010 | 1000010 | 1101011 | 0 | 1001010 | 111001 | 10 | 101011011 | 1011111 | 111110 |
Color Harmonies of #FA426B
Complementary color
Monochromatic Colors of #FA426B
Black with #FA426B
Text Example
Text Example
White with #FA426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA426B; }
p { color: rgb(250,66,107); }
H1.HeaderClassName
{
color: #FA426B;
}
.AnyTagClassName
{
color: #FA426B;
}
</style>
background-color css
<style>
a { background-color: #FA426B; }
a { background-color: rgb(250,66,107); }
div.DivClassName
{
background-color: #FA426B;
}
.BgClassName
{
background-color: #FA426B;
}
</style>
border-color css
<style>
span { border-color: #FA426B; }
span { border-color: rgb(250,66,107); }
td.TdClassName
{
border-color: #FA426B;
}
.TagClassName
{
border-color: #FA426B;
}
</style>