Shades of Deep Pink #FB0190
Tints of Deep Pink #FB0190
RGB
CMYK
RGB Variations
Color information
#FB0190 (or 0xFB0190) is known color: Deep Pink. HEX triplet: FB, 01 and 90. RGB value is (251,1,144). Sum of RGB (Red+Green+Blue) = 251+1+144=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 1 (0.78% from 255 or 0.25% from 396); Blue value is 144 (56.64% from 255 or 36.36% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0190 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0190 is #04FE6F. Grayscale: #5B5B5B. Windows color (decimal): -327280 or 9437691. OLE color: 9437691.
HSL color Cylindrical-coordinate representation of color #FB0190: hue angle of 325.68º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0190 is Cyan = 0, Magento = 1.00, Yellow = 0.43 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 144 | - |
| CMYK | 0 | 1.00 | 0.43 | 0.02 |
| HSL | 325.68º | 0.99% | 0.49% | - |
| HSV(B) | 325.68º | 1% | 0.98% | - |
| XYZ | 44.83 | 22.54 | 28.37 | - |
| YUV | 92.05 | 157.33 | 241.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 144 | 0 | 1.00 | 0.43 | 0.02 | 325.68 | 0.99 | 0.49 |
| Hex | FB | 1 | 90 | 0 | 64 | 2B | 2 | 146 | 63 | 31 |
| Octal | 373 | 1 | 220 | 0 | 144 | 53 | 2 | 506 | 143 | 61 |
| Binary | 11111011 | 1 | 10010000 | 0 | 1100100 | 101011 | 10 | 101000110 | 1100011 | 110001 |
Color Harmonies of #FB0190
Complementary color
Monochromatic Colors of #FB0190
Black with #FB0190
Text Example
Text Example
White with #FB0190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0190; }
p { color: rgb(251,1,144); }
H1.HeaderClassName
{
color: #FB0190;
}
.AnyTagClassName
{
color: #FB0190;
}
</style>
background-color css
<style>
a { background-color: #FB0190; }
a { background-color: rgb(251,1,144); }
div.DivClassName
{
background-color: #FB0190;
}
.BgClassName
{
background-color: #FB0190;
}
</style>
border-color css
<style>
span { border-color: #FB0190; }
span { border-color: rgb(251,1,144); }
td.TdClassName
{
border-color: #FB0190;
}
.TagClassName
{
border-color: #FB0190;
}
</style>