Shades of Hot Pink #FB68A7
Tints of Hot Pink #FB68A7
RGB
CMYK
RGB Variations
Color information
#FB68A7 (or 0xFB68A7) is known color: Hot Pink. HEX triplet: FB, 68 and A7. RGB value is (251,104,167). Sum of RGB (Red+Green+Blue) = 251+104+167=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 104 (41.02% from 255 or 19.92% from 522); Blue value is 167 (65.62% from 255 or 31.99% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68A7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68A7 is #049758. Grayscale: #9B9B9B. Windows color (decimal): -300889 or 10971387. OLE color: 10971387.
HSL color Cylindrical-coordinate representation of color #FB68A7: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68A7 is Cyan = 0, Magento = 0.59, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 167 | - |
| CMYK | 0 | 0.59 | 0.33 | 0.02 |
| HSL | 334.29º | 0.95% | 0.7% | - |
| HSV(B) | 334.29º | 0.59% | 0.98% | - |
| XYZ | 51.71 | 33.2 | 40.24 | - |
| YUV | 155.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 167 | 0 | 0.59 | 0.33 | 0.02 | 334.29 | 0.95 | 0.7 |
| Hex | FB | 68 | A7 | 0 | 3B | 21 | 2 | 14E | 5F | 46 |
| Octal | 373 | 150 | 247 | 0 | 73 | 41 | 2 | 516 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10100111 | 0 | 111011 | 100001 | 10 | 101001110 | 1011111 | 1000110 |
Color Harmonies of #FB68A7
Complementary color
Monochromatic Colors of #FB68A7
Black with #FB68A7
Text Example
Text Example
White with #FB68A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68A7; }
p { color: rgb(251,104,167); }
H1.HeaderClassName
{
color: #FB68A7;
}
.AnyTagClassName
{
color: #FB68A7;
}
</style>
background-color css
<style>
a { background-color: #FB68A7; }
a { background-color: rgb(251,104,167); }
div.DivClassName
{
background-color: #FB68A7;
}
.BgClassName
{
background-color: #FB68A7;
}
</style>
border-color css
<style>
span { border-color: #FB68A7; }
span { border-color: rgb(251,104,167); }
td.TdClassName
{
border-color: #FB68A7;
}
.TagClassName
{
border-color: #FB68A7;
}
</style>