Shades of Deep Pink #FF1A98
Tints of Deep Pink #FF1A98
RGB
CMYK
RGB Variations
Color information
#FF1A98 (or 0xFF1A98) is known color: Deep Pink. HEX triplet: FF, 1A and 98. RGB value is (255,26,152). Sum of RGB (Red+Green+Blue) = 255+26+152=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1A98 is #00E567. Grayscale: #6C6C6C. Windows color (decimal): -58728 or 9968383. OLE color: 9968383.
HSL color Cylindrical-coordinate representation of color #FF1A98: hue angle of 326.99º 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 #FF1A98 is Cyan = 0, Magento = 0.90, Yellow = 0.40 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 152 | - |
| CMYK | 0 | 0.90 | 0.40 | 0 |
| HSL | 326.99º | 1% | 0.55% | - |
| HSV(B) | 326.99º | 0.9% | 1% | - |
| XYZ | 47.28 | 24.27 | 31.9 | - |
| YUV | 108.84 | 152.37 | 232.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 152 | 0 | 0.90 | 0.40 | 0 | 326.99 | 1 | 0.55 |
| Hex | FF | 1A | 98 | 0 | 5A | 28 | 0 | 147 | 64 | 37 |
| Octal | 377 | 32 | 230 | 0 | 132 | 50 | 0 | 507 | 144 | 67 |
| Binary | 11111111 | 11010 | 10011000 | 0 | 1011010 | 101000 | 0 | 101000111 | 1100100 | 110111 |
Color Harmonies of #FF1A98
Complementary color
Monochromatic Colors of #FF1A98
Black with #FF1A98
Text Example
Text Example
White with #FF1A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A98; }
p { color: rgb(255,26,152); }
H1.HeaderClassName
{
color: #FF1A98;
}
.AnyTagClassName
{
color: #FF1A98;
}
</style>
background-color css
<style>
a { background-color: #FF1A98; }
a { background-color: rgb(255,26,152); }
div.DivClassName
{
background-color: #FF1A98;
}
.BgClassName
{
background-color: #FF1A98;
}
</style>
border-color css
<style>
span { border-color: #FF1A98; }
span { border-color: rgb(255,26,152); }
td.TdClassName
{
border-color: #FF1A98;
}
.TagClassName
{
border-color: #FF1A98;
}
</style>