Shades of Radical Red #FA3458
Tints of Radical Red #FA3458
RGB
CMYK
RGB Variations
Color information
#FA3458 (or 0xFA3458) is known color: Radical Red. HEX triplet: FA, 34 and 58. RGB value is (250,52,88). Sum of RGB (Red+Green+Blue) = 250+52+88=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 52 (20.70% from 255 or 13.33% from 390); Blue value is 88 (34.77% from 255 or 22.56% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3458 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA3458 is #05CBA7. Grayscale: #737373. Windows color (decimal): -379816 or 5780730. OLE color: 5780730.
HSL color Cylindrical-coordinate representation of color #FA3458: hue angle of 349.09º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FA3458 is Cyan = 0, Magento = 0.79, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 52 | 88 | - |
| CMYK | 0 | 0.79 | 0.65 | 0.02 |
| HSL | 349.09º | 0.95% | 0.59% | - |
| HSV(B) | 349.09º | 0.79% | 0.98% | - |
| XYZ | 42.41 | 23.48 | 11.53 | - |
| YUV | 115.31 | 112.6 | 224.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 52 | 88 | 0 | 0.79 | 0.65 | 0.02 | 349.09 | 0.95 | 0.59 |
| Hex | FA | 34 | 58 | 0 | 4F | 41 | 2 | 15D | 5F | 3B |
| Octal | 372 | 64 | 130 | 0 | 117 | 101 | 2 | 535 | 137 | 73 |
| Binary | 11111010 | 110100 | 1011000 | 0 | 1001111 | 1000001 | 10 | 101011101 | 1011111 | 111011 |
Color Harmonies of #FA3458
Complementary color
Monochromatic Colors of #FA3458
Black with #FA3458
Text Example
Text Example
White with #FA3458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3458; }
p { color: rgb(250,52,88); }
H1.HeaderClassName
{
color: #FA3458;
}
.AnyTagClassName
{
color: #FA3458;
}
</style>
background-color css
<style>
a { background-color: #FA3458; }
a { background-color: rgb(250,52,88); }
div.DivClassName
{
background-color: #FA3458;
}
.BgClassName
{
background-color: #FA3458;
}
</style>
border-color css
<style>
span { border-color: #FA3458; }
span { border-color: rgb(250,52,88); }
td.TdClassName
{
border-color: #FA3458;
}
.TagClassName
{
border-color: #FA3458;
}
</style>