Shades of Deep Pink #FA148C
Tints of Deep Pink #FA148C
RGB
CMYK
RGB Variations
Color information
#FA148C (or 0xFA148C) is known color: Deep Pink. HEX triplet: FA, 14 and 8C. RGB value is (250,20,140). Sum of RGB (Red+Green+Blue) = 250+20+140=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 20 (8.20% from 255 or 4.88% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA148C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA148C is #05EB73. Grayscale: #666666. Windows color (decimal): -387956 or 9180410. OLE color: 9180410.
HSL color Cylindrical-coordinate representation of color #FA148C: hue angle of 328.7º 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 #FA148C is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 20 | 140 | - |
| CMYK | 0 | 0.92 | 0.44 | 0.02 |
| HSL | 328.7º | 0.96% | 0.53% | - |
| HSV(B) | 328.7º | 0.92% | 0.98% | - |
| XYZ | 44.41 | 22.72 | 26.86 | - |
| YUV | 102.45 | 149.2 | 233.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 20 | 140 | 0 | 0.92 | 0.44 | 0.02 | 328.7 | 0.96 | 0.53 |
| Hex | FA | 14 | 8C | 0 | 5C | 2C | 2 | 149 | 60 | 35 |
| Octal | 372 | 24 | 214 | 0 | 134 | 54 | 2 | 511 | 140 | 65 |
| Binary | 11111010 | 10100 | 10001100 | 0 | 1011100 | 101100 | 10 | 101001001 | 1100000 | 110101 |
Color Harmonies of #FA148C
Complementary color
Monochromatic Colors of #FA148C
Black with #FA148C
Text Example
Text Example
White with #FA148C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA148C; }
p { color: rgb(250,20,140); }
H1.HeaderClassName
{
color: #FA148C;
}
.AnyTagClassName
{
color: #FA148C;
}
</style>
background-color css
<style>
a { background-color: #FA148C; }
a { background-color: rgb(250,20,140); }
div.DivClassName
{
background-color: #FA148C;
}
.BgClassName
{
background-color: #FA148C;
}
</style>
border-color css
<style>
span { border-color: #FA148C; }
span { border-color: rgb(250,20,140); }
td.TdClassName
{
border-color: #FA148C;
}
.TagClassName
{
border-color: #FA148C;
}
</style>