Shades of Hot Pink #FB69B2
Tints of Hot Pink #FB69B2
RGB
CMYK
RGB Variations
Color information
#FB69B2 (or 0xFB69B2) is known color: Hot Pink. HEX triplet: FB, 69 and B2. RGB value is (251,105,178). Sum of RGB (Red+Green+Blue) = 251+105+178=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 105 (41.41% from 255 or 19.66% from 534); Blue value is 178 (69.92% from 255 or 33.33% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FB69B2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB69B2 is #04964D. Grayscale: #9C9C9C. Windows color (decimal): -300622 or 11692539. OLE color: 11692539.
HSL color Cylindrical-coordinate representation of color #FB69B2: hue angle of 330º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FB69B2 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 178 | - |
| CMYK | 0 | 0.58 | 0.29 | 0.02 |
| HSL | 330º | 0.95% | 0.7% | - |
| HSV(B) | 330º | 0.58% | 0.98% | - |
| XYZ | 52.87 | 33.83 | 45.86 | - |
| YUV | 156.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 178 | 0 | 0.58 | 0.29 | 0.02 | 330 | 0.95 | 0.7 |
| Hex | FB | 69 | B2 | 0 | 3A | 1D | 2 | 14A | 5F | 46 |
| Octal | 373 | 151 | 262 | 0 | 72 | 35 | 2 | 512 | 137 | 106 |
| Binary | 11111011 | 1101001 | 10110010 | 0 | 111010 | 11101 | 10 | 101001010 | 1011111 | 1000110 |
Color Harmonies of #FB69B2
Complementary color
Monochromatic Colors of #FB69B2
Black with #FB69B2
Text Example
Text Example
White with #FB69B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB69B2; }
p { color: rgb(251,105,178); }
H1.HeaderClassName
{
color: #FB69B2;
}
.AnyTagClassName
{
color: #FB69B2;
}
</style>
background-color css
<style>
a { background-color: #FB69B2; }
a { background-color: rgb(251,105,178); }
div.DivClassName
{
background-color: #FB69B2;
}
.BgClassName
{
background-color: #FB69B2;
}
</style>
border-color css
<style>
span { border-color: #FB69B2; }
span { border-color: rgb(251,105,178); }
td.TdClassName
{
border-color: #FB69B2;
}
.TagClassName
{
border-color: #FB69B2;
}
</style>