Shades of Deep Pink #FB027F
Tints of Deep Pink #FB027F
RGB
CMYK
RGB Variations
Color information
#FB027F (or 0xFB027F) is known color: Deep Pink. HEX triplet: FB, 02 and 7F. RGB value is (251,2,127). Sum of RGB (Red+Green+Blue) = 251+2+127=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 2 (1.17% from 255 or 0.53% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB027F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB027F is #04FD80. Grayscale: #5A5A5A. Windows color (decimal): -327041 or 8323835. OLE color: 8323835.
HSL color Cylindrical-coordinate representation of color #FB027F: hue angle of 329.88º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB027F is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 127 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.02 |
| HSL | 329.88º | 0.98% | 0.5% | - |
| HSV(B) | 329.88º | 0.99% | 0.98% | - |
| XYZ | 43.64 | 22.08 | 22.04 | - |
| YUV | 90.7 | 148.49 | 242.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 127 | 0 | 0.99 | 0.49 | 0.02 | 329.88 | 0.98 | 0.5 |
| Hex | FB | 2 | 7F | 0 | 63 | 31 | 2 | 14A | 62 | 32 |
| Octal | 373 | 2 | 177 | 0 | 143 | 61 | 2 | 512 | 142 | 62 |
| Binary | 11111011 | 10 | 1111111 | 0 | 1100011 | 110001 | 10 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FB027F
Complementary color
Monochromatic Colors of #FB027F
Black with #FB027F
Text Example
Text Example
White with #FB027F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB027F; }
p { color: rgb(251,2,127); }
H1.HeaderClassName
{
color: #FB027F;
}
.AnyTagClassName
{
color: #FB027F;
}
</style>
background-color css
<style>
a { background-color: #FB027F; }
a { background-color: rgb(251,2,127); }
div.DivClassName
{
background-color: #FB027F;
}
.BgClassName
{
background-color: #FB027F;
}
</style>
border-color css
<style>
span { border-color: #FB027F; }
span { border-color: rgb(251,2,127); }
td.TdClassName
{
border-color: #FB027F;
}
.TagClassName
{
border-color: #FB027F;
}
</style>