Shades of Deep Pink #FF1093
Tints of Deep Pink #FF1093
RGB
CMYK
RGB Variations
Color information
#FF1093 (or 0xFF1093) is known color: Deep Pink. HEX triplet: FF, 10 and 93. RGB value is (255,16,147). Sum of RGB (Red+Green+Blue) = 255+16+147=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 16 (6.64% from 255 or 3.83% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1093 is #00EF6C. Grayscale: #666666. Windows color (decimal): -61293 or 9638143. OLE color: 9638143.
HSL color Cylindrical-coordinate representation of color #FF1093: hue angle of 327.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1093 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 147 | - |
| CMYK | 0 | 0.94 | 0.42 | 0 |
| HSL | 327.11º | 1% | 0.53% | - |
| HSV(B) | 327.11º | 0.94% | 1% | - |
| XYZ | 46.69 | 23.74 | 29.72 | - |
| YUV | 102.4 | 153.18 | 236.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 147 | 0 | 0.94 | 0.42 | 0 | 327.11 | 1 | 0.53 |
| Hex | FF | 10 | 93 | 0 | 5E | 2A | 0 | 147 | 64 | 35 |
| Octal | 377 | 20 | 223 | 0 | 136 | 52 | 0 | 507 | 144 | 65 |
| Binary | 11111111 | 10000 | 10010011 | 0 | 1011110 | 101010 | 0 | 101000111 | 1100100 | 110101 |
Color Harmonies of #FF1093
Complementary color
Monochromatic Colors of #FF1093
Black with #FF1093
Text Example
Text Example
White with #FF1093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1093; }
p { color: rgb(255,16,147); }
H1.HeaderClassName
{
color: #FF1093;
}
.AnyTagClassName
{
color: #FF1093;
}
</style>
background-color css
<style>
a { background-color: #FF1093; }
a { background-color: rgb(255,16,147); }
div.DivClassName
{
background-color: #FF1093;
}
.BgClassName
{
background-color: #FF1093;
}
</style>
border-color css
<style>
span { border-color: #FF1093; }
span { border-color: rgb(255,16,147); }
td.TdClassName
{
border-color: #FF1093;
}
.TagClassName
{
border-color: #FF1093;
}
</style>