Shades of Deep Pink #FF1881
Tints of Deep Pink #FF1881
RGB
CMYK
RGB Variations
Color information
#FF1881 (or 0xFF1881) is known color: Deep Pink. HEX triplet: FF, 18 and 81. RGB value is (255,24,129). Sum of RGB (Red+Green+Blue) = 255+24+129=408 (54% of max value = 765). Red value is 255 (100% from 255 or 62.5% from 408); Green value is 24 (9.77% from 255 or 5.88% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1881 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1881 is #00E77E. Grayscale: #686868. Windows color (decimal): -59263 or 8460543. OLE color: 8460543.
HSL color Cylindrical-coordinate representation of color #FF1881: hue angle of 332.73º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1881 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 129 | - |
| CMYK | 0 | 0.91 | 0.49 | 0 |
| HSL | 332.73º | 1% | 0.55% | - |
| HSV(B) | 332.73º | 0.91% | 1% | - |
| XYZ | 45.53 | 23.5 | 22.9 | - |
| YUV | 105.04 | 141.53 | 234.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 129 | 0 | 0.91 | 0.49 | 0 | 332.73 | 1 | 0.55 |
| Hex | FF | 18 | 81 | 0 | 5B | 31 | 0 | 14D | 64 | 37 |
| Octal | 377 | 30 | 201 | 0 | 133 | 61 | 0 | 515 | 144 | 67 |
| Binary | 11111111 | 11000 | 10000001 | 0 | 1011011 | 110001 | 0 | 101001101 | 1100100 | 110111 |
Color Harmonies of #FF1881
Complementary color
Monochromatic Colors of #FF1881
Black with #FF1881
Text Example
Text Example
White with #FF1881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1881; }
p { color: rgb(255,24,129); }
H1.HeaderClassName
{
color: #FF1881;
}
.AnyTagClassName
{
color: #FF1881;
}
</style>
background-color css
<style>
a { background-color: #FF1881; }
a { background-color: rgb(255,24,129); }
div.DivClassName
{
background-color: #FF1881;
}
.BgClassName
{
background-color: #FF1881;
}
</style>
border-color css
<style>
span { border-color: #FF1881; }
span { border-color: rgb(255,24,129); }
td.TdClassName
{
border-color: #FF1881;
}
.TagClassName
{
border-color: #FF1881;
}
</style>