Shades of Deep Pink #FB018C
Tints of Deep Pink #FB018C
RGB
CMYK
RGB Variations
Color information
#FB018C (or 0xFB018C) is known color: Deep Pink. HEX triplet: FB, 01 and 8C. RGB value is (251,1,140). Sum of RGB (Red+Green+Blue) = 251+1+140=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 1 (0.78% from 255 or 0.26% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB018C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB018C is #04FE73. Grayscale: #5B5B5B. Windows color (decimal): -327284 or 9175547. OLE color: 9175547.
HSL color Cylindrical-coordinate representation of color #FB018C: hue angle of 326.64º 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 #FB018C is Cyan = 0, Magento = 1.00, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 140 | - |
| CMYK | 0 | 1.00 | 0.44 | 0.02 |
| HSL | 326.64º | 0.99% | 0.49% | - |
| HSV(B) | 326.64º | 1% | 0.98% | - |
| XYZ | 44.53 | 22.42 | 26.79 | - |
| YUV | 91.6 | 155.33 | 241.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 140 | 0 | 1.00 | 0.44 | 0.02 | 326.64 | 0.99 | 0.49 |
| Hex | FB | 1 | 8C | 0 | 64 | 2C | 2 | 147 | 63 | 31 |
| Octal | 373 | 1 | 214 | 0 | 144 | 54 | 2 | 507 | 143 | 61 |
| Binary | 11111011 | 1 | 10001100 | 0 | 1100100 | 101100 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #FB018C
Complementary color
Monochromatic Colors of #FB018C
Black with #FB018C
Text Example
Text Example
White with #FB018C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB018C; }
p { color: rgb(251,1,140); }
H1.HeaderClassName
{
color: #FB018C;
}
.AnyTagClassName
{
color: #FB018C;
}
</style>
background-color css
<style>
a { background-color: #FB018C; }
a { background-color: rgb(251,1,140); }
div.DivClassName
{
background-color: #FB018C;
}
.BgClassName
{
background-color: #FB018C;
}
</style>
border-color css
<style>
span { border-color: #FB018C; }
span { border-color: rgb(251,1,140); }
td.TdClassName
{
border-color: #FB018C;
}
.TagClassName
{
border-color: #FB018C;
}
</style>