Shades of Deep Pink #FB1675
Tints of Deep Pink #FB1675
RGB
CMYK
RGB Variations
Color information
#FB1675 (or 0xFB1675) is known color: Deep Pink. HEX triplet: FB, 16 and 75. RGB value is (251,22,117). Sum of RGB (Red+Green+Blue) = 251+22+117=390 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.36% from 390); Green value is 22 (8.98% from 255 or 5.64% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1675 is #04E98A. Grayscale: #656565. Windows color (decimal): -321931 or 7673595. OLE color: 7673595.
HSL color Cylindrical-coordinate representation of color #FB1675: hue angle of 335.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1675 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 117 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.02 |
| HSL | 335.11º | 0.97% | 0.54% | - |
| HSV(B) | 335.11º | 0.91% | 0.98% | - |
| XYZ | 43.28 | 22.37 | 18.87 | - |
| YUV | 101.3 | 136.87 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 117 | 0 | 0.91 | 0.53 | 0.02 | 335.11 | 0.97 | 0.54 |
| Hex | FB | 16 | 75 | 0 | 5B | 35 | 2 | 14F | 61 | 36 |
| Octal | 373 | 26 | 165 | 0 | 133 | 65 | 2 | 517 | 141 | 66 |
| Binary | 11111011 | 10110 | 1110101 | 0 | 1011011 | 110101 | 10 | 101001111 | 1100001 | 110110 |
Color Harmonies of #FB1675
Complementary color
Monochromatic Colors of #FB1675
Black with #FB1675
Text Example
Text Example
White with #FB1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1675; }
p { color: rgb(251,22,117); }
H1.HeaderClassName
{
color: #FB1675;
}
.AnyTagClassName
{
color: #FB1675;
}
</style>
background-color css
<style>
a { background-color: #FB1675; }
a { background-color: rgb(251,22,117); }
div.DivClassName
{
background-color: #FB1675;
}
.BgClassName
{
background-color: #FB1675;
}
</style>
border-color css
<style>
span { border-color: #FB1675; }
span { border-color: rgb(251,22,117); }
td.TdClassName
{
border-color: #FB1675;
}
.TagClassName
{
border-color: #FB1675;
}
</style>