Shades of Deep Pink #F90B8D
Tints of Deep Pink #F90B8D
RGB
CMYK
RGB Variations
Color information
#F90B8D (or 0xF90B8D) is known color: Deep Pink. HEX triplet: F9, 0B and 8D. RGB value is (249,11,141). Sum of RGB (Red+Green+Blue) = 249+11+141=401 (53% of max value = 765). Red value is 249 (97.66% from 255 or 62.09% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 141 (55.47% from 255 or 35.16% from 401); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B8D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90B8D is #06F472. Grayscale: #606060. Windows color (decimal): -455795 or 9243641. OLE color: 9243641.
HSL color Cylindrical-coordinate representation of color #F90B8D: hue angle of 327.23º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B8D is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 141 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.02 |
| HSL | 327.23º | 0.95% | 0.51% | - |
| HSV(B) | 327.23º | 0.96% | 0.98% | - |
| XYZ | 43.99 | 22.3 | 27.19 | - |
| YUV | 96.98 | 152.85 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 141 | 0 | 0.96 | 0.43 | 0.02 | 327.23 | 0.95 | 0.51 |
| Hex | F9 | B | 8D | 0 | 60 | 2B | 2 | 147 | 5F | 33 |
| Octal | 371 | 13 | 215 | 0 | 140 | 53 | 2 | 507 | 137 | 63 |
| Binary | 11111001 | 1011 | 10001101 | 0 | 1100000 | 101011 | 10 | 101000111 | 1011111 | 110011 |
Color Harmonies of #F90B8D
Complementary color
Monochromatic Colors of #F90B8D
Black with #F90B8D
Text Example
Text Example
White with #F90B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B8D; }
p { color: rgb(249,11,141); }
H1.HeaderClassName
{
color: #F90B8D;
}
.AnyTagClassName
{
color: #F90B8D;
}
</style>
background-color css
<style>
a { background-color: #F90B8D; }
a { background-color: rgb(249,11,141); }
div.DivClassName
{
background-color: #F90B8D;
}
.BgClassName
{
background-color: #F90B8D;
}
</style>
border-color css
<style>
span { border-color: #F90B8D; }
span { border-color: rgb(249,11,141); }
td.TdClassName
{
border-color: #F90B8D;
}
.TagClassName
{
border-color: #F90B8D;
}
</style>