Shades of Deep Pink #F90185
Tints of Deep Pink #F90185
RGB
CMYK
RGB Variations
Color information
#F90185 (or 0xF90185) is known color: Deep Pink. HEX triplet: F9, 01 and 85. RGB value is (249,1,133). Sum of RGB (Red+Green+Blue) = 249+1+133=383 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.01% from 383); Green value is 1 (0.78% from 255 or 0.26% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 249 - color contains mainly: red. Hex color #F90185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F90185 is #06FE7A. Grayscale: #595959. Windows color (decimal): -458363 or 8716793. OLE color: 8716793.
HSL color Cylindrical-coordinate representation of color #F90185: hue angle of 328.06º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90185 is Cyan = 0, Magento = 1.00, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 133 | - |
| CMYK | 0 | 1.00 | 0.47 | 0.02 |
| HSL | 328.06º | 0.99% | 0.49% | - |
| HSV(B) | 328.06º | 1% | 0.98% | - |
| XYZ | 43.31 | 21.85 | 24.13 | - |
| YUV | 90.2 | 152.16 | 241.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 133 | 0 | 1.00 | 0.47 | 0.02 | 328.06 | 0.99 | 0.49 |
| Hex | F9 | 1 | 85 | 0 | 64 | 2F | 2 | 148 | 63 | 31 |
| Octal | 371 | 1 | 205 | 0 | 144 | 57 | 2 | 510 | 143 | 61 |
| Binary | 11111001 | 1 | 10000101 | 0 | 1100100 | 101111 | 10 | 101001000 | 1100011 | 110001 |
Color Harmonies of #F90185
Complementary color
Monochromatic Colors of #F90185
Black with #F90185
Text Example
Text Example
White with #F90185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90185; }
p { color: rgb(249,1,133); }
H1.HeaderClassName
{
color: #F90185;
}
.AnyTagClassName
{
color: #F90185;
}
</style>
background-color css
<style>
a { background-color: #F90185; }
a { background-color: rgb(249,1,133); }
div.DivClassName
{
background-color: #F90185;
}
.BgClassName
{
background-color: #F90185;
}
</style>
border-color css
<style>
span { border-color: #F90185; }
span { border-color: rgb(249,1,133); }
td.TdClassName
{
border-color: #F90185;
}
.TagClassName
{
border-color: #F90185;
}
</style>