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