Shades of Hot Pink #FB65B2
Tints of Hot Pink #FB65B2
RGB
CMYK
RGB Variations
Color information
#FB65B2 (or 0xFB65B2) is known color: Hot Pink. HEX triplet: FB, 65 and B2. RGB value is (251,101,178). Sum of RGB (Red+Green+Blue) = 251+101+178=530 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.36% from 530); Green value is 101 (39.84% from 255 or 19.06% from 530); Blue value is 178 (69.92% from 255 or 33.58% from 530); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB65B2 is #049A4D. Grayscale: #9A9A9A. Windows color (decimal): -301646 or 11691515. OLE color: 11691515.
HSL color Cylindrical-coordinate representation of color #FB65B2: hue angle of 329.2º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB65B2 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 178 | - |
| CMYK | 0 | 0.60 | 0.29 | 0.02 |
| HSL | 329.2º | 0.95% | 0.69% | - |
| HSV(B) | 329.2º | 0.6% | 0.98% | - |
| XYZ | 52.47 | 33.03 | 45.73 | - |
| YUV | 154.63 | 141.2 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 178 | 0 | 0.60 | 0.29 | 0.02 | 329.2 | 0.95 | 0.69 |
| Hex | FB | 65 | B2 | 0 | 3C | 1D | 2 | 149 | 5F | 45 |
| Octal | 373 | 145 | 262 | 0 | 74 | 35 | 2 | 511 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10110010 | 0 | 111100 | 11101 | 10 | 101001001 | 1011111 | 1000101 |
Color Harmonies of #FB65B2
Complementary color
Monochromatic Colors of #FB65B2
Black with #FB65B2
Text Example
Text Example
White with #FB65B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65B2; }
p { color: rgb(251,101,178); }
H1.HeaderClassName
{
color: #FB65B2;
}
.AnyTagClassName
{
color: #FB65B2;
}
</style>
background-color css
<style>
a { background-color: #FB65B2; }
a { background-color: rgb(251,101,178); }
div.DivClassName
{
background-color: #FB65B2;
}
.BgClassName
{
background-color: #FB65B2;
}
</style>
border-color css
<style>
span { border-color: #FB65B2; }
span { border-color: rgb(251,101,178); }
td.TdClassName
{
border-color: #FB65B2;
}
.TagClassName
{
border-color: #FB65B2;
}
</style>