Shades of Deep Pink #FF277B
Tints of Deep Pink #FF277B
RGB
CMYK
RGB Variations
Color information
#FF277B (or 0xFF277B) is known color: Deep Pink. HEX triplet: FF, 27 and 7B. RGB value is (255,39,123). Sum of RGB (Red+Green+Blue) = 255+39+123=417 (55% of max value = 765). Red value is 255 (100% from 255 or 61.15% from 417); Green value is 39 (15.62% from 255 or 9.35% from 417); Blue value is 123 (48.44% from 255 or 29.50% from 417); Max value from RGB is 255 - color contains mainly: red. Hex color #FF277B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF277B is #00D884. Grayscale: #717171. Windows color (decimal): -55429 or 8071167. OLE color: 8071167.
HSL color Cylindrical-coordinate representation of color #FF277B: hue angle of 336.67º 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 #FF277B is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 123 | - |
| CMYK | 0 | 0.85 | 0.52 | 0 |
| HSL | 336.67º | 1% | 0.58% | - |
| HSV(B) | 336.67º | 0.85% | 1% | - |
| XYZ | 45.54 | 24.14 | 21 | - |
| YUV | 113.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 123 | 0 | 0.85 | 0.52 | 0 | 336.67 | 1 | 0.58 |
| Hex | FF | 27 | 7B | 0 | 55 | 34 | 0 | 151 | 64 | 3A |
| Octal | 377 | 47 | 173 | 0 | 125 | 64 | 0 | 521 | 144 | 72 |
| Binary | 11111111 | 100111 | 1111011 | 0 | 1010101 | 110100 | 0 | 101010001 | 1100100 | 111010 |
Color Harmonies of #FF277B
Complementary color
Monochromatic Colors of #FF277B
Black with #FF277B
Text Example
Text Example
White with #FF277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF277B; }
p { color: rgb(255,39,123); }
H1.HeaderClassName
{
color: #FF277B;
}
.AnyTagClassName
{
color: #FF277B;
}
</style>
background-color css
<style>
a { background-color: #FF277B; }
a { background-color: rgb(255,39,123); }
div.DivClassName
{
background-color: #FF277B;
}
.BgClassName
{
background-color: #FF277B;
}
</style>
border-color css
<style>
span { border-color: #FF277B; }
span { border-color: rgb(255,39,123); }
td.TdClassName
{
border-color: #FF277B;
}
.TagClassName
{
border-color: #FF277B;
}
</style>