Shades of Deep Pink #FF277E
Tints of Deep Pink #FF277E
RGB
CMYK
RGB Variations
Color information
#FF277E (or 0xFF277E) is known color: Deep Pink. HEX triplet: FF, 27 and 7E. RGB value is (255,39,126). Sum of RGB (Red+Green+Blue) = 255+39+126=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 39 (15.62% from 255 or 9.29% from 420); Blue value is 126 (49.61% from 255 or 30% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FF277E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF277E is #00D881. Grayscale: #717171. Windows color (decimal): -55426 or 8267775. OLE color: 8267775.
HSL color Cylindrical-coordinate representation of color #FF277E: hue angle of 335.83º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF277E is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 126 | - |
| CMYK | 0 | 0.85 | 0.51 | 0 |
| HSL | 335.83º | 1% | 0.58% | - |
| HSV(B) | 335.83º | 0.85% | 1% | - |
| XYZ | 45.73 | 24.22 | 22 | - |
| YUV | 113.5 | 135.06 | 228.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 126 | 0 | 0.85 | 0.51 | 0 | 335.83 | 1 | 0.58 |
| Hex | FF | 27 | 7E | 0 | 55 | 33 | 0 | 150 | 64 | 3A |
| Octal | 377 | 47 | 176 | 0 | 125 | 63 | 0 | 520 | 144 | 72 |
| Binary | 11111111 | 100111 | 1111110 | 0 | 1010101 | 110011 | 0 | 101010000 | 1100100 | 111010 |
Color Harmonies of #FF277E
Complementary color
Monochromatic Colors of #FF277E
Black with #FF277E
Text Example
Text Example
White with #FF277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF277E; }
p { color: rgb(255,39,126); }
H1.HeaderClassName
{
color: #FF277E;
}
.AnyTagClassName
{
color: #FF277E;
}
</style>
background-color css
<style>
a { background-color: #FF277E; }
a { background-color: rgb(255,39,126); }
div.DivClassName
{
background-color: #FF277E;
}
.BgClassName
{
background-color: #FF277E;
}
</style>
border-color css
<style>
span { border-color: #FF277E; }
span { border-color: rgb(255,39,126); }
td.TdClassName
{
border-color: #FF277E;
}
.TagClassName
{
border-color: #FF277E;
}
</style>