Shades of Deep Pink #FF1893
Tints of Deep Pink #FF1893
RGB
CMYK
RGB Variations
Color information
#FF1893 (or 0xFF1893) is known color: Deep Pink. HEX triplet: FF, 18 and 93. RGB value is (255,24,147). Sum of RGB (Red+Green+Blue) = 255+24+147=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 24 (9.77% from 255 or 5.63% from 426); Blue value is 147 (57.81% from 255 or 34.51% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1893 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1893 is #00E76C. Grayscale: #6A6A6A. Windows color (decimal): -59245 or 9640191. OLE color: 9640191.
HSL color Cylindrical-coordinate representation of color #FF1893: hue angle of 328.05º 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 #FF1893 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 147 | - |
| CMYK | 0 | 0.91 | 0.42 | 0 |
| HSL | 328.05º | 1% | 0.55% | - |
| HSV(B) | 328.05º | 0.91% | 1% | - |
| XYZ | 46.83 | 24.02 | 29.77 | - |
| YUV | 107.09 | 150.53 | 233.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 147 | 0 | 0.91 | 0.42 | 0 | 328.05 | 1 | 0.55 |
| Hex | FF | 18 | 93 | 0 | 5B | 2A | 0 | 148 | 64 | 37 |
| Octal | 377 | 30 | 223 | 0 | 133 | 52 | 0 | 510 | 144 | 67 |
| Binary | 11111111 | 11000 | 10010011 | 0 | 1011011 | 101010 | 0 | 101001000 | 1100100 | 110111 |
Color Harmonies of #FF1893
Complementary color
Monochromatic Colors of #FF1893
Black with #FF1893
Text Example
Text Example
White with #FF1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1893; }
p { color: rgb(255,24,147); }
H1.HeaderClassName
{
color: #FF1893;
}
.AnyTagClassName
{
color: #FF1893;
}
</style>
background-color css
<style>
a { background-color: #FF1893; }
a { background-color: rgb(255,24,147); }
div.DivClassName
{
background-color: #FF1893;
}
.BgClassName
{
background-color: #FF1893;
}
</style>
border-color css
<style>
span { border-color: #FF1893; }
span { border-color: rgb(255,24,147); }
td.TdClassName
{
border-color: #FF1893;
}
.TagClassName
{
border-color: #FF1893;
}
</style>