Shades of Radical Red #FA3F68
Tints of Radical Red #FA3F68
RGB
CMYK
RGB Variations
Color information
#FA3F68 (or 0xFA3F68) is known color: Radical Red. HEX triplet: FA, 3F and 68. RGB value is (250,63,104). Sum of RGB (Red+Green+Blue) = 250+63+104=417 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.95% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 104 (41.02% from 255 or 24.94% from 417); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3F68 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3F68 is #05C097. Grayscale: #7B7B7B. Windows color (decimal): -376984 or 6832122. OLE color: 6832122.
HSL color Cylindrical-coordinate representation of color #FA3F68: hue angle of 346.84º 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 #FA3F68 is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 104 | - |
| CMYK | 0 | 0.75 | 0.58 | 0.02 |
| HSL | 346.84º | 0.95% | 0.61% | - |
| HSV(B) | 346.84º | 0.75% | 0.98% | - |
| XYZ | 43.7 | 24.88 | 15.6 | - |
| YUV | 123.59 | 116.95 | 218.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 104 | 0 | 0.75 | 0.58 | 0.02 | 346.84 | 0.95 | 0.61 |
| Hex | FA | 3F | 68 | 0 | 4B | 3A | 2 | 15B | 5F | 3D |
| Octal | 372 | 77 | 150 | 0 | 113 | 72 | 2 | 533 | 137 | 75 |
| Binary | 11111010 | 111111 | 1101000 | 0 | 1001011 | 111010 | 10 | 101011011 | 1011111 | 111101 |
Color Harmonies of #FA3F68
Complementary color
Monochromatic Colors of #FA3F68
Black with #FA3F68
Text Example
Text Example
White with #FA3F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3F68; }
p { color: rgb(250,63,104); }
H1.HeaderClassName
{
color: #FA3F68;
}
.AnyTagClassName
{
color: #FA3F68;
}
</style>
background-color css
<style>
a { background-color: #FA3F68; }
a { background-color: rgb(250,63,104); }
div.DivClassName
{
background-color: #FA3F68;
}
.BgClassName
{
background-color: #FA3F68;
}
</style>
border-color css
<style>
span { border-color: #FA3F68; }
span { border-color: rgb(250,63,104); }
td.TdClassName
{
border-color: #FA3F68;
}
.TagClassName
{
border-color: #FA3F68;
}
</style>