Shades of Deep Pink #F90F9B
Tints of Deep Pink #F90F9B
RGB
CMYK
RGB Variations
Color information
#F90F9B (or 0xF90F9B) is known color: Deep Pink. HEX triplet: F9, 0F and 9B. RGB value is (249,15,155). Sum of RGB (Red+Green+Blue) = 249+15+155=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 15 (6.25% from 255 or 3.58% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F9B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F9B is #06F064. Grayscale: #646464. Windows color (decimal): -454757 or 10162169. OLE color: 10162169.
HSL color Cylindrical-coordinate representation of color #F90F9B: hue angle of 324.1º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F9B is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 155 | - |
| CMYK | 0 | 0.94 | 0.38 | 0.02 |
| HSL | 324.1º | 0.95% | 0.52% | - |
| HSV(B) | 324.1º | 0.94% | 0.98% | - |
| XYZ | 45.15 | 22.85 | 33.04 | - |
| YUV | 100.93 | 158.52 | 233.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 155 | 0 | 0.94 | 0.38 | 0.02 | 324.1 | 0.95 | 0.52 |
| Hex | F9 | F | 9B | 0 | 5E | 26 | 2 | 144 | 5F | 34 |
| Octal | 371 | 17 | 233 | 0 | 136 | 46 | 2 | 504 | 137 | 64 |
| Binary | 11111001 | 1111 | 10011011 | 0 | 1011110 | 100110 | 10 | 101000100 | 1011111 | 110100 |
Color Harmonies of #F90F9B
Complementary color
Monochromatic Colors of #F90F9B
Black with #F90F9B
Text Example
Text Example
White with #F90F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F9B; }
p { color: rgb(249,15,155); }
H1.HeaderClassName
{
color: #F90F9B;
}
.AnyTagClassName
{
color: #F90F9B;
}
</style>
background-color css
<style>
a { background-color: #F90F9B; }
a { background-color: rgb(249,15,155); }
div.DivClassName
{
background-color: #F90F9B;
}
.BgClassName
{
background-color: #F90F9B;
}
</style>
border-color css
<style>
span { border-color: #F90F9B; }
span { border-color: rgb(249,15,155); }
td.TdClassName
{
border-color: #F90F9B;
}
.TagClassName
{
border-color: #F90F9B;
}
</style>