Shades of Deep Pink #FD099A
Tints of Deep Pink #FD099A
RGB
CMYK
RGB Variations
Color information
#FD099A (or 0xFD099A) is known color: Deep Pink. HEX triplet: FD, 09 and 9A. RGB value is (253,9,154). Sum of RGB (Red+Green+Blue) = 253+9+154=416 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.82% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 253 - color contains mainly: red. Hex color #FD099A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD099A is #02F665. Grayscale: #626262. Windows color (decimal): -194150 or 10095101. OLE color: 10095101.
HSL color Cylindrical-coordinate representation of color #FD099A: hue angle of 324.34º 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 #FD099A is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 154 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.01 |
| HSL | 324.34º | 0.98% | 0.51% | - |
| HSV(B) | 324.34º | 0.96% | 0.99% | - |
| XYZ | 46.44 | 23.41 | 32.64 | - |
| YUV | 98.49 | 159.34 | 238.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 154 | 0 | 0.96 | 0.39 | 0.01 | 324.34 | 0.98 | 0.51 |
| Hex | FD | 9 | 9A | 0 | 60 | 27 | 1 | 144 | 62 | 33 |
| Octal | 375 | 11 | 232 | 0 | 140 | 47 | 1 | 504 | 142 | 63 |
| Binary | 11111101 | 1001 | 10011010 | 0 | 1100000 | 100111 | 1 | 101000100 | 1100010 | 110011 |
Color Harmonies of #FD099A
Complementary color
Monochromatic Colors of #FD099A
Black with #FD099A
Text Example
Text Example
White with #FD099A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD099A; }
p { color: rgb(253,9,154); }
H1.HeaderClassName
{
color: #FD099A;
}
.AnyTagClassName
{
color: #FD099A;
}
</style>
background-color css
<style>
a { background-color: #FD099A; }
a { background-color: rgb(253,9,154); }
div.DivClassName
{
background-color: #FD099A;
}
.BgClassName
{
background-color: #FD099A;
}
</style>
border-color css
<style>
span { border-color: #FD099A; }
span { border-color: rgb(253,9,154); }
td.TdClassName
{
border-color: #FD099A;
}
.TagClassName
{
border-color: #FD099A;
}
</style>