Shades of Pink Flamingo #FB40FF
Tints of Pink Flamingo #FB40FF
RGB
CMYK
RGB Variations
Color information
#FB40FF (or 0xFB40FF) is known color: Pink Flamingo. HEX triplet: FB, 40 and FF. RGB value is (251,64,255). Sum of RGB (Red+Green+Blue) = 251+64+255=570 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.04% from 570); Green value is 64 (25.39% from 255 or 11.23% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB40FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40FF is #04BF00. Grayscale: #8D8D8D. Windows color (decimal): -311041 or 16728315. OLE color: 16728315.
HSL color Cylindrical-coordinate representation of color #FB40FF: hue angle of 298.74º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40FF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 64 | 255 | - |
| CMYK | 0.02 | 0.75 | 0 | 0 |
| HSL | 298.74º | 1% | 0.63% | - |
| HSV(B) | 298.74º | 0.75% | 1% | - |
| XYZ | 59.67 | 31.4 | 97.52 | - |
| YUV | 141.69 | 191.95 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 255 | 0.02 | 0.75 | 0 | 0 | 298.74 | 1 | 0.63 |
| Hex | FB | 40 | FF | 2 | 4B | 0 | 0 | 12B | 64 | 3F |
| Octal | 373 | 100 | 377 | 2 | 113 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111011 | 1000000 | 11111111 | 10 | 1001011 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FB40FF
Complementary color
Monochromatic Colors of #FB40FF
Black with #FB40FF
Text Example
Text Example
White with #FB40FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40FF; }
p { color: rgb(251,64,255); }
H1.HeaderClassName
{
color: #FB40FF;
}
.AnyTagClassName
{
color: #FB40FF;
}
</style>
background-color css
<style>
a { background-color: #FB40FF; }
a { background-color: rgb(251,64,255); }
div.DivClassName
{
background-color: #FB40FF;
}
.BgClassName
{
background-color: #FB40FF;
}
</style>
border-color css
<style>
span { border-color: #FB40FF; }
span { border-color: rgb(251,64,255); }
td.TdClassName
{
border-color: #FB40FF;
}
.TagClassName
{
border-color: #FB40FF;
}
</style>