Shades of Deep Pink #FF097D
Tints of Deep Pink #FF097D
RGB
CMYK
RGB Variations
Color information
#FF097D (or 0xFF097D) is known color: Deep Pink. HEX triplet: FF, 09 and 7D. RGB value is (255,9,125). Sum of RGB (Red+Green+Blue) = 255+9+125=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF097D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF097D is #00F682. Grayscale: #5F5F5F. Windows color (decimal): -63107 or 8194559. OLE color: 8194559.
HSL color Cylindrical-coordinate representation of color #FF097D: hue angle of 331.71º 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 #FF097D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 125 | - |
| CMYK | 0 | 0.96 | 0.51 | 0 |
| HSL | 331.71º | 1% | 0.52% | - |
| HSV(B) | 331.71º | 0.96% | 1% | - |
| XYZ | 45.04 | 22.94 | 21.46 | - |
| YUV | 95.78 | 144.5 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 125 | 0 | 0.96 | 0.51 | 0 | 331.71 | 1 | 0.52 |
| Hex | FF | 9 | 7D | 0 | 60 | 33 | 0 | 14C | 64 | 34 |
| Octal | 377 | 11 | 175 | 0 | 140 | 63 | 0 | 514 | 144 | 64 |
| Binary | 11111111 | 1001 | 1111101 | 0 | 1100000 | 110011 | 0 | 101001100 | 1100100 | 110100 |
Color Harmonies of #FF097D
Complementary color
Monochromatic Colors of #FF097D
Black with #FF097D
Text Example
Text Example
White with #FF097D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF097D; }
p { color: rgb(255,9,125); }
H1.HeaderClassName
{
color: #FF097D;
}
.AnyTagClassName
{
color: #FF097D;
}
</style>
background-color css
<style>
a { background-color: #FF097D; }
a { background-color: rgb(255,9,125); }
div.DivClassName
{
background-color: #FF097D;
}
.BgClassName
{
background-color: #FF097D;
}
</style>
border-color css
<style>
span { border-color: #FF097D; }
span { border-color: rgb(255,9,125); }
td.TdClassName
{
border-color: #FF097D;
}
.TagClassName
{
border-color: #FF097D;
}
</style>