Shades of Deep Pink #FF097B
Tints of Deep Pink #FF097B
RGB
CMYK
RGB Variations
Color information
#FF097B (or 0xFF097B) is known color: Deep Pink. HEX triplet: FF, 09 and 7B. RGB value is (255,9,123). Sum of RGB (Red+Green+Blue) = 255+9+123=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF097B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF097B is #00F684. Grayscale: #5F5F5F. Windows color (decimal): -63109 or 8063487. OLE color: 8063487.
HSL color Cylindrical-coordinate representation of color #FF097B: hue angle of 332.2º 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 #FF097B is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 123 | - |
| CMYK | 0 | 0.96 | 0.52 | 0 |
| HSL | 332.2º | 1% | 0.52% | - |
| HSV(B) | 332.2º | 0.96% | 1% | - |
| XYZ | 44.91 | 22.89 | 20.79 | - |
| YUV | 95.55 | 143.5 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 123 | 0 | 0.96 | 0.52 | 0 | 332.2 | 1 | 0.52 |
| Hex | FF | 9 | 7B | 0 | 60 | 34 | 0 | 14C | 64 | 34 |
| Octal | 377 | 11 | 173 | 0 | 140 | 64 | 0 | 514 | 144 | 64 |
| Binary | 11111111 | 1001 | 1111011 | 0 | 1100000 | 110100 | 0 | 101001100 | 1100100 | 110100 |
Color Harmonies of #FF097B
Complementary color
Monochromatic Colors of #FF097B
Black with #FF097B
Text Example
Text Example
White with #FF097B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF097B; }
p { color: rgb(255,9,123); }
H1.HeaderClassName
{
color: #FF097B;
}
.AnyTagClassName
{
color: #FF097B;
}
</style>
background-color css
<style>
a { background-color: #FF097B; }
a { background-color: rgb(255,9,123); }
div.DivClassName
{
background-color: #FF097B;
}
.BgClassName
{
background-color: #FF097B;
}
</style>
border-color css
<style>
span { border-color: #FF097B; }
span { border-color: rgb(255,9,123); }
td.TdClassName
{
border-color: #FF097B;
}
.TagClassName
{
border-color: #FF097B;
}
</style>