Shades of Radical Red #FA3E68
Tints of Radical Red #FA3E68
RGB
CMYK
RGB Variations
Color information
#FA3E68 (or 0xFA3E68) is known color: Radical Red. HEX triplet: FA, 3E and 68. RGB value is (250,62,104). Sum of RGB (Red+Green+Blue) = 250+62+104=416 (55% of max value = 765). Red value is 250 (98.05% from 255 or 60.10% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 104 (41.02% from 255 or 25% from 416); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3E68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3E68 is #05C197. Grayscale: #7B7B7B. Windows color (decimal): -377240 or 6831866. OLE color: 6831866.
HSL color Cylindrical-coordinate representation of color #FA3E68: hue angle of 346.6º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3E68 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 62 | 104 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.02 |
| HSL | 346.6º | 0.95% | 0.61% | - |
| HSV(B) | 346.6º | 0.75% | 0.98% | - |
| XYZ | 43.65 | 24.77 | 15.58 | - |
| YUV | 123 | 117.28 | 218.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 62 | 104 | 0 | 0.75 | 0.58 | 0.02 | 346.6 | 0.95 | 0.61 |
| Hex | FA | 3E | 68 | 0 | 4B | 3A | 2 | 15B | 5F | 3D |
| Octal | 372 | 76 | 150 | 0 | 113 | 72 | 2 | 533 | 137 | 75 |
| Binary | 11111010 | 111110 | 1101000 | 0 | 1001011 | 111010 | 10 | 101011011 | 1011111 | 111101 |
Color Harmonies of #FA3E68
Complementary color
Monochromatic Colors of #FA3E68
Black with #FA3E68
Text Example
Text Example
White with #FA3E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3E68; }
p { color: rgb(250,62,104); }
H1.HeaderClassName
{
color: #FA3E68;
}
.AnyTagClassName
{
color: #FA3E68;
}
</style>
background-color css
<style>
a { background-color: #FA3E68; }
a { background-color: rgb(250,62,104); }
div.DivClassName
{
background-color: #FA3E68;
}
.BgClassName
{
background-color: #FA3E68;
}
</style>
border-color css
<style>
span { border-color: #FA3E68; }
span { border-color: rgb(250,62,104); }
td.TdClassName
{
border-color: #FA3E68;
}
.TagClassName
{
border-color: #FA3E68;
}
</style>