Shades of Deep Pink #FB0994
Tints of Deep Pink #FB0994
RGB
CMYK
RGB Variations
Color information
#FB0994 (or 0xFB0994) is known color: Deep Pink. HEX triplet: FB, 09 and 94. RGB value is (251,9,148). Sum of RGB (Red+Green+Blue) = 251+9+148=408 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.52% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 148 (58.20% from 255 or 36.27% from 408); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FB0994 is #04F66B. Grayscale: #606060. Windows color (decimal): -325228 or 9701883. OLE color: 9701883.
HSL color Cylindrical-coordinate representation of color #FB0994: hue angle of 325.54º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0994 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 148 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.02 |
| HSL | 325.54º | 0.97% | 0.51% | - |
| HSV(B) | 325.54º | 0.96% | 0.98% | - |
| XYZ | 45.23 | 22.84 | 30.04 | - |
| YUV | 97.2 | 156.67 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 148 | 0 | 0.96 | 0.41 | 0.02 | 325.54 | 0.97 | 0.51 |
| Hex | FB | 9 | 94 | 0 | 60 | 29 | 2 | 146 | 61 | 33 |
| Octal | 373 | 11 | 224 | 0 | 140 | 51 | 2 | 506 | 141 | 63 |
| Binary | 11111011 | 1001 | 10010100 | 0 | 1100000 | 101001 | 10 | 101000110 | 1100001 | 110011 |
Color Harmonies of #FB0994
Complementary color
Monochromatic Colors of #FB0994
Black with #FB0994
Text Example
Text Example
White with #FB0994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0994; }
p { color: rgb(251,9,148); }
H1.HeaderClassName
{
color: #FB0994;
}
.AnyTagClassName
{
color: #FB0994;
}
</style>
background-color css
<style>
a { background-color: #FB0994; }
a { background-color: rgb(251,9,148); }
div.DivClassName
{
background-color: #FB0994;
}
.BgClassName
{
background-color: #FB0994;
}
</style>
border-color css
<style>
span { border-color: #FB0994; }
span { border-color: rgb(251,9,148); }
td.TdClassName
{
border-color: #FB0994;
}
.TagClassName
{
border-color: #FB0994;
}
</style>