Shades of Deep Pink #FF1F93
Tints of Deep Pink #FF1F93
RGB
CMYK
RGB Variations
Color information
#FF1F93 (or 0xFF1F93) is known color: Deep Pink. HEX triplet: FF, 1F and 93. RGB value is (255,31,147). Sum of RGB (Red+Green+Blue) = 255+31+147=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 31 (12.5% from 255 or 7.16% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1F93 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF1F93 is #00E06C. Grayscale: #6E6E6E. Windows color (decimal): -57453 or 9641983. OLE color: 9641983.
HSL color Cylindrical-coordinate representation of color #FF1F93: hue angle of 328.93º 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 #FF1F93 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 31 | 147 | - |
| CMYK | 0 | 0.88 | 0.42 | 0 |
| HSL | 328.93º | 1% | 0.56% | - |
| HSV(B) | 328.93º | 0.88% | 1% | - |
| XYZ | 47 | 24.35 | 29.83 | - |
| YUV | 111.2 | 148.21 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 31 | 147 | 0 | 0.88 | 0.42 | 0 | 328.93 | 1 | 0.56 |
| Hex | FF | 1F | 93 | 0 | 58 | 2A | 0 | 149 | 64 | 38 |
| Octal | 377 | 37 | 223 | 0 | 130 | 52 | 0 | 511 | 144 | 70 |
| Binary | 11111111 | 11111 | 10010011 | 0 | 1011000 | 101010 | 0 | 101001001 | 1100100 | 111000 |
Color Harmonies of #FF1F93
Complementary color
Monochromatic Colors of #FF1F93
Black with #FF1F93
Text Example
Text Example
White with #FF1F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1F93; }
p { color: rgb(255,31,147); }
H1.HeaderClassName
{
color: #FF1F93;
}
.AnyTagClassName
{
color: #FF1F93;
}
</style>
background-color css
<style>
a { background-color: #FF1F93; }
a { background-color: rgb(255,31,147); }
div.DivClassName
{
background-color: #FF1F93;
}
.BgClassName
{
background-color: #FF1F93;
}
</style>
border-color css
<style>
span { border-color: #FF1F93; }
span { border-color: rgb(255,31,147); }
td.TdClassName
{
border-color: #FF1F93;
}
.TagClassName
{
border-color: #FF1F93;
}
</style>