Shades of Deep Pink #FA018B
Tints of Deep Pink #FA018B
RGB
CMYK
RGB Variations
Color information
#FA018B (or 0xFA018B) is known color: Deep Pink. HEX triplet: FA, 01 and 8B. RGB value is (250,1,139). Sum of RGB (Red+Green+Blue) = 250+1+139=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA018B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FA018B is #05FE74. Grayscale: #5A5A5A. Windows color (decimal): -392821 or 9110010. OLE color: 9110010.
HSL color Cylindrical-coordinate representation of color #FA018B: hue angle of 326.75º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA018B is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 139 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.02 |
| HSL | 326.75º | 0.99% | 0.49% | - |
| HSV(B) | 326.75º | 1% | 0.98% | - |
| XYZ | 44.1 | 22.21 | 26.39 | - |
| YUV | 91.18 | 154.99 | 241.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 139 | 0 | 1.00 | 0.44 | 0.02 | 326.75 | 0.99 | 0.49 |
| Hex | FA | 1 | 8B | 0 | 64 | 2C | 2 | 147 | 63 | 31 |
| Octal | 372 | 1 | 213 | 0 | 144 | 54 | 2 | 507 | 143 | 61 |
| Binary | 11111010 | 1 | 10001011 | 0 | 1100100 | 101100 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #FA018B
Complementary color
Monochromatic Colors of #FA018B
Black with #FA018B
Text Example
Text Example
White with #FA018B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA018B; }
p { color: rgb(250,1,139); }
H1.HeaderClassName
{
color: #FA018B;
}
.AnyTagClassName
{
color: #FA018B;
}
</style>
background-color css
<style>
a { background-color: #FA018B; }
a { background-color: rgb(250,1,139); }
div.DivClassName
{
background-color: #FA018B;
}
.BgClassName
{
background-color: #FA018B;
}
</style>
border-color css
<style>
span { border-color: #FA018B; }
span { border-color: rgb(250,1,139); }
td.TdClassName
{
border-color: #FA018B;
}
.TagClassName
{
border-color: #FA018B;
}
</style>