Shades of Deep Pink #FD0184
Tints of Deep Pink #FD0184
RGB
CMYK
RGB Variations
Color information
#FD0184 (or 0xFD0184) is known color: Deep Pink. HEX triplet: FD, 01 and 84. RGB value is (253,1,132). Sum of RGB (Red+Green+Blue) = 253+1+132=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 1 (0.78% from 255 or 0.26% from 386); Blue value is 132 (51.95% from 255 or 34.20% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0184 is #02FE7B. Grayscale: #5B5B5B. Windows color (decimal): -196220 or 8651261. OLE color: 8651261.
HSL color Cylindrical-coordinate representation of color #FD0184: hue angle of 328.81º 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 #FD0184 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 1 | 132 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.01 |
| HSL | 328.81º | 0.99% | 0.5% | - |
| HSV(B) | 328.81º | 1% | 0.99% | - |
| XYZ | 44.68 | 22.57 | 23.83 | - |
| YUV | 91.28 | 150.99 | 243.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 1 | 132 | 0 | 1.00 | 0.48 | 0.01 | 328.81 | 0.99 | 0.5 |
| Hex | FD | 1 | 84 | 0 | 64 | 30 | 1 | 149 | 63 | 32 |
| Octal | 375 | 1 | 204 | 0 | 144 | 60 | 1 | 511 | 143 | 62 |
| Binary | 11111101 | 1 | 10000100 | 0 | 1100100 | 110000 | 1 | 101001001 | 1100011 | 110010 |
Color Harmonies of #FD0184
Complementary color
Monochromatic Colors of #FD0184
Black with #FD0184
Text Example
Text Example
White with #FD0184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0184; }
p { color: rgb(253,1,132); }
H1.HeaderClassName
{
color: #FD0184;
}
.AnyTagClassName
{
color: #FD0184;
}
</style>
background-color css
<style>
a { background-color: #FD0184; }
a { background-color: rgb(253,1,132); }
div.DivClassName
{
background-color: #FD0184;
}
.BgClassName
{
background-color: #FD0184;
}
</style>
border-color css
<style>
span { border-color: #FD0184; }
span { border-color: rgb(253,1,132); }
td.TdClassName
{
border-color: #FD0184;
}
.TagClassName
{
border-color: #FD0184;
}
</style>