Shades of Deep Pink #FB2483
Tints of Deep Pink #FB2483
RGB
CMYK
RGB Variations
Color information
#FB2483 (or 0xFB2483) is known color: Deep Pink. HEX triplet: FB, 24 and 83. RGB value is (251,36,131). Sum of RGB (Red+Green+Blue) = 251+36+131=418 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.05% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2483 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB2483 is #04DB7C. Grayscale: #6E6E6E. Windows color (decimal): -318333 or 8594683. OLE color: 8594683.
HSL color Cylindrical-coordinate representation of color #FB2483: hue angle of 333.49º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2483 is Cyan = 0, Magento = 0.86, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 36 | 131 | - |
| CMYK | 0 | 0.86 | 0.48 | 0.02 |
| HSL | 333.49º | 0.96% | 0.56% | - |
| HSV(B) | 333.49º | 0.86% | 0.98% | - |
| XYZ | 44.51 | 23.41 | 23.65 | - |
| YUV | 111.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 36 | 131 | 0 | 0.86 | 0.48 | 0.02 | 333.49 | 0.96 | 0.56 |
| Hex | FB | 24 | 83 | 0 | 56 | 30 | 2 | 14D | 60 | 38 |
| Octal | 373 | 44 | 203 | 0 | 126 | 60 | 2 | 515 | 140 | 70 |
| Binary | 11111011 | 100100 | 10000011 | 0 | 1010110 | 110000 | 10 | 101001101 | 1100000 | 111000 |
Color Harmonies of #FB2483
Complementary color
Monochromatic Colors of #FB2483
Black with #FB2483
Text Example
Text Example
White with #FB2483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2483; }
p { color: rgb(251,36,131); }
H1.HeaderClassName
{
color: #FB2483;
}
.AnyTagClassName
{
color: #FB2483;
}
</style>
background-color css
<style>
a { background-color: #FB2483; }
a { background-color: rgb(251,36,131); }
div.DivClassName
{
background-color: #FB2483;
}
.BgClassName
{
background-color: #FB2483;
}
</style>
border-color css
<style>
span { border-color: #FB2483; }
span { border-color: rgb(251,36,131); }
td.TdClassName
{
border-color: #FB2483;
}
.TagClassName
{
border-color: #FB2483;
}
</style>