Shades of Deep Pink #FB0675
Tints of Deep Pink #FB0675
RGB
CMYK
RGB Variations
Color information
#FB0675 (or 0xFB0675) is known color: Deep Pink. HEX triplet: FB, 06 and 75. RGB value is (251,6,117). Sum of RGB (Red+Green+Blue) = 251+6+117=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0675 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0675 is #04F98A. Grayscale: #5B5B5B. Windows color (decimal): -326027 or 7669499. OLE color: 7669499.
HSL color Cylindrical-coordinate representation of color #FB0675: hue angle of 332.82º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0675 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.02 |
| HSL | 332.82º | 0.97% | 0.5% | - |
| HSV(B) | 332.82º | 0.98% | 0.98% | - |
| XYZ | 43.06 | 21.92 | 18.79 | - |
| YUV | 91.91 | 142.17 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 117 | 0 | 0.98 | 0.53 | 0.02 | 332.82 | 0.97 | 0.5 |
| Hex | FB | 6 | 75 | 0 | 62 | 35 | 2 | 14D | 61 | 32 |
| Octal | 373 | 6 | 165 | 0 | 142 | 65 | 2 | 515 | 141 | 62 |
| Binary | 11111011 | 110 | 1110101 | 0 | 1100010 | 110101 | 10 | 101001101 | 1100001 | 110010 |
Color Harmonies of #FB0675
Complementary color
Monochromatic Colors of #FB0675
Black with #FB0675
Text Example
Text Example
White with #FB0675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0675; }
p { color: rgb(251,6,117); }
H1.HeaderClassName
{
color: #FB0675;
}
.AnyTagClassName
{
color: #FB0675;
}
</style>
background-color css
<style>
a { background-color: #FB0675; }
a { background-color: rgb(251,6,117); }
div.DivClassName
{
background-color: #FB0675;
}
.BgClassName
{
background-color: #FB0675;
}
</style>
border-color css
<style>
span { border-color: #FB0675; }
span { border-color: rgb(251,6,117); }
td.TdClassName
{
border-color: #FB0675;
}
.TagClassName
{
border-color: #FB0675;
}
</style>