Shades of Deep Pink #FD099B
Tints of Deep Pink #FD099B
RGB
CMYK
RGB Variations
Color information
#FD099B (or 0xFD099B) is known color: Deep Pink. HEX triplet: FD, 09 and 9B. RGB value is (253,9,155). Sum of RGB (Red+Green+Blue) = 253+9+155=417 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.67% from 417); Green value is 9 (3.91% from 255 or 2.16% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 253 - color contains mainly: red. Hex color #FD099B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD099B is #02F664. Grayscale: #626262. Windows color (decimal): -194149 or 10160637. OLE color: 10160637.
HSL color Cylindrical-coordinate representation of color #FD099B: hue angle of 324.1º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD099B is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 155 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.01 |
| HSL | 324.1º | 0.98% | 0.51% | - |
| HSV(B) | 324.1º | 0.96% | 0.99% | - |
| XYZ | 46.52 | 23.44 | 33.08 | - |
| YUV | 98.6 | 159.84 | 238.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 155 | 0 | 0.96 | 0.39 | 0.01 | 324.1 | 0.98 | 0.51 |
| Hex | FD | 9 | 9B | 0 | 60 | 27 | 1 | 144 | 62 | 33 |
| Octal | 375 | 11 | 233 | 0 | 140 | 47 | 1 | 504 | 142 | 63 |
| Binary | 11111101 | 1001 | 10011011 | 0 | 1100000 | 100111 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FD099B
Complementary color
Monochromatic Colors of #FD099B
Black with #FD099B
Text Example
Text Example
White with #FD099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD099B; }
p { color: rgb(253,9,155); }
H1.HeaderClassName
{
color: #FD099B;
}
.AnyTagClassName
{
color: #FD099B;
}
</style>
background-color css
<style>
a { background-color: #FD099B; }
a { background-color: rgb(253,9,155); }
div.DivClassName
{
background-color: #FD099B;
}
.BgClassName
{
background-color: #FD099B;
}
</style>
border-color css
<style>
span { border-color: #FD099B; }
span { border-color: rgb(253,9,155); }
td.TdClassName
{
border-color: #FD099B;
}
.TagClassName
{
border-color: #FD099B;
}
</style>