Shades of Deep Pink #F90995
Tints of Deep Pink #F90995
RGB
CMYK
RGB Variations
Color information
#F90995 (or 0xF90995) is known color: Deep Pink. HEX triplet: F9, 09 and 95. RGB value is (249,9,149). Sum of RGB (Red+Green+Blue) = 249+9+149=407 (53% of max value = 765). Red value is 249 (97.66% from 255 or 61.18% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 249 - color contains mainly: red. Hex color #F90995 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90995 is #06F66A. Grayscale: #606060. Windows color (decimal): -456299 or 9767417. OLE color: 9767417.
HSL color Cylindrical-coordinate representation of color #F90995: hue angle of 325º 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 #F90995 is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 9 | 149 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.02 |
| HSL | 325º | 0.95% | 0.51% | - |
| HSV(B) | 325º | 0.96% | 0.98% | - |
| XYZ | 44.59 | 22.51 | 30.43 | - |
| YUV | 96.72 | 157.51 | 236.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 9 | 149 | 0 | 0.96 | 0.40 | 0.02 | 325 | 0.95 | 0.51 |
| Hex | F9 | 9 | 95 | 0 | 60 | 28 | 2 | 145 | 5F | 33 |
| Octal | 371 | 11 | 225 | 0 | 140 | 50 | 2 | 505 | 137 | 63 |
| Binary | 11111001 | 1001 | 10010101 | 0 | 1100000 | 101000 | 10 | 101000101 | 1011111 | 110011 |
Color Harmonies of #F90995
Complementary color
Monochromatic Colors of #F90995
Black with #F90995
Text Example
Text Example
White with #F90995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90995; }
p { color: rgb(249,9,149); }
H1.HeaderClassName
{
color: #F90995;
}
.AnyTagClassName
{
color: #F90995;
}
</style>
background-color css
<style>
a { background-color: #F90995; }
a { background-color: rgb(249,9,149); }
div.DivClassName
{
background-color: #F90995;
}
.BgClassName
{
background-color: #F90995;
}
</style>
border-color css
<style>
span { border-color: #F90995; }
span { border-color: rgb(249,9,149); }
td.TdClassName
{
border-color: #F90995;
}
.TagClassName
{
border-color: #F90995;
}
</style>