Shades of Deep Pink #FF097A
Tints of Deep Pink #FF097A
RGB
CMYK
RGB Variations
Color information
#FF097A (or 0xFF097A) is known color: Deep Pink. HEX triplet: FF, 09 and 7A. RGB value is (255,9,122). Sum of RGB (Red+Green+Blue) = 255+9+122=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF097A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF097A is #00F685. Grayscale: #5F5F5F. Windows color (decimal): -63110 or 7997951. OLE color: 7997951.
HSL color Cylindrical-coordinate representation of color #FF097A: hue angle of 332.44º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF097A is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 122 | - |
| CMYK | 0 | 0.96 | 0.52 | 0 |
| HSL | 332.44º | 1% | 0.52% | - |
| HSV(B) | 332.44º | 0.96% | 1% | - |
| XYZ | 44.85 | 22.86 | 20.46 | - |
| YUV | 95.44 | 143 | 241.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 122 | 0 | 0.96 | 0.52 | 0 | 332.44 | 1 | 0.52 |
| Hex | FF | 9 | 7A | 0 | 60 | 34 | 0 | 14C | 64 | 34 |
| Octal | 377 | 11 | 172 | 0 | 140 | 64 | 0 | 514 | 144 | 64 |
| Binary | 11111111 | 1001 | 1111010 | 0 | 1100000 | 110100 | 0 | 101001100 | 1100100 | 110100 |
Color Harmonies of #FF097A
Complementary color
Monochromatic Colors of #FF097A
Black with #FF097A
Text Example
Text Example
White with #FF097A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF097A; }
p { color: rgb(255,9,122); }
H1.HeaderClassName
{
color: #FF097A;
}
.AnyTagClassName
{
color: #FF097A;
}
</style>
background-color css
<style>
a { background-color: #FF097A; }
a { background-color: rgb(255,9,122); }
div.DivClassName
{
background-color: #FF097A;
}
.BgClassName
{
background-color: #FF097A;
}
</style>
border-color css
<style>
span { border-color: #FF097A; }
span { border-color: rgb(255,9,122); }
td.TdClassName
{
border-color: #FF097A;
}
.TagClassName
{
border-color: #FF097A;
}
</style>