Shades of Radical Red #FA4568
Tints of Radical Red #FA4568
RGB
CMYK
RGB Variations
Color information
#FA4568 (or 0xFA4568) is known color: Radical Red. HEX triplet: FA, 45 and 68. RGB value is (250,69,104). Sum of RGB (Red+Green+Blue) = 250+69+104=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 69 (27.34% from 255 or 16.31% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4568 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA4568 is #05BA97. Grayscale: #7F7F7F. Windows color (decimal): -375448 or 6833658. OLE color: 6833658.
HSL color Cylindrical-coordinate representation of color #FA4568: hue angle of 348.4º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FA4568 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 69 | 104 | - |
| CMYK | 0 | 0.72 | 0.58 | 0.02 |
| HSL | 348.4º | 0.95% | 0.63% | - |
| HSV(B) | 348.4º | 0.72% | 0.98% | - |
| XYZ | 44.05 | 25.58 | 15.71 | - |
| YUV | 127.11 | 114.97 | 215.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 69 | 104 | 0 | 0.72 | 0.58 | 0.02 | 348.4 | 0.95 | 0.63 |
| Hex | FA | 45 | 68 | 0 | 48 | 3A | 2 | 15C | 5F | 3F |
| Octal | 372 | 105 | 150 | 0 | 110 | 72 | 2 | 534 | 137 | 77 |
| Binary | 11111010 | 1000101 | 1101000 | 0 | 1001000 | 111010 | 10 | 101011100 | 1011111 | 111111 |
Color Harmonies of #FA4568
Complementary color
Monochromatic Colors of #FA4568
Black with #FA4568
Text Example
Text Example
White with #FA4568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4568; }
p { color: rgb(250,69,104); }
H1.HeaderClassName
{
color: #FA4568;
}
.AnyTagClassName
{
color: #FA4568;
}
</style>
background-color css
<style>
a { background-color: #FA4568; }
a { background-color: rgb(250,69,104); }
div.DivClassName
{
background-color: #FA4568;
}
.BgClassName
{
background-color: #FA4568;
}
</style>
border-color css
<style>
span { border-color: #FA4568; }
span { border-color: rgb(250,69,104); }
td.TdClassName
{
border-color: #FA4568;
}
.TagClassName
{
border-color: #FA4568;
}
</style>