Shades of Hot Pink #FB65BC
Tints of Hot Pink #FB65BC
RGB
CMYK
RGB Variations
Color information
#FB65BC (or 0xFB65BC) is known color: Hot Pink. HEX triplet: FB, 65 and BC. RGB value is (251,101,188). Sum of RGB (Red+Green+Blue) = 251+101+188=540 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.48% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 188 (73.83% from 255 or 34.81% from 540); Max value from RGB is 251 - color contains mainly: red. Hex color #FB65BC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #FB65BC is #049A43. Grayscale: #9B9B9B. Windows color (decimal): -301636 or 12346875. OLE color: 12346875.
HSL color Cylindrical-coordinate representation of color #FB65BC: hue angle of 325.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 #FB65BC is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 188 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.02 |
| HSL | 325.2º | 0.95% | 0.69% | - |
| HSV(B) | 325.2º | 0.6% | 0.98% | - |
| XYZ | 53.51 | 33.45 | 51.21 | - |
| YUV | 155.77 | 146.2 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 188 | 0 | 0.60 | 0.25 | 0.02 | 325.2 | 0.95 | 0.69 |
| Hex | FB | 65 | BC | 0 | 3C | 19 | 2 | 145 | 5F | 45 |
| Octal | 373 | 145 | 274 | 0 | 74 | 31 | 2 | 505 | 137 | 105 |
| Binary | 11111011 | 1100101 | 10111100 | 0 | 111100 | 11001 | 10 | 101000101 | 1011111 | 1000101 |
Color Harmonies of #FB65BC
Complementary color
Monochromatic Colors of #FB65BC
Black with #FB65BC
Text Example
Text Example
White with #FB65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB65BC; }
p { color: rgb(251,101,188); }
H1.HeaderClassName
{
color: #FB65BC;
}
.AnyTagClassName
{
color: #FB65BC;
}
</style>
background-color css
<style>
a { background-color: #FB65BC; }
a { background-color: rgb(251,101,188); }
div.DivClassName
{
background-color: #FB65BC;
}
.BgClassName
{
background-color: #FB65BC;
}
</style>
border-color css
<style>
span { border-color: #FB65BC; }
span { border-color: rgb(251,101,188); }
td.TdClassName
{
border-color: #FB65BC;
}
.TagClassName
{
border-color: #FB65BC;
}
</style>