Shades of Pink Flamingo #FB44FF
Tints of Pink Flamingo #FB44FF
RGB
CMYK
RGB Variations
Color information
#FB44FF (or 0xFB44FF) is known color: Pink Flamingo. HEX triplet: FB, 44 and FF. RGB value is (251,68,255). Sum of RGB (Red+Green+Blue) = 251+68+255=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 68 (26.95% from 255 or 11.85% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB44FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB44FF is #04BB00. Grayscale: #8F8F8F. Windows color (decimal): -310017 or 16729339. OLE color: 16729339.
HSL color Cylindrical-coordinate representation of color #FB44FF: hue angle of 298.72º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB44FF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 68 | 255 | - |
| CMYK | 0.02 | 0.73 | 0 | 0 |
| HSL | 298.72º | 1% | 0.63% | - |
| HSV(B) | 298.72º | 0.73% | 1% | - |
| XYZ | 59.9 | 31.86 | 97.6 | - |
| YUV | 144.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 255 | 0.02 | 0.73 | 0 | 0 | 298.72 | 1 | 0.63 |
| Hex | FB | 44 | FF | 2 | 49 | 0 | 0 | 12B | 64 | 3F |
| Octal | 373 | 104 | 377 | 2 | 111 | 0 | 0 | 453 | 144 | 77 |
| Binary | 11111011 | 1000100 | 11111111 | 10 | 1001001 | 0 | 0 | 100101011 | 1100100 | 111111 |
Color Harmonies of #FB44FF
Complementary color
Monochromatic Colors of #FB44FF
Black with #FB44FF
Text Example
Text Example
White with #FB44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44FF; }
p { color: rgb(251,68,255); }
H1.HeaderClassName
{
color: #FB44FF;
}
.AnyTagClassName
{
color: #FB44FF;
}
</style>
background-color css
<style>
a { background-color: #FB44FF; }
a { background-color: rgb(251,68,255); }
div.DivClassName
{
background-color: #FB44FF;
}
.BgClassName
{
background-color: #FB44FF;
}
</style>
border-color css
<style>
span { border-color: #FB44FF; }
span { border-color: rgb(251,68,255); }
td.TdClassName
{
border-color: #FB44FF;
}
.TagClassName
{
border-color: #FB44FF;
}
</style>