Shades of Deep Pink #FF148F
Tints of Deep Pink #FF148F
RGB
CMYK
RGB Variations
Color information
#FF148F (or 0xFF148F) is known color: Deep Pink. HEX triplet: FF, 14 and 8F. RGB value is (255,20,143). Sum of RGB (Red+Green+Blue) = 255+20+143=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 20 (8.20% from 255 or 4.78% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF148F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF148F is #00EB70. Grayscale: #686868. Windows color (decimal): -60273 or 9377023. OLE color: 9377023.
HSL color Cylindrical-coordinate representation of color #FF148F: hue angle of 328.6º 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 #FF148F is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 20 | 143 | - |
| CMYK | 0 | 0.92 | 0.44 | 0 |
| HSL | 328.6º | 1% | 0.54% | - |
| HSV(B) | 328.6º | 0.92% | 1% | - |
| XYZ | 46.45 | 23.74 | 28.12 | - |
| YUV | 104.29 | 149.86 | 235.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 20 | 143 | 0 | 0.92 | 0.44 | 0 | 328.6 | 1 | 0.54 |
| Hex | FF | 14 | 8F | 0 | 5C | 2C | 0 | 149 | 64 | 36 |
| Octal | 377 | 24 | 217 | 0 | 134 | 54 | 0 | 511 | 144 | 66 |
| Binary | 11111111 | 10100 | 10001111 | 0 | 1011100 | 101100 | 0 | 101001001 | 1100100 | 110110 |
Color Harmonies of #FF148F
Complementary color
Monochromatic Colors of #FF148F
Black with #FF148F
Text Example
Text Example
White with #FF148F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF148F; }
p { color: rgb(255,20,143); }
H1.HeaderClassName
{
color: #FF148F;
}
.AnyTagClassName
{
color: #FF148F;
}
</style>
background-color css
<style>
a { background-color: #FF148F; }
a { background-color: rgb(255,20,143); }
div.DivClassName
{
background-color: #FF148F;
}
.BgClassName
{
background-color: #FF148F;
}
</style>
border-color css
<style>
span { border-color: #FF148F; }
span { border-color: rgb(255,20,143); }
td.TdClassName
{
border-color: #FF148F;
}
.TagClassName
{
border-color: #FF148F;
}
</style>