Shades of Hot Pink #FB68B4
Tints of Hot Pink #FB68B4
RGB
CMYK
RGB Variations
Color information
#FB68B4 (or 0xFB68B4) is known color: Hot Pink. HEX triplet: FB, 68 and B4. RGB value is (251,104,180). Sum of RGB (Red+Green+Blue) = 251+104+180=535 (70% of max value = 765). Red value is 251 (98.44% from 255 or 46.92% from 535); Green value is 104 (41.02% from 255 or 19.44% from 535); Blue value is 180 (70.70% from 255 or 33.64% from 535); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB68B4 is #04974B. Grayscale: #9C9C9C. Windows color (decimal): -300876 or 11823355. OLE color: 11823355.
HSL color Cylindrical-coordinate representation of color #FB68B4: hue angle of 328.98º 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 #FB68B4 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 180 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.02 |
| HSL | 328.98º | 0.95% | 0.7% | - |
| HSV(B) | 328.98º | 0.59% | 0.98% | - |
| XYZ | 52.97 | 33.71 | 46.89 | - |
| YUV | 156.62 | 141.2 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 180 | 0 | 0.59 | 0.28 | 0.02 | 328.98 | 0.95 | 0.7 |
| Hex | FB | 68 | B4 | 0 | 3B | 1C | 2 | 149 | 5F | 46 |
| Octal | 373 | 150 | 264 | 0 | 73 | 34 | 2 | 511 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10110100 | 0 | 111011 | 11100 | 10 | 101001001 | 1011111 | 1000110 |
Color Harmonies of #FB68B4
Complementary color
Monochromatic Colors of #FB68B4
Black with #FB68B4
Text Example
Text Example
White with #FB68B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68B4; }
p { color: rgb(251,104,180); }
H1.HeaderClassName
{
color: #FB68B4;
}
.AnyTagClassName
{
color: #FB68B4;
}
</style>
background-color css
<style>
a { background-color: #FB68B4; }
a { background-color: rgb(251,104,180); }
div.DivClassName
{
background-color: #FB68B4;
}
.BgClassName
{
background-color: #FB68B4;
}
</style>
border-color css
<style>
span { border-color: #FB68B4; }
span { border-color: rgb(251,104,180); }
td.TdClassName
{
border-color: #FB68B4;
}
.TagClassName
{
border-color: #FB68B4;
}
</style>