Shades of Deep Pink #FF0D94
Tints of Deep Pink #FF0D94
RGB
CMYK
RGB Variations
Color information
#FF0D94 (or 0xFF0D94) is known color: Deep Pink. HEX triplet: FF, 0D and 94. RGB value is (255,13,148). Sum of RGB (Red+Green+Blue) = 255+13+148=416 (55% of max value = 765). Red value is 255 (100% from 255 or 61.30% from 416); Green value is 13 (5.47% from 255 or 3.12% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0D94 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0D94 is #00F26B. Grayscale: #646464. Windows color (decimal): -62060 or 9702911. OLE color: 9702911.
HSL color Cylindrical-coordinate representation of color #FF0D94: hue angle of 326.53º 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 #FF0D94 is Cyan = 0, Magento = 0.95, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 13 | 148 | - |
| CMYK | 0 | 0.95 | 0.42 | 0 |
| HSL | 326.53º | 1% | 0.53% | - |
| HSV(B) | 326.53º | 0.95% | 1% | - |
| XYZ | 46.73 | 23.69 | 30.13 | - |
| YUV | 100.75 | 154.67 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 13 | 148 | 0 | 0.95 | 0.42 | 0 | 326.53 | 1 | 0.53 |
| Hex | FF | D | 94 | 0 | 5F | 2A | 0 | 147 | 64 | 35 |
| Octal | 377 | 15 | 224 | 0 | 137 | 52 | 0 | 507 | 144 | 65 |
| Binary | 11111111 | 1101 | 10010100 | 0 | 1011111 | 101010 | 0 | 101000111 | 1100100 | 110101 |
Color Harmonies of #FF0D94
Complementary color
Monochromatic Colors of #FF0D94
Black with #FF0D94
Text Example
Text Example
White with #FF0D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0D94; }
p { color: rgb(255,13,148); }
H1.HeaderClassName
{
color: #FF0D94;
}
.AnyTagClassName
{
color: #FF0D94;
}
</style>
background-color css
<style>
a { background-color: #FF0D94; }
a { background-color: rgb(255,13,148); }
div.DivClassName
{
background-color: #FF0D94;
}
.BgClassName
{
background-color: #FF0D94;
}
</style>
border-color css
<style>
span { border-color: #FF0D94; }
span { border-color: rgb(255,13,148); }
td.TdClassName
{
border-color: #FF0D94;
}
.TagClassName
{
border-color: #FF0D94;
}
</style>