Shades of Deep Pink #FF1B7A
Tints of Deep Pink #FF1B7A
RGB
CMYK
RGB Variations
Color information
#FF1B7A (or 0xFF1B7A) is known color: Deep Pink. HEX triplet: FF, 1B and 7A. RGB value is (255,27,122). Sum of RGB (Red+Green+Blue) = 255+27+122=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 27 (10.94% from 255 or 6.68% from 404); Blue value is 122 (48.05% from 255 or 30.20% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1B7A is #00E485. Grayscale: #696969. Windows color (decimal): -58502 or 8002559. OLE color: 8002559.
HSL color Cylindrical-coordinate representation of color #FF1B7A: hue angle of 335º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1B7A is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 122 | - |
| CMYK | 0 | 0.89 | 0.52 | 0 |
| HSL | 335º | 1% | 0.55% | - |
| HSV(B) | 335º | 0.89% | 1% | - |
| XYZ | 45.14 | 23.45 | 20.56 | - |
| YUV | 106 | 137.04 | 234.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 122 | 0 | 0.89 | 0.52 | 0 | 335 | 1 | 0.55 |
| Hex | FF | 1B | 7A | 0 | 59 | 34 | 0 | 14F | 64 | 37 |
| Octal | 377 | 33 | 172 | 0 | 131 | 64 | 0 | 517 | 144 | 67 |
| Binary | 11111111 | 11011 | 1111010 | 0 | 1011001 | 110100 | 0 | 101001111 | 1100100 | 110111 |
Color Harmonies of #FF1B7A
Complementary color
Monochromatic Colors of #FF1B7A
Black with #FF1B7A
Text Example
Text Example
White with #FF1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B7A; }
p { color: rgb(255,27,122); }
H1.HeaderClassName
{
color: #FF1B7A;
}
.AnyTagClassName
{
color: #FF1B7A;
}
</style>
background-color css
<style>
a { background-color: #FF1B7A; }
a { background-color: rgb(255,27,122); }
div.DivClassName
{
background-color: #FF1B7A;
}
.BgClassName
{
background-color: #FF1B7A;
}
</style>
border-color css
<style>
span { border-color: #FF1B7A; }
span { border-color: rgb(255,27,122); }
td.TdClassName
{
border-color: #FF1B7A;
}
.TagClassName
{
border-color: #FF1B7A;
}
</style>