Shades of Deep Pink #F90F9C
Tints of Deep Pink #F90F9C
RGB
CMYK
RGB Variations
Color information
#F90F9C (or 0xF90F9C) is known color: Deep Pink. HEX triplet: F9, 0F and 9C. RGB value is (249,15,156). Sum of RGB (Red+Green+Blue) = 249+15+156=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 15 (6.25% from 255 or 3.57% from 420); Blue value is 156 (61.33% from 255 or 37.14% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F9C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90F9C is #06F063. Grayscale: #646464. Windows color (decimal): -454756 or 10227705. OLE color: 10227705.
HSL color Cylindrical-coordinate representation of color #F90F9C: hue angle of 323.85º 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 #F90F9C is Cyan = 0, Magento = 0.94, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 156 | - |
| CMYK | 0 | 0.94 | 0.37 | 0.02 |
| HSL | 323.85º | 0.95% | 0.52% | - |
| HSV(B) | 323.85º | 0.94% | 0.98% | - |
| XYZ | 45.24 | 22.88 | 33.48 | - |
| YUV | 101.04 | 159.02 | 233.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 156 | 0 | 0.94 | 0.37 | 0.02 | 323.85 | 0.95 | 0.52 |
| Hex | F9 | F | 9C | 0 | 5E | 25 | 2 | 144 | 5F | 34 |
| Octal | 371 | 17 | 234 | 0 | 136 | 45 | 2 | 504 | 137 | 64 |
| Binary | 11111001 | 1111 | 10011100 | 0 | 1011110 | 100101 | 10 | 101000100 | 1011111 | 110100 |
Color Harmonies of #F90F9C
Complementary color
Monochromatic Colors of #F90F9C
Black with #F90F9C
Text Example
Text Example
White with #F90F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F9C; }
p { color: rgb(249,15,156); }
H1.HeaderClassName
{
color: #F90F9C;
}
.AnyTagClassName
{
color: #F90F9C;
}
</style>
background-color css
<style>
a { background-color: #F90F9C; }
a { background-color: rgb(249,15,156); }
div.DivClassName
{
background-color: #F90F9C;
}
.BgClassName
{
background-color: #F90F9C;
}
</style>
border-color css
<style>
span { border-color: #F90F9C; }
span { border-color: rgb(249,15,156); }
td.TdClassName
{
border-color: #F90F9C;
}
.TagClassName
{
border-color: #F90F9C;
}
</style>