Shades of Pink Flamingo #FB51F2
Tints of Pink Flamingo #FB51F2
RGB
CMYK
RGB Variations
Color information
#FB51F2 (or 0xFB51F2) is known color: Pink Flamingo. HEX triplet: FB, 51 and F2. RGB value is (251,81,242). Sum of RGB (Red+Green+Blue) = 251+81+242=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 81 (32.03% from 255 or 14.11% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB51F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB51F2 is #04AE0D. Grayscale: #959595. Windows color (decimal): -306702 or 15880699. OLE color: 15880699.
HSL color Cylindrical-coordinate representation of color #FB51F2: hue angle of 303.18º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FB51F2 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 81 | 242 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.02 |
| HSL | 303.18º | 0.96% | 0.65% | - |
| HSV(B) | 303.18º | 0.68% | 0.98% | - |
| XYZ | 58.75 | 32.8 | 87.24 | - |
| YUV | 150.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 81 | 242 | 0 | 0.68 | 0.04 | 0.02 | 303.18 | 0.96 | 0.65 |
| Hex | FB | 51 | F2 | 0 | 44 | 4 | 2 | 12F | 60 | 41 |
| Octal | 373 | 121 | 362 | 0 | 104 | 4 | 2 | 457 | 140 | 101 |
| Binary | 11111011 | 1010001 | 11110010 | 0 | 1000100 | 100 | 10 | 100101111 | 1100000 | 1000001 |
Color Harmonies of #FB51F2
Complementary color
Monochromatic Colors of #FB51F2
Black with #FB51F2
Text Example
Text Example
White with #FB51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB51F2; }
p { color: rgb(251,81,242); }
H1.HeaderClassName
{
color: #FB51F2;
}
.AnyTagClassName
{
color: #FB51F2;
}
</style>
background-color css
<style>
a { background-color: #FB51F2; }
a { background-color: rgb(251,81,242); }
div.DivClassName
{
background-color: #FB51F2;
}
.BgClassName
{
background-color: #FB51F2;
}
</style>
border-color css
<style>
span { border-color: #FB51F2; }
span { border-color: rgb(251,81,242); }
td.TdClassName
{
border-color: #FB51F2;
}
.TagClassName
{
border-color: #FB51F2;
}
</style>