Shades of Radical Red #FA2D6B
Tints of Radical Red #FA2D6B
RGB
CMYK
RGB Variations
Color information
#FA2D6B (or 0xFA2D6B) is known color: Radical Red. HEX triplet: FA, 2D and 6B. RGB value is (250,45,107). Sum of RGB (Red+Green+Blue) = 250+45+107=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 107 (42.19% from 255 or 26.62% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2D6B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA2D6B is #05D294. Grayscale: #717171. Windows color (decimal): -381589 or 7024122. OLE color: 7024122.
HSL color Cylindrical-coordinate representation of color #FA2D6B: hue angle of 341.85º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FA2D6B is Cyan = 0, Magento = 0.82, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 45 | 107 | - |
| CMYK | 0 | 0.82 | 0.57 | 0.02 |
| HSL | 341.85º | 0.95% | 0.58% | - |
| HSV(B) | 341.85º | 0.82% | 0.98% | - |
| XYZ | 43.02 | 23.26 | 16.13 | - |
| YUV | 113.36 | 124.42 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 45 | 107 | 0 | 0.82 | 0.57 | 0.02 | 341.85 | 0.95 | 0.58 |
| Hex | FA | 2D | 6B | 0 | 52 | 39 | 2 | 156 | 5F | 3A |
| Octal | 372 | 55 | 153 | 0 | 122 | 71 | 2 | 526 | 137 | 72 |
| Binary | 11111010 | 101101 | 1101011 | 0 | 1010010 | 111001 | 10 | 101010110 | 1011111 | 111010 |
Color Harmonies of #FA2D6B
Complementary color
Monochromatic Colors of #FA2D6B
Black with #FA2D6B
Text Example
Text Example
White with #FA2D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA2D6B; }
p { color: rgb(250,45,107); }
H1.HeaderClassName
{
color: #FA2D6B;
}
.AnyTagClassName
{
color: #FA2D6B;
}
</style>
background-color css
<style>
a { background-color: #FA2D6B; }
a { background-color: rgb(250,45,107); }
div.DivClassName
{
background-color: #FA2D6B;
}
.BgClassName
{
background-color: #FA2D6B;
}
</style>
border-color css
<style>
span { border-color: #FA2D6B; }
span { border-color: rgb(250,45,107); }
td.TdClassName
{
border-color: #FA2D6B;
}
.TagClassName
{
border-color: #FA2D6B;
}
</style>