Shades of Hot Pink #FB66B2
Tints of Hot Pink #FB66B2
RGB
CMYK
RGB Variations
Color information
#FB66B2 (or 0xFB66B2) is known color: Hot Pink. HEX triplet: FB, 66 and B2. RGB value is (251,102,178). Sum of RGB (Red+Green+Blue) = 251+102+178=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 102 (40.23% from 255 or 19.21% from 531); Blue value is 178 (69.92% from 255 or 33.52% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB66B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB66B2 is #04994D. Grayscale: #9B9B9B. Windows color (decimal): -301390 or 11691771. OLE color: 11691771.
HSL color Cylindrical-coordinate representation of color #FB66B2: hue angle of 329.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB66B2 is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 178 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.02 |
| HSL | 329.4º | 0.95% | 0.69% | - |
| HSV(B) | 329.4º | 0.59% | 0.98% | - |
| XYZ | 52.57 | 33.23 | 45.76 | - |
| YUV | 155.22 | 140.86 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 178 | 0 | 0.59 | 0.29 | 0.02 | 329.4 | 0.95 | 0.69 |
| Hex | FB | 66 | B2 | 0 | 3B | 1D | 2 | 149 | 5F | 45 |
| Octal | 373 | 146 | 262 | 0 | 73 | 35 | 2 | 511 | 137 | 105 |
| Binary | 11111011 | 1100110 | 10110010 | 0 | 111011 | 11101 | 10 | 101001001 | 1011111 | 1000101 |
Color Harmonies of #FB66B2
Complementary color
Monochromatic Colors of #FB66B2
Black with #FB66B2
Text Example
Text Example
White with #FB66B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB66B2; }
p { color: rgb(251,102,178); }
H1.HeaderClassName
{
color: #FB66B2;
}
.AnyTagClassName
{
color: #FB66B2;
}
</style>
background-color css
<style>
a { background-color: #FB66B2; }
a { background-color: rgb(251,102,178); }
div.DivClassName
{
background-color: #FB66B2;
}
.BgClassName
{
background-color: #FB66B2;
}
</style>
border-color css
<style>
span { border-color: #FB66B2; }
span { border-color: rgb(251,102,178); }
td.TdClassName
{
border-color: #FB66B2;
}
.TagClassName
{
border-color: #FB66B2;
}
</style>