Shades of Deep Pink #FB0381
Tints of Deep Pink #FB0381
RGB
CMYK
RGB Variations
Color information
#FB0381 (or 0xFB0381) is known color: Deep Pink. HEX triplet: FB, 03 and 81. RGB value is (251,3,129). Sum of RGB (Red+Green+Blue) = 251+3+129=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0381 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0381 is #04FC7E. Grayscale: #5B5B5B. Windows color (decimal): -326783 or 8455163. OLE color: 8455163.
HSL color Cylindrical-coordinate representation of color #FB0381: hue angle of 329.52º 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 #FB0381 is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 129 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.02 |
| HSL | 329.52º | 0.98% | 0.5% | - |
| HSV(B) | 329.52º | 0.99% | 0.98% | - |
| XYZ | 43.78 | 22.16 | 22.74 | - |
| YUV | 91.52 | 149.16 | 241.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 129 | 0 | 0.99 | 0.49 | 0.02 | 329.52 | 0.98 | 0.5 |
| Hex | FB | 3 | 81 | 0 | 63 | 31 | 2 | 14A | 62 | 32 |
| Octal | 373 | 3 | 201 | 0 | 143 | 61 | 2 | 512 | 142 | 62 |
| Binary | 11111011 | 11 | 10000001 | 0 | 1100011 | 110001 | 10 | 101001010 | 1100010 | 110010 |
Color Harmonies of #FB0381
Complementary color
Monochromatic Colors of #FB0381
Black with #FB0381
Text Example
Text Example
White with #FB0381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0381; }
p { color: rgb(251,3,129); }
H1.HeaderClassName
{
color: #FB0381;
}
.AnyTagClassName
{
color: #FB0381;
}
</style>
background-color css
<style>
a { background-color: #FB0381; }
a { background-color: rgb(251,3,129); }
div.DivClassName
{
background-color: #FB0381;
}
.BgClassName
{
background-color: #FB0381;
}
</style>
border-color css
<style>
span { border-color: #FB0381; }
span { border-color: rgb(251,3,129); }
td.TdClassName
{
border-color: #FB0381;
}
.TagClassName
{
border-color: #FB0381;
}
</style>