Shades of Deep Pink #FB0285
Tints of Deep Pink #FB0285
RGB
CMYK
RGB Variations
Color information
#FB0285 (or 0xFB0285) is known color: Deep Pink. HEX triplet: FB, 02 and 85. RGB value is (251,2,133). Sum of RGB (Red+Green+Blue) = 251+2+133=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 2 (1.17% from 255 or 0.52% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0285 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0285 is #04FD7A. Grayscale: #5B5B5B. Windows color (decimal): -327035 or 8717051. OLE color: 8717051.
HSL color Cylindrical-coordinate representation of color #FB0285: hue angle of 328.43º 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 #FB0285 is Cyan = 0, Magento = 0.99, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 133 | - |
| CMYK | 0 | 0.99 | 0.47 | 0.02 |
| HSL | 328.43º | 0.98% | 0.5% | - |
| HSV(B) | 328.43º | 0.99% | 0.98% | - |
| XYZ | 44.04 | 22.25 | 24.16 | - |
| YUV | 91.39 | 151.49 | 241.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 133 | 0 | 0.99 | 0.47 | 0.02 | 328.43 | 0.98 | 0.5 |
| Hex | FB | 2 | 85 | 0 | 63 | 2F | 2 | 148 | 62 | 32 |
| Octal | 373 | 2 | 205 | 0 | 143 | 57 | 2 | 510 | 142 | 62 |
| Binary | 11111011 | 10 | 10000101 | 0 | 1100011 | 101111 | 10 | 101001000 | 1100010 | 110010 |
Color Harmonies of #FB0285
Complementary color
Monochromatic Colors of #FB0285
Black with #FB0285
Text Example
Text Example
White with #FB0285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0285; }
p { color: rgb(251,2,133); }
H1.HeaderClassName
{
color: #FB0285;
}
.AnyTagClassName
{
color: #FB0285;
}
</style>
background-color css
<style>
a { background-color: #FB0285; }
a { background-color: rgb(251,2,133); }
div.DivClassName
{
background-color: #FB0285;
}
.BgClassName
{
background-color: #FB0285;
}
</style>
border-color css
<style>
span { border-color: #FB0285; }
span { border-color: rgb(251,2,133); }
td.TdClassName
{
border-color: #FB0285;
}
.TagClassName
{
border-color: #FB0285;
}
</style>