Shades of Deep Pink #FF097F
Tints of Deep Pink #FF097F
RGB
CMYK
RGB Variations
Color information
#FF097F (or 0xFF097F) is known color: Deep Pink. HEX triplet: FF, 09 and 7F. RGB value is (255,9,127). Sum of RGB (Red+Green+Blue) = 255+9+127=391 (51% of max value = 765). Red value is 255 (100% from 255 or 65.22% from 391); Green value is 9 (3.91% from 255 or 2.30% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 255 - color contains mainly: red. Hex color #FF097F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF097F is #00F680. Grayscale: #5F5F5F. Windows color (decimal): -63105 or 8325631. OLE color: 8325631.
HSL color Cylindrical-coordinate representation of color #FF097F: hue angle of 331.22º 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 #FF097F is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 127 | - |
| CMYK | 0 | 0.96 | 0.50 | 0 |
| HSL | 331.22º | 1% | 0.52% | - |
| HSV(B) | 331.22º | 0.96% | 1% | - |
| XYZ | 45.17 | 22.99 | 22.14 | - |
| YUV | 96.01 | 145.5 | 241.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 127 | 0 | 0.96 | 0.50 | 0 | 331.22 | 1 | 0.52 |
| Hex | FF | 9 | 7F | 0 | 60 | 32 | 0 | 14B | 64 | 34 |
| Octal | 377 | 11 | 177 | 0 | 140 | 62 | 0 | 513 | 144 | 64 |
| Binary | 11111111 | 1001 | 1111111 | 0 | 1100000 | 110010 | 0 | 101001011 | 1100100 | 110100 |
Color Harmonies of #FF097F
Complementary color
Monochromatic Colors of #FF097F
Black with #FF097F
Text Example
Text Example
White with #FF097F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF097F; }
p { color: rgb(255,9,127); }
H1.HeaderClassName
{
color: #FF097F;
}
.AnyTagClassName
{
color: #FF097F;
}
</style>
background-color css
<style>
a { background-color: #FF097F; }
a { background-color: rgb(255,9,127); }
div.DivClassName
{
background-color: #FF097F;
}
.BgClassName
{
background-color: #FF097F;
}
</style>
border-color css
<style>
span { border-color: #FF097F; }
span { border-color: rgb(255,9,127); }
td.TdClassName
{
border-color: #FF097F;
}
.TagClassName
{
border-color: #FF097F;
}
</style>