Shades of Deep Pink #FF1A7B
Tints of Deep Pink #FF1A7B
RGB
CMYK
RGB Variations
Color information
#FF1A7B (or 0xFF1A7B) is known color: Deep Pink. HEX triplet: FF, 1A and 7B. RGB value is (255,26,123). Sum of RGB (Red+Green+Blue) = 255+26+123=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF1A7B is #00E584. Grayscale: #696969. Windows color (decimal): -58757 or 8067839. OLE color: 8067839.
HSL color Cylindrical-coordinate representation of color #FF1A7B: hue angle of 334.59º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF1A7B is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 123 | - |
| CMYK | 0 | 0.90 | 0.52 | 0 |
| HSL | 334.59º | 1% | 0.55% | - |
| HSV(B) | 334.59º | 0.9% | 1% | - |
| XYZ | 45.18 | 23.43 | 20.88 | - |
| YUV | 105.53 | 137.87 | 234.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 123 | 0 | 0.90 | 0.52 | 0 | 334.59 | 1 | 0.55 |
| Hex | FF | 1A | 7B | 0 | 5A | 34 | 0 | 14F | 64 | 37 |
| Octal | 377 | 32 | 173 | 0 | 132 | 64 | 0 | 517 | 144 | 67 |
| Binary | 11111111 | 11010 | 1111011 | 0 | 1011010 | 110100 | 0 | 101001111 | 1100100 | 110111 |
Color Harmonies of #FF1A7B
Complementary color
Monochromatic Colors of #FF1A7B
Black with #FF1A7B
Text Example
Text Example
White with #FF1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A7B; }
p { color: rgb(255,26,123); }
H1.HeaderClassName
{
color: #FF1A7B;
}
.AnyTagClassName
{
color: #FF1A7B;
}
</style>
background-color css
<style>
a { background-color: #FF1A7B; }
a { background-color: rgb(255,26,123); }
div.DivClassName
{
background-color: #FF1A7B;
}
.BgClassName
{
background-color: #FF1A7B;
}
</style>
border-color css
<style>
span { border-color: #FF1A7B; }
span { border-color: rgb(255,26,123); }
td.TdClassName
{
border-color: #FF1A7B;
}
.TagClassName
{
border-color: #FF1A7B;
}
</style>