Shades of Deep Pink #FB1074
Tints of Deep Pink #FB1074
RGB
CMYK
RGB Variations
Color information
#FB1074 (or 0xFB1074) is known color: Deep Pink. HEX triplet: FB, 10 and 74. RGB value is (251,16,116). Sum of RGB (Red+Green+Blue) = 251+16+116=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 16 (6.64% from 255 or 4.18% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1074 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1074 is #04EF8B. Grayscale: #616161. Windows color (decimal): -323468 or 7606523. OLE color: 7606523.
HSL color Cylindrical-coordinate representation of color #FB1074: hue angle of 334.47º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB1074 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 16 | 116 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.02 |
| HSL | 334.47º | 0.97% | 0.52% | - |
| HSV(B) | 334.47º | 0.94% | 0.98% | - |
| XYZ | 43.12 | 22.14 | 18.52 | - |
| YUV | 97.67 | 138.36 | 237.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 16 | 116 | 0 | 0.94 | 0.54 | 0.02 | 334.47 | 0.97 | 0.52 |
| Hex | FB | 10 | 74 | 0 | 5E | 36 | 2 | 14E | 61 | 34 |
| Octal | 373 | 20 | 164 | 0 | 136 | 66 | 2 | 516 | 141 | 64 |
| Binary | 11111011 | 10000 | 1110100 | 0 | 1011110 | 110110 | 10 | 101001110 | 1100001 | 110100 |
Color Harmonies of #FB1074
Complementary color
Monochromatic Colors of #FB1074
Black with #FB1074
Text Example
Text Example
White with #FB1074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1074; }
p { color: rgb(251,16,116); }
H1.HeaderClassName
{
color: #FB1074;
}
.AnyTagClassName
{
color: #FB1074;
}
</style>
background-color css
<style>
a { background-color: #FB1074; }
a { background-color: rgb(251,16,116); }
div.DivClassName
{
background-color: #FB1074;
}
.BgClassName
{
background-color: #FB1074;
}
</style>
border-color css
<style>
span { border-color: #FB1074; }
span { border-color: rgb(251,16,116); }
td.TdClassName
{
border-color: #FB1074;
}
.TagClassName
{
border-color: #FB1074;
}
</style>