Shades of Radical Red #FA2752
Tints of Radical Red #FA2752
RGB
CMYK
RGB Variations
Color information
#FA2752 (or 0xFA2752) is known color: Radical Red. HEX triplet: FA, 27 and 52. RGB value is (250,39,82). Sum of RGB (Red+Green+Blue) = 250+39+82=371 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.39% from 371); Green value is 39 (15.62% from 255 or 10.51% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2752 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2752 is #05D8AD. Grayscale: #6B6B6B. Windows color (decimal): -383150 or 5384186. OLE color: 5384186.
HSL color Cylindrical-coordinate representation of color #FA2752: hue angle of 347.77º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA2752 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 82 | - |
| CMYK | 0 | 0.84 | 0.67 | 0.02 |
| HSL | 347.77º | 0.95% | 0.57% | - |
| HSV(B) | 347.77º | 0.84% | 0.98% | - |
| XYZ | 41.67 | 22.38 | 10.11 | - |
| YUV | 106.99 | 113.9 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 82 | 0 | 0.84 | 0.67 | 0.02 | 347.77 | 0.95 | 0.57 |
| Hex | FA | 27 | 52 | 0 | 54 | 43 | 2 | 15C | 5F | 39 |
| Octal | 372 | 47 | 122 | 0 | 124 | 103 | 2 | 534 | 137 | 71 |
| Binary | 11111010 | 100111 | 1010010 | 0 | 1010100 | 1000011 | 10 | 101011100 | 1011111 | 111001 |
Color Harmonies of #FA2752
Complementary color
Monochromatic Colors of #FA2752
Black with #FA2752
Text Example
Text Example
White with #FA2752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2752; }
p { color: rgb(250,39,82); }
H1.HeaderClassName
{
color: #FA2752;
}
.AnyTagClassName
{
color: #FA2752;
}
</style>
background-color css
<style>
a { background-color: #FA2752; }
a { background-color: rgb(250,39,82); }
div.DivClassName
{
background-color: #FA2752;
}
.BgClassName
{
background-color: #FA2752;
}
</style>
border-color css
<style>
span { border-color: #FA2752; }
span { border-color: rgb(250,39,82); }
td.TdClassName
{
border-color: #FA2752;
}
.TagClassName
{
border-color: #FA2752;
}
</style>