Shades of Deep Pink #FF1D92
Tints of Deep Pink #FF1D92
RGB
CMYK
RGB Variations
Color information
#FF1D92 (or 0xFF1D92) is known color: Deep Pink. HEX triplet: FF, 1D and 92. RGB value is (255,29,146). Sum of RGB (Red+Green+Blue) = 255+29+146=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 29 (11.72% from 255 or 6.74% from 430); Blue value is 146 (57.42% from 255 or 33.95% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1D92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1D92 is #00E26D. Grayscale: #6D6D6D. Windows color (decimal): -57966 or 9575935. OLE color: 9575935.
HSL color Cylindrical-coordinate representation of color #FF1D92: hue angle of 328.94º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF1D92 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 29 | 146 | - |
| CMYK | 0 | 0.89 | 0.43 | 0 |
| HSL | 328.94º | 1% | 0.56% | - |
| HSV(B) | 328.94º | 0.89% | 1% | - |
| XYZ | 46.87 | 24.21 | 29.4 | - |
| YUV | 109.91 | 148.37 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 29 | 146 | 0 | 0.89 | 0.43 | 0 | 328.94 | 1 | 0.56 |
| Hex | FF | 1D | 92 | 0 | 59 | 2B | 0 | 149 | 64 | 38 |
| Octal | 377 | 35 | 222 | 0 | 131 | 53 | 0 | 511 | 144 | 70 |
| Binary | 11111111 | 11101 | 10010010 | 0 | 1011001 | 101011 | 0 | 101001001 | 1100100 | 111000 |
Color Harmonies of #FF1D92
Complementary color
Monochromatic Colors of #FF1D92
Black with #FF1D92
Text Example
Text Example
White with #FF1D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1D92; }
p { color: rgb(255,29,146); }
H1.HeaderClassName
{
color: #FF1D92;
}
.AnyTagClassName
{
color: #FF1D92;
}
</style>
background-color css
<style>
a { background-color: #FF1D92; }
a { background-color: rgb(255,29,146); }
div.DivClassName
{
background-color: #FF1D92;
}
.BgClassName
{
background-color: #FF1D92;
}
</style>
border-color css
<style>
span { border-color: #FF1D92; }
span { border-color: rgb(255,29,146); }
td.TdClassName
{
border-color: #FF1D92;
}
.TagClassName
{
border-color: #FF1D92;
}
</style>