Shades of Deep Pink #FF0D93
Tints of Deep Pink #FF0D93
RGB
CMYK
RGB Variations
Color information
#FF0D93 (or 0xFF0D93) is known color: Deep Pink. HEX triplet: FF, 0D and 93. RGB value is (255,13,147). Sum of RGB (Red+Green+Blue) = 255+13+147=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 13 (5.47% from 255 or 3.13% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D93 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D93 is #00F26C. Grayscale: #646464. Windows color (decimal): -62061 or 9637375. OLE color: 9637375.
HSL color Cylindrical-coordinate representation of color #FF0D93: hue angle of 326.78º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF0D93 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 147 | - |
| CMYK | 0 | 0.95 | 0.42 | 0 |
| HSL | 326.78º | 1% | 0.53% | - |
| HSV(B) | 326.78º | 0.95% | 1% | - |
| XYZ | 46.65 | 23.65 | 29.71 | - |
| YUV | 100.63 | 154.17 | 238.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 147 | 0 | 0.95 | 0.42 | 0 | 326.78 | 1 | 0.53 |
| Hex | FF | D | 93 | 0 | 5F | 2A | 0 | 147 | 64 | 35 |
| Octal | 377 | 15 | 223 | 0 | 137 | 52 | 0 | 507 | 144 | 65 |
| Binary | 11111111 | 1101 | 10010011 | 0 | 1011111 | 101010 | 0 | 101000111 | 1100100 | 110101 |
Color Harmonies of #FF0D93
Complementary color
Monochromatic Colors of #FF0D93
Black with #FF0D93
Text Example
Text Example
White with #FF0D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D93; }
p { color: rgb(255,13,147); }
H1.HeaderClassName
{
color: #FF0D93;
}
.AnyTagClassName
{
color: #FF0D93;
}
</style>
background-color css
<style>
a { background-color: #FF0D93; }
a { background-color: rgb(255,13,147); }
div.DivClassName
{
background-color: #FF0D93;
}
.BgClassName
{
background-color: #FF0D93;
}
</style>
border-color css
<style>
span { border-color: #FF0D93; }
span { border-color: rgb(255,13,147); }
td.TdClassName
{
border-color: #FF0D93;
}
.TagClassName
{
border-color: #FF0D93;
}
</style>