Shades of Deep Pink #FB018A
Tints of Deep Pink #FB018A
RGB
CMYK
RGB Variations
Color information
#FB018A (or 0xFB018A) is known color: Deep Pink. HEX triplet: FB, 01 and 8A. RGB value is (251,1,138). Sum of RGB (Red+Green+Blue) = 251+1+138=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 138 (54.30% from 255 or 35.38% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB018A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB018A is #04FE75. Grayscale: #5B5B5B. Windows color (decimal): -327286 or 9044475. OLE color: 9044475.
HSL color Cylindrical-coordinate representation of color #FB018A: hue angle of 327.12º 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 #FB018A is Cyan = 0, Magento = 1.00, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 138 | - |
| CMYK | 0 | 1.00 | 0.45 | 0.02 |
| HSL | 327.12º | 0.99% | 0.49% | - |
| HSV(B) | 327.12º | 1% | 0.98% | - |
| XYZ | 44.38 | 22.37 | 26.02 | - |
| YUV | 91.37 | 154.33 | 241.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 138 | 0 | 1.00 | 0.45 | 0.02 | 327.12 | 0.99 | 0.49 |
| Hex | FB | 1 | 8A | 0 | 64 | 2D | 2 | 147 | 63 | 31 |
| Octal | 373 | 1 | 212 | 0 | 144 | 55 | 2 | 507 | 143 | 61 |
| Binary | 11111011 | 1 | 10001010 | 0 | 1100100 | 101101 | 10 | 101000111 | 1100011 | 110001 |
Color Harmonies of #FB018A
Complementary color
Monochromatic Colors of #FB018A
Black with #FB018A
Text Example
Text Example
White with #FB018A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB018A; }
p { color: rgb(251,1,138); }
H1.HeaderClassName
{
color: #FB018A;
}
.AnyTagClassName
{
color: #FB018A;
}
</style>
background-color css
<style>
a { background-color: #FB018A; }
a { background-color: rgb(251,1,138); }
div.DivClassName
{
background-color: #FB018A;
}
.BgClassName
{
background-color: #FB018A;
}
</style>
border-color css
<style>
span { border-color: #FB018A; }
span { border-color: rgb(251,1,138); }
td.TdClassName
{
border-color: #FB018A;
}
.TagClassName
{
border-color: #FB018A;
}
</style>