Shades of Deep Pink #FF277C
Tints of Deep Pink #FF277C
RGB
CMYK
RGB Variations
Color information
#FF277C (or 0xFF277C) is known color: Deep Pink. HEX triplet: FF, 27 and 7C. RGB value is (255,39,124). Sum of RGB (Red+Green+Blue) = 255+39+124=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF277C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF277C is #00D883. Grayscale: #717171. Windows color (decimal): -55428 or 8136703. OLE color: 8136703.
HSL color Cylindrical-coordinate representation of color #FF277C: hue angle of 336.39º 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 #FF277C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 124 | - |
| CMYK | 0 | 0.85 | 0.51 | 0 |
| HSL | 336.39º | 1% | 0.58% | - |
| HSV(B) | 336.39º | 0.85% | 1% | - |
| XYZ | 45.6 | 24.17 | 21.33 | - |
| YUV | 113.27 | 134.06 | 229.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 124 | 0 | 0.85 | 0.51 | 0 | 336.39 | 1 | 0.58 |
| Hex | FF | 27 | 7C | 0 | 55 | 33 | 0 | 150 | 64 | 3A |
| Octal | 377 | 47 | 174 | 0 | 125 | 63 | 0 | 520 | 144 | 72 |
| Binary | 11111111 | 100111 | 1111100 | 0 | 1010101 | 110011 | 0 | 101010000 | 1100100 | 111010 |
Color Harmonies of #FF277C
Complementary color
Monochromatic Colors of #FF277C
Black with #FF277C
Text Example
Text Example
White with #FF277C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF277C; }
p { color: rgb(255,39,124); }
H1.HeaderClassName
{
color: #FF277C;
}
.AnyTagClassName
{
color: #FF277C;
}
</style>
background-color css
<style>
a { background-color: #FF277C; }
a { background-color: rgb(255,39,124); }
div.DivClassName
{
background-color: #FF277C;
}
.BgClassName
{
background-color: #FF277C;
}
</style>
border-color css
<style>
span { border-color: #FF277C; }
span { border-color: rgb(255,39,124); }
td.TdClassName
{
border-color: #FF277C;
}
.TagClassName
{
border-color: #FF277C;
}
</style>