Shades of Deep Pink #F0178A
Tints of Deep Pink #F0178A
RGB
CMYK
RGB Variations
Color information
#F0178A (or 0xF0178A) is known color: Deep Pink. HEX triplet: F0, 17 and 8A. RGB value is (240,23,138). Sum of RGB (Red+Green+Blue) = 240+23+138=401 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.85% from 401); Green value is 23 (9.38% from 255 or 5.74% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 240 - color contains mainly: red. Hex color #F0178A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0178A is #0FE875. Grayscale: #646464. Windows color (decimal): -1042550 or 9050096. OLE color: 9050096.
HSL color Cylindrical-coordinate representation of color #F0178A: hue angle of 328.2º 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 #F0178A is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 138 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.06 |
| HSL | 328.2º | 0.88% | 0.52% | - |
| HSV(B) | 328.2º | 0.9% | 0.94% | - |
| XYZ | 40.83 | 20.97 | 25.94 | - |
| YUV | 100.99 | 148.89 | 227.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 138 | 0 | 0.90 | 0.42 | 0.06 | 328.2 | 0.88 | 0.52 |
| Hex | F0 | 17 | 8A | 0 | 5A | 2A | 6 | 148 | 58 | 34 |
| Octal | 360 | 27 | 212 | 0 | 132 | 52 | 6 | 510 | 130 | 64 |
| Binary | 11110000 | 10111 | 10001010 | 0 | 1011010 | 101010 | 110 | 101001000 | 1011000 | 110100 |
Color Harmonies of #F0178A
Complementary color
Monochromatic Colors of #F0178A
Black with #F0178A
Text Example
Text Example
White with #F0178A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0178A; }
p { color: rgb(240,23,138); }
H1.HeaderClassName
{
color: #F0178A;
}
.AnyTagClassName
{
color: #F0178A;
}
</style>
background-color css
<style>
a { background-color: #F0178A; }
a { background-color: rgb(240,23,138); }
div.DivClassName
{
background-color: #F0178A;
}
.BgClassName
{
background-color: #F0178A;
}
</style>
border-color css
<style>
span { border-color: #F0178A; }
span { border-color: rgb(240,23,138); }
td.TdClassName
{
border-color: #F0178A;
}
.TagClassName
{
border-color: #F0178A;
}
</style>