Shades of Deep Pink #FF277A
Tints of Deep Pink #FF277A
RGB
CMYK
RGB Variations
Color information
#FF277A (or 0xFF277A) is known color: Deep Pink. HEX triplet: FF, 27 and 7A. RGB value is (255,39,122). Sum of RGB (Red+Green+Blue) = 255+39+122=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 39 (15.62% from 255 or 9.38% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF277A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF277A is #00D885. Grayscale: #707070. Windows color (decimal): -55430 or 8005631. OLE color: 8005631.
HSL color Cylindrical-coordinate representation of color #FF277A: hue angle of 336.94º 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 #FF277A is Cyan = 0, Magento = 0.85, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 39 | 122 | - |
| CMYK | 0 | 0.85 | 0.52 | 0 |
| HSL | 336.94º | 1% | 0.58% | - |
| HSV(B) | 336.94º | 0.85% | 1% | - |
| XYZ | 45.48 | 24.12 | 20.67 | - |
| YUV | 113.05 | 133.06 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 39 | 122 | 0 | 0.85 | 0.52 | 0 | 336.94 | 1 | 0.58 |
| Hex | FF | 27 | 7A | 0 | 55 | 34 | 0 | 151 | 64 | 3A |
| Octal | 377 | 47 | 172 | 0 | 125 | 64 | 0 | 521 | 144 | 72 |
| Binary | 11111111 | 100111 | 1111010 | 0 | 1010101 | 110100 | 0 | 101010001 | 1100100 | 111010 |
Color Harmonies of #FF277A
Complementary color
Monochromatic Colors of #FF277A
Black with #FF277A
Text Example
Text Example
White with #FF277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF277A; }
p { color: rgb(255,39,122); }
H1.HeaderClassName
{
color: #FF277A;
}
.AnyTagClassName
{
color: #FF277A;
}
</style>
background-color css
<style>
a { background-color: #FF277A; }
a { background-color: rgb(255,39,122); }
div.DivClassName
{
background-color: #FF277A;
}
.BgClassName
{
background-color: #FF277A;
}
</style>
border-color css
<style>
span { border-color: #FF277A; }
span { border-color: rgb(255,39,122); }
td.TdClassName
{
border-color: #FF277A;
}
.TagClassName
{
border-color: #FF277A;
}
</style>