Shades of Deep Pink #FA148D
Tints of Deep Pink #FA148D
RGB
CMYK
RGB Variations
Color information
#FA148D (or 0xFA148D) is known color: Deep Pink. HEX triplet: FA, 14 and 8D. RGB value is (250,20,141). Sum of RGB (Red+Green+Blue) = 250+20+141=411 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.83% from 411); Green value is 20 (8.20% from 255 or 4.87% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 250 - color contains mainly: red. Hex color #FA148D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA148D is #05EB72. Grayscale: #666666. Windows color (decimal): -387955 or 9245946. OLE color: 9245946.
HSL color Cylindrical-coordinate representation of color #FA148D: hue angle of 328.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA148D is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 141 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.02 |
| HSL | 328.43º | 0.96% | 0.53% | - |
| HSV(B) | 328.43º | 0.92% | 0.98% | - |
| XYZ | 44.48 | 22.75 | 27.25 | - |
| YUV | 102.56 | 149.7 | 233.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 141 | 0 | 0.92 | 0.44 | 0.02 | 328.43 | 0.96 | 0.53 |
| Hex | FA | 14 | 8D | 0 | 5C | 2C | 2 | 148 | 60 | 35 |
| Octal | 372 | 24 | 215 | 0 | 134 | 54 | 2 | 510 | 140 | 65 |
| Binary | 11111010 | 10100 | 10001101 | 0 | 1011100 | 101100 | 10 | 101001000 | 1100000 | 110101 |
Color Harmonies of #FA148D
Complementary color
Monochromatic Colors of #FA148D
Black with #FA148D
Text Example
Text Example
White with #FA148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA148D; }
p { color: rgb(250,20,141); }
H1.HeaderClassName
{
color: #FA148D;
}
.AnyTagClassName
{
color: #FA148D;
}
</style>
background-color css
<style>
a { background-color: #FA148D; }
a { background-color: rgb(250,20,141); }
div.DivClassName
{
background-color: #FA148D;
}
.BgClassName
{
background-color: #FA148D;
}
</style>
border-color css
<style>
span { border-color: #FA148D; }
span { border-color: rgb(250,20,141); }
td.TdClassName
{
border-color: #FA148D;
}
.TagClassName
{
border-color: #FA148D;
}
</style>