Shades of Deep Pink #FB0283
Tints of Deep Pink #FB0283
RGB
CMYK
RGB Variations
Color information
#FB0283 (or 0xFB0283) is known color: Deep Pink. HEX triplet: FB, 02 and 83. RGB value is (251,2,131). Sum of RGB (Red+Green+Blue) = 251+2+131=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 2 (1.17% from 255 or 0.52% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0283 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0283 is #04FD7C. Grayscale: #5A5A5A. Windows color (decimal): -327037 or 8585979. OLE color: 8585979.
HSL color Cylindrical-coordinate representation of color #FB0283: hue angle of 328.92º 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 #FB0283 is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 131 | - |
| CMYK | 0 | 0.99 | 0.48 | 0.02 |
| HSL | 328.92º | 0.98% | 0.5% | - |
| HSV(B) | 328.92º | 0.99% | 0.98% | - |
| XYZ | 43.9 | 22.19 | 23.44 | - |
| YUV | 91.16 | 150.49 | 242.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 131 | 0 | 0.99 | 0.48 | 0.02 | 328.92 | 0.98 | 0.5 |
| Hex | FB | 2 | 83 | 0 | 63 | 30 | 2 | 149 | 62 | 32 |
| Octal | 373 | 2 | 203 | 0 | 143 | 60 | 2 | 511 | 142 | 62 |
| Binary | 11111011 | 10 | 10000011 | 0 | 1100011 | 110000 | 10 | 101001001 | 1100010 | 110010 |
Color Harmonies of #FB0283
Complementary color
Monochromatic Colors of #FB0283
Black with #FB0283
Text Example
Text Example
White with #FB0283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0283; }
p { color: rgb(251,2,131); }
H1.HeaderClassName
{
color: #FB0283;
}
.AnyTagClassName
{
color: #FB0283;
}
</style>
background-color css
<style>
a { background-color: #FB0283; }
a { background-color: rgb(251,2,131); }
div.DivClassName
{
background-color: #FB0283;
}
.BgClassName
{
background-color: #FB0283;
}
</style>
border-color css
<style>
span { border-color: #FB0283; }
span { border-color: rgb(251,2,131); }
td.TdClassName
{
border-color: #FB0283;
}
.TagClassName
{
border-color: #FB0283;
}
</style>