Shades of Pink Flamingo #FB40FD
Tints of Pink Flamingo #FB40FD
RGB
CMYK
RGB Variations
Color information
#FB40FD (or 0xFB40FD) is known color: Pink Flamingo. HEX triplet: FB, 40 and FD. RGB value is (251,64,253). Sum of RGB (Red+Green+Blue) = 251+64+253=568 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.19% from 568); Green value is 64 (25.39% from 255 or 11.27% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #FB40FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB40FD is #04BF02. Grayscale: #8C8C8C. Windows color (decimal): -311043 or 16597243. OLE color: 16597243.
HSL color Cylindrical-coordinate representation of color #FB40FD: hue angle of 299.37º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB40FD is Cyan = 0.01, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 64 | 253 | - |
| CMYK | 0.01 | 0.75 | 0 | 0.01 |
| HSL | 299.37º | 0.98% | 0.62% | - |
| HSV(B) | 299.37º | 0.75% | 0.99% | - |
| XYZ | 59.35 | 31.27 | 95.84 | - |
| YUV | 141.46 | 190.95 | 206.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 64 | 253 | 0.01 | 0.75 | 0 | 0.01 | 299.37 | 0.98 | 0.62 |
| Hex | FB | 40 | FD | 1 | 4B | 0 | 1 | 12B | 62 | 3E |
| Octal | 373 | 100 | 375 | 1 | 113 | 0 | 1 | 453 | 142 | 76 |
| Binary | 11111011 | 1000000 | 11111101 | 1 | 1001011 | 0 | 1 | 100101011 | 1100010 | 111110 |
Color Harmonies of #FB40FD
Complementary color
Monochromatic Colors of #FB40FD
Black with #FB40FD
Text Example
Text Example
White with #FB40FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB40FD; }
p { color: rgb(251,64,253); }
H1.HeaderClassName
{
color: #FB40FD;
}
.AnyTagClassName
{
color: #FB40FD;
}
</style>
background-color css
<style>
a { background-color: #FB40FD; }
a { background-color: rgb(251,64,253); }
div.DivClassName
{
background-color: #FB40FD;
}
.BgClassName
{
background-color: #FB40FD;
}
</style>
border-color css
<style>
span { border-color: #FB40FD; }
span { border-color: rgb(251,64,253); }
td.TdClassName
{
border-color: #FB40FD;
}
.TagClassName
{
border-color: #FB40FD;
}
</style>