Shades of Deep Pink #FF148A
Tints of Deep Pink #FF148A
RGB
CMYK
RGB Variations
Color information
#FF148A (or 0xFF148A) is known color: Deep Pink. HEX triplet: FF, 14 and 8A. RGB value is (255,20,138). Sum of RGB (Red+Green+Blue) = 255+20+138=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF148A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF148A is #00EB75. Grayscale: #676767. Windows color (decimal): -60278 or 9049343. OLE color: 9049343.
HSL color Cylindrical-coordinate representation of color #FF148A: hue angle of 329.87º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF148A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 138 | - |
| CMYK | 0 | 0.92 | 0.46 | 0 |
| HSL | 329.87º | 1% | 0.54% | - |
| HSV(B) | 329.87º | 0.92% | 1% | - |
| XYZ | 46.08 | 23.6 | 26.17 | - |
| YUV | 103.72 | 147.36 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 138 | 0 | 0.92 | 0.46 | 0 | 329.87 | 1 | 0.54 |
| Hex | FF | 14 | 8A | 0 | 5C | 2E | 0 | 14A | 64 | 36 |
| Octal | 377 | 24 | 212 | 0 | 134 | 56 | 0 | 512 | 144 | 66 |
| Binary | 11111111 | 10100 | 10001010 | 0 | 1011100 | 101110 | 0 | 101001010 | 1100100 | 110110 |
Color Harmonies of #FF148A
Complementary color
Monochromatic Colors of #FF148A
Black with #FF148A
Text Example
Text Example
White with #FF148A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF148A; }
p { color: rgb(255,20,138); }
H1.HeaderClassName
{
color: #FF148A;
}
.AnyTagClassName
{
color: #FF148A;
}
</style>
background-color css
<style>
a { background-color: #FF148A; }
a { background-color: rgb(255,20,138); }
div.DivClassName
{
background-color: #FF148A;
}
.BgClassName
{
background-color: #FF148A;
}
</style>
border-color css
<style>
span { border-color: #FF148A; }
span { border-color: rgb(255,20,138); }
td.TdClassName
{
border-color: #FF148A;
}
.TagClassName
{
border-color: #FF148A;
}
</style>