Shades of Deep Pink #FD018B
Tints of Deep Pink #FD018B
RGB
CMYK
RGB Variations
Color information
#FD018B (or 0xFD018B) is known color: Deep Pink. HEX triplet: FD, 01 and 8B. RGB value is (253,1,139). Sum of RGB (Red+Green+Blue) = 253+1+139=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD018B is #02FE74. Grayscale: #5B5B5B. Windows color (decimal): -196213 or 9110013. OLE color: 9110013.
HSL color Cylindrical-coordinate representation of color #FD018B: hue angle of 327.14º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD018B is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 139 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.01 |
| HSL | 327.14º | 0.99% | 0.5% | - |
| HSV(B) | 327.14º | 1% | 0.99% | - |
| XYZ | 45.18 | 22.77 | 26.44 | - |
| YUV | 92.08 | 154.49 | 242.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 139 | 0 | 1.00 | 0.45 | 0.01 | 327.14 | 0.99 | 0.5 |
| Hex | FD | 1 | 8B | 0 | 64 | 2D | 1 | 147 | 63 | 32 |
| Octal | 375 | 1 | 213 | 0 | 144 | 55 | 1 | 507 | 143 | 62 |
| Binary | 11111101 | 1 | 10001011 | 0 | 1100100 | 101101 | 1 | 101000111 | 1100011 | 110010 |
Color Harmonies of #FD018B
Complementary color
Monochromatic Colors of #FD018B
Black with #FD018B
Text Example
Text Example
White with #FD018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD018B; }
p { color: rgb(253,1,139); }
H1.HeaderClassName
{
color: #FD018B;
}
.AnyTagClassName
{
color: #FD018B;
}
</style>
background-color css
<style>
a { background-color: #FD018B; }
a { background-color: rgb(253,1,139); }
div.DivClassName
{
background-color: #FD018B;
}
.BgClassName
{
background-color: #FD018B;
}
</style>
border-color css
<style>
span { border-color: #FD018B; }
span { border-color: rgb(253,1,139); }
td.TdClassName
{
border-color: #FD018B;
}
.TagClassName
{
border-color: #FD018B;
}
</style>