Shades of Deep Pink #F0177A
Tints of Deep Pink #F0177A
RGB
CMYK
RGB Variations
Color information
#F0177A (or 0xF0177A) is known color: Deep Pink. HEX triplet: F0, 17 and 7A. RGB value is (240,23,122). Sum of RGB (Red+Green+Blue) = 240+23+122=385 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.34% from 385); Green value is 23 (9.38% from 255 or 5.97% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 240 - color contains mainly: red. Hex color #F0177A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0177A is #0FE885. Grayscale: #626262. Windows color (decimal): -1042566 or 8001520. OLE color: 8001520.
HSL color Cylindrical-coordinate representation of color #F0177A: hue angle of 332.63º 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 #F0177A is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 122 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.06 |
| HSL | 332.63º | 0.88% | 0.52% | - |
| HSV(B) | 332.63º | 0.9% | 0.94% | - |
| XYZ | 39.75 | 20.54 | 20.28 | - |
| YUV | 99.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 122 | 0 | 0.90 | 0.49 | 0.06 | 332.63 | 0.88 | 0.52 |
| Hex | F0 | 17 | 7A | 0 | 5A | 31 | 6 | 14D | 58 | 34 |
| Octal | 360 | 27 | 172 | 0 | 132 | 61 | 6 | 515 | 130 | 64 |
| Binary | 11110000 | 10111 | 1111010 | 0 | 1011010 | 110001 | 110 | 101001101 | 1011000 | 110100 |
Color Harmonies of #F0177A
Complementary color
Monochromatic Colors of #F0177A
Black with #F0177A
Text Example
Text Example
White with #F0177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0177A; }
p { color: rgb(240,23,122); }
H1.HeaderClassName
{
color: #F0177A;
}
.AnyTagClassName
{
color: #F0177A;
}
</style>
background-color css
<style>
a { background-color: #F0177A; }
a { background-color: rgb(240,23,122); }
div.DivClassName
{
background-color: #F0177A;
}
.BgClassName
{
background-color: #F0177A;
}
</style>
border-color css
<style>
span { border-color: #F0177A; }
span { border-color: rgb(240,23,122); }
td.TdClassName
{
border-color: #F0177A;
}
.TagClassName
{
border-color: #F0177A;
}
</style>