Shades of Pink Flamingo #FB44F1
Tints of Pink Flamingo #FB44F1
RGB
CMYK
RGB Variations
Color information
#FB44F1 (or 0xFB44F1) is known color: Pink Flamingo. HEX triplet: FB, 44 and F1. RGB value is (251,68,241). Sum of RGB (Red+Green+Blue) = 251+68+241=560 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.82% from 560); Green value is 68 (26.95% from 255 or 12.14% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 251 - color contains mainly: red. Hex color #FB44F1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB44F1 is #04BB0E. Grayscale: #8D8D8D. Windows color (decimal): -310031 or 15811835. OLE color: 15811835.
HSL color Cylindrical-coordinate representation of color #FB44F1: hue angle of 303.28º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FB44F1 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 68 | 241 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.02 |
| HSL | 303.28º | 0.96% | 0.63% | - |
| HSV(B) | 303.28º | 0.73% | 0.98% | - |
| XYZ | 57.73 | 30.99 | 86.16 | - |
| YUV | 142.44 | 183.63 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 68 | 241 | 0 | 0.73 | 0.04 | 0.02 | 303.28 | 0.96 | 0.63 |
| Hex | FB | 44 | F1 | 0 | 49 | 4 | 2 | 12F | 60 | 3F |
| Octal | 373 | 104 | 361 | 0 | 111 | 4 | 2 | 457 | 140 | 77 |
| Binary | 11111011 | 1000100 | 11110001 | 0 | 1001001 | 100 | 10 | 100101111 | 1100000 | 111111 |
Color Harmonies of #FB44F1
Complementary color
Monochromatic Colors of #FB44F1
Black with #FB44F1
Text Example
Text Example
White with #FB44F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB44F1; }
p { color: rgb(251,68,241); }
H1.HeaderClassName
{
color: #FB44F1;
}
.AnyTagClassName
{
color: #FB44F1;
}
</style>
background-color css
<style>
a { background-color: #FB44F1; }
a { background-color: rgb(251,68,241); }
div.DivClassName
{
background-color: #FB44F1;
}
.BgClassName
{
background-color: #FB44F1;
}
</style>
border-color css
<style>
span { border-color: #FB44F1; }
span { border-color: rgb(251,68,241); }
td.TdClassName
{
border-color: #FB44F1;
}
.TagClassName
{
border-color: #FB44F1;
}
</style>