Shades of Hot Pink #FB68B2
Tints of Hot Pink #FB68B2
RGB
CMYK
RGB Variations
Color information
#FB68B2 (or 0xFB68B2) is known color: Hot Pink. HEX triplet: FB, 68 and B2. RGB value is (251,104,178). Sum of RGB (Red+Green+Blue) = 251+104+178=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 178 (69.92% from 255 or 33.40% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB68B2 is #04974D. Grayscale: #9C9C9C. Windows color (decimal): -300878 or 11692283. OLE color: 11692283.
HSL color Cylindrical-coordinate representation of color #FB68B2: hue angle of 329.8º 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 #FB68B2 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 178 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.02 |
| HSL | 329.8º | 0.95% | 0.7% | - |
| HSV(B) | 329.8º | 0.59% | 0.98% | - |
| XYZ | 52.77 | 33.62 | 45.83 | - |
| YUV | 156.39 | 140.2 | 195.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 178 | 0 | 0.59 | 0.29 | 0.02 | 329.8 | 0.95 | 0.7 |
| Hex | FB | 68 | B2 | 0 | 3B | 1D | 2 | 14A | 5F | 46 |
| Octal | 373 | 150 | 262 | 0 | 73 | 35 | 2 | 512 | 137 | 106 |
| Binary | 11111011 | 1101000 | 10110010 | 0 | 111011 | 11101 | 10 | 101001010 | 1011111 | 1000110 |
Color Harmonies of #FB68B2
Complementary color
Monochromatic Colors of #FB68B2
Black with #FB68B2
Text Example
Text Example
White with #FB68B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68B2; }
p { color: rgb(251,104,178); }
H1.HeaderClassName
{
color: #FB68B2;
}
.AnyTagClassName
{
color: #FB68B2;
}
</style>
background-color css
<style>
a { background-color: #FB68B2; }
a { background-color: rgb(251,104,178); }
div.DivClassName
{
background-color: #FB68B2;
}
.BgClassName
{
background-color: #FB68B2;
}
</style>
border-color css
<style>
span { border-color: #FB68B2; }
span { border-color: rgb(251,104,178); }
td.TdClassName
{
border-color: #FB68B2;
}
.TagClassName
{
border-color: #FB68B2;
}
</style>