Shades of Hot Pink #FB68AC
Tints of Hot Pink #FB68AC
RGB
CMYK
RGB Variations
Color information
#FB68AC (or 0xFB68AC) is known color: Hot Pink. HEX triplet: FB, 68 and AC. RGB value is (251,104,172). Sum of RGB (Red+Green+Blue) = 251+104+172=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68AC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68AC is #049753. Grayscale: #9B9B9B. Windows color (decimal): -300884 or 11299067. OLE color: 11299067.
HSL color Cylindrical-coordinate representation of color #FB68AC: hue angle of 332.24º 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 #FB68AC is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 172 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.02 |
| HSL | 332.24º | 0.95% | 0.7% | - |
| HSV(B) | 332.24º | 0.59% | 0.98% | - |
| XYZ | 52.18 | 33.39 | 42.72 | - |
| YUV | 155.71 | 137.2 | 195.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 172 | 0 | 0.59 | 0.31 | 0.02 | 332.24 | 0.95 | 0.7 |
| Hex | FB | 68 | AC | 0 | 3B | 1F | 2 | 14C | 5F | 46 |
| Octal | 373 | 150 | 254 | 0 | 73 | 37 | 2 | 514 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10101100 | 0 | 111011 | 11111 | 10 | 101001100 | 1011111 | 1000110 |
Color Harmonies of #FB68AC
Complementary color
Monochromatic Colors of #FB68AC
Black with #FB68AC
Text Example
Text Example
White with #FB68AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68AC; }
p { color: rgb(251,104,172); }
H1.HeaderClassName
{
color: #FB68AC;
}
.AnyTagClassName
{
color: #FB68AC;
}
</style>
background-color css
<style>
a { background-color: #FB68AC; }
a { background-color: rgb(251,104,172); }
div.DivClassName
{
background-color: #FB68AC;
}
.BgClassName
{
background-color: #FB68AC;
}
</style>
border-color css
<style>
span { border-color: #FB68AC; }
span { border-color: rgb(251,104,172); }
td.TdClassName
{
border-color: #FB68AC;
}
.TagClassName
{
border-color: #FB68AC;
}
</style>