Shades of Deep Pink #FF0974
Tints of Deep Pink #FF0974
RGB
CMYK
RGB Variations
Color information
#FF0974 (or 0xFF0974) is known color: Deep Pink. HEX triplet: FF, 09 and 74. RGB value is (255,9,116). Sum of RGB (Red+Green+Blue) = 255+9+116=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 9 (3.91% from 255 or 2.37% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0974 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0974 is #00F68B. Grayscale: #5E5E5E. Windows color (decimal): -63116 or 7604735. OLE color: 7604735.
HSL color Cylindrical-coordinate representation of color #FF0974: hue angle of 333.9º 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 #FF0974 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 9 | 116 | - |
| CMYK | 0 | 0.96 | 0.55 | 0 |
| HSL | 333.9º | 1% | 0.52% | - |
| HSV(B) | 333.9º | 0.96% | 1% | - |
| XYZ | 44.49 | 22.72 | 18.56 | - |
| YUV | 94.75 | 140 | 242.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 9 | 116 | 0 | 0.96 | 0.55 | 0 | 333.9 | 1 | 0.52 |
| Hex | FF | 9 | 74 | 0 | 60 | 37 | 0 | 14E | 64 | 34 |
| Octal | 377 | 11 | 164 | 0 | 140 | 67 | 0 | 516 | 144 | 64 |
| Binary | 11111111 | 1001 | 1110100 | 0 | 1100000 | 110111 | 0 | 101001110 | 1100100 | 110100 |
Color Harmonies of #FF0974
Complementary color
Monochromatic Colors of #FF0974
Black with #FF0974
Text Example
Text Example
White with #FF0974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0974; }
p { color: rgb(255,9,116); }
H1.HeaderClassName
{
color: #FF0974;
}
.AnyTagClassName
{
color: #FF0974;
}
</style>
background-color css
<style>
a { background-color: #FF0974; }
a { background-color: rgb(255,9,116); }
div.DivClassName
{
background-color: #FF0974;
}
.BgClassName
{
background-color: #FF0974;
}
</style>
border-color css
<style>
span { border-color: #FF0974; }
span { border-color: rgb(255,9,116); }
td.TdClassName
{
border-color: #FF0974;
}
.TagClassName
{
border-color: #FF0974;
}
</style>