Shades of Deep Pink #FF1F92
Tints of Deep Pink #FF1F92
RGB
CMYK
RGB Variations
Color information
#FF1F92 (or 0xFF1F92) is known color: Deep Pink. HEX triplet: FF, 1F and 92. RGB value is (255,31,146). Sum of RGB (Red+Green+Blue) = 255+31+146=432 (57% of max value = 765). Red value is 255 (100% from 255 or 59.03% from 432); Green value is 31 (12.5% from 255 or 7.18% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F92 is #00E06D. Grayscale: #6E6E6E. Windows color (decimal): -57454 or 9576447. OLE color: 9576447.
HSL color Cylindrical-coordinate representation of color #FF1F92: hue angle of 329.2º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF1F92 is Cyan = 0, Magento = 0.88, Yellow = 0.43 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 146 | - |
| CMYK | 0 | 0.88 | 0.43 | 0 |
| HSL | 329.2º | 1% | 0.56% | - |
| HSV(B) | 329.2º | 0.88% | 1% | - |
| XYZ | 46.92 | 24.32 | 29.41 | - |
| YUV | 111.09 | 147.71 | 230.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 146 | 0 | 0.88 | 0.43 | 0 | 329.2 | 1 | 0.56 |
| Hex | FF | 1F | 92 | 0 | 58 | 2B | 0 | 149 | 64 | 38 |
| Octal | 377 | 37 | 222 | 0 | 130 | 53 | 0 | 511 | 144 | 70 |
| Binary | 11111111 | 11111 | 10010010 | 0 | 1011000 | 101011 | 0 | 101001001 | 1100100 | 111000 |
Color Harmonies of #FF1F92
Complementary color
Monochromatic Colors of #FF1F92
Black with #FF1F92
Text Example
Text Example
White with #FF1F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F92; }
p { color: rgb(255,31,146); }
H1.HeaderClassName
{
color: #FF1F92;
}
.AnyTagClassName
{
color: #FF1F92;
}
</style>
background-color css
<style>
a { background-color: #FF1F92; }
a { background-color: rgb(255,31,146); }
div.DivClassName
{
background-color: #FF1F92;
}
.BgClassName
{
background-color: #FF1F92;
}
</style>
border-color css
<style>
span { border-color: #FF1F92; }
span { border-color: rgb(255,31,146); }
td.TdClassName
{
border-color: #FF1F92;
}
.TagClassName
{
border-color: #FF1F92;
}
</style>