Shades of Deep Pink #FA277D
Tints of Deep Pink #FA277D
RGB
CMYK
RGB Variations
Color information
#FA277D (or 0xFA277D) is known color: Deep Pink. HEX triplet: FA, 27 and 7D. RGB value is (250,39,125). Sum of RGB (Red+Green+Blue) = 250+39+125=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 39 (15.62% from 255 or 9.42% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA277D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FA277D is #05D882. Grayscale: #6F6F6F. Windows color (decimal): -383107 or 8202234. OLE color: 8202234.
HSL color Cylindrical-coordinate representation of color #FA277D: hue angle of 335.55º 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 #FA277D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 39 | 125 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.02 |
| HSL | 335.55º | 0.95% | 0.57% | - |
| HSV(B) | 335.55º | 0.84% | 0.98% | - |
| XYZ | 43.85 | 23.26 | 21.58 | - |
| YUV | 111.89 | 135.4 | 226.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 39 | 125 | 0 | 0.84 | 0.50 | 0.02 | 335.55 | 0.95 | 0.57 |
| Hex | FA | 27 | 7D | 0 | 54 | 32 | 2 | 150 | 5F | 39 |
| Octal | 372 | 47 | 175 | 0 | 124 | 62 | 2 | 520 | 137 | 71 |
| Binary | 11111010 | 100111 | 1111101 | 0 | 1010100 | 110010 | 10 | 101010000 | 1011111 | 111001 |
Color Harmonies of #FA277D
Complementary color
Monochromatic Colors of #FA277D
Black with #FA277D
Text Example
Text Example
White with #FA277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA277D; }
p { color: rgb(250,39,125); }
H1.HeaderClassName
{
color: #FA277D;
}
.AnyTagClassName
{
color: #FA277D;
}
</style>
background-color css
<style>
a { background-color: #FA277D; }
a { background-color: rgb(250,39,125); }
div.DivClassName
{
background-color: #FA277D;
}
.BgClassName
{
background-color: #FA277D;
}
</style>
border-color css
<style>
span { border-color: #FA277D; }
span { border-color: rgb(250,39,125); }
td.TdClassName
{
border-color: #FA277D;
}
.TagClassName
{
border-color: #FA277D;
}
</style>