Shades of Pink Flamingo #FB50F3
Tints of Pink Flamingo #FB50F3
RGB
CMYK
RGB Variations
Color information
#FB50F3 (or 0xFB50F3) is known color: Pink Flamingo. HEX triplet: FB, 50 and F3. RGB value is (251,80,243). Sum of RGB (Red+Green+Blue) = 251+80+243=574 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.73% from 574); Green value is 80 (31.64% from 255 or 13.94% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 251 - color contains mainly: red. Hex color #FB50F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB50F3 is #04AF0C. Grayscale: #959595. Windows color (decimal): -306957 or 15945979. OLE color: 15945979.
HSL color Cylindrical-coordinate representation of color #FB50F3: hue angle of 302.81º 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 #FB50F3 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 80 | 243 | - |
| CMYK | 0 | 0.68 | 0.03 | 0.02 |
| HSL | 302.81º | 0.96% | 0.65% | - |
| HSV(B) | 302.81º | 0.68% | 0.98% | - |
| XYZ | 58.83 | 32.72 | 88.01 | - |
| YUV | 149.71 | 180.65 | 200.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 80 | 243 | 0 | 0.68 | 0.03 | 0.02 | 302.81 | 0.96 | 0.65 |
| Hex | FB | 50 | F3 | 0 | 44 | 3 | 2 | 12F | 60 | 41 |
| Octal | 373 | 120 | 363 | 0 | 104 | 3 | 2 | 457 | 140 | 101 |
| Binary | 11111011 | 1010000 | 11110011 | 0 | 1000100 | 11 | 10 | 100101111 | 1100000 | 1000001 |
Color Harmonies of #FB50F3
Complementary color
Monochromatic Colors of #FB50F3
Black with #FB50F3
Text Example
Text Example
White with #FB50F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB50F3; }
p { color: rgb(251,80,243); }
H1.HeaderClassName
{
color: #FB50F3;
}
.AnyTagClassName
{
color: #FB50F3;
}
</style>
background-color css
<style>
a { background-color: #FB50F3; }
a { background-color: rgb(251,80,243); }
div.DivClassName
{
background-color: #FB50F3;
}
.BgClassName
{
background-color: #FB50F3;
}
</style>
border-color css
<style>
span { border-color: #FB50F3; }
span { border-color: rgb(251,80,243); }
td.TdClassName
{
border-color: #FB50F3;
}
.TagClassName
{
border-color: #FB50F3;
}
</style>