Shades of Deep Pink #F0177E
Tints of Deep Pink #F0177E
RGB
CMYK
RGB Variations
Color information
#F0177E (or 0xF0177E) is known color: Deep Pink. HEX triplet: F0, 17 and 7E. RGB value is (240,23,126). Sum of RGB (Red+Green+Blue) = 240+23+126=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 23 (9.38% from 255 or 5.91% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0177E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0177E is #0FE881. Grayscale: #636363. Windows color (decimal): -1042562 or 8263664. OLE color: 8263664.
HSL color Cylindrical-coordinate representation of color #F0177E: hue angle of 331.52º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0177E is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 126 | - |
| CMYK | 0 | 0.90 | 0.48 | 0.06 |
| HSL | 331.52º | 0.88% | 0.52% | - |
| HSV(B) | 331.52º | 0.9% | 0.94% | - |
| XYZ | 40.01 | 20.64 | 21.61 | - |
| YUV | 99.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 126 | 0 | 0.90 | 0.48 | 0.06 | 331.52 | 0.88 | 0.52 |
| Hex | F0 | 17 | 7E | 0 | 5A | 30 | 6 | 14C | 58 | 34 |
| Octal | 360 | 27 | 176 | 0 | 132 | 60 | 6 | 514 | 130 | 64 |
| Binary | 11110000 | 10111 | 1111110 | 0 | 1011010 | 110000 | 110 | 101001100 | 1011000 | 110100 |
Color Harmonies of #F0177E
Complementary color
Monochromatic Colors of #F0177E
Black with #F0177E
Text Example
Text Example
White with #F0177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0177E; }
p { color: rgb(240,23,126); }
H1.HeaderClassName
{
color: #F0177E;
}
.AnyTagClassName
{
color: #F0177E;
}
</style>
background-color css
<style>
a { background-color: #F0177E; }
a { background-color: rgb(240,23,126); }
div.DivClassName
{
background-color: #F0177E;
}
.BgClassName
{
background-color: #F0177E;
}
</style>
border-color css
<style>
span { border-color: #F0177E; }
span { border-color: rgb(240,23,126); }
td.TdClassName
{
border-color: #F0177E;
}
.TagClassName
{
border-color: #F0177E;
}
</style>