Shades of Deep Pink #FA098F
Tints of Deep Pink #FA098F
RGB
CMYK
RGB Variations
Color information
#FA098F (or 0xFA098F) is known color: Deep Pink. HEX triplet: FA, 09 and 8F. RGB value is (250,9,143). Sum of RGB (Red+Green+Blue) = 250+9+143=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 143 (56.25% from 255 or 35.57% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA098F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA098F is #05F670. Grayscale: #606060. Windows color (decimal): -390769 or 9374202. OLE color: 9374202.
HSL color Cylindrical-coordinate representation of color #FA098F: hue angle of 326.64º degrees, saturation: 0.96, 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 #FA098F is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 9 | 143 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.02 |
| HSL | 326.64º | 0.96% | 0.51% | - |
| HSV(B) | 326.64º | 0.96% | 0.98% | - |
| XYZ | 44.48 | 22.5 | 27.99 | - |
| YUV | 96.34 | 154.34 | 237.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 9 | 143 | 0 | 0.96 | 0.43 | 0.02 | 326.64 | 0.96 | 0.51 |
| Hex | FA | 9 | 8F | 0 | 60 | 2B | 2 | 147 | 60 | 33 |
| Octal | 372 | 11 | 217 | 0 | 140 | 53 | 2 | 507 | 140 | 63 |
| Binary | 11111010 | 1001 | 10001111 | 0 | 1100000 | 101011 | 10 | 101000111 | 1100000 | 110011 |
Color Harmonies of #FA098F
Complementary color
Monochromatic Colors of #FA098F
Black with #FA098F
Text Example
Text Example
White with #FA098F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA098F; }
p { color: rgb(250,9,143); }
H1.HeaderClassName
{
color: #FA098F;
}
.AnyTagClassName
{
color: #FA098F;
}
</style>
background-color css
<style>
a { background-color: #FA098F; }
a { background-color: rgb(250,9,143); }
div.DivClassName
{
background-color: #FA098F;
}
.BgClassName
{
background-color: #FA098F;
}
</style>
border-color css
<style>
span { border-color: #FA098F; }
span { border-color: rgb(250,9,143); }
td.TdClassName
{
border-color: #FA098F;
}
.TagClassName
{
border-color: #FA098F;
}
</style>