Shades of Pink Flamingo #FB3FFA
Tints of Pink Flamingo #FB3FFA
RGB
CMYK
RGB Variations
Color information
#FB3FFA (or 0xFB3FFA) is known color: Pink Flamingo. HEX triplet: FB, 3F and FA. RGB value is (251,63,250). Sum of RGB (Red+Green+Blue) = 251+63+250=564 (74% of max value = 765). Red value is 251 (98.44% from 255 or 44.50% from 564); Green value is 63 (25% from 255 or 11.17% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3FFA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3FFA is #04C005. Grayscale: #8B8B8B. Windows color (decimal): -311302 or 16400379. OLE color: 16400379.
HSL color Cylindrical-coordinate representation of color #FB3FFA: hue angle of 300.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FFA is Cyan = 0, Magento = 0.75, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 63 | 250 | - |
| CMYK | 0 | 0.75 | 0.00 | 0.02 |
| HSL | 300.32º | 0.96% | 0.62% | - |
| HSV(B) | 300.32º | 0.75% | 0.98% | - |
| XYZ | 58.82 | 30.97 | 93.32 | - |
| YUV | 140.53 | 189.78 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 250 | 0 | 0.75 | 0.00 | 0.02 | 300.32 | 0.96 | 0.62 |
| Hex | FB | 3F | FA | 0 | 4B | 0 | 2 | 12C | 60 | 3E |
| Octal | 373 | 77 | 372 | 0 | 113 | 0 | 2 | 454 | 140 | 76 |
| Binary | 11111011 | 111111 | 11111010 | 0 | 1001011 | 0 | 10 | 100101100 | 1100000 | 111110 |
Color Harmonies of #FB3FFA
Complementary color
Monochromatic Colors of #FB3FFA
Black with #FB3FFA
Text Example
Text Example
White with #FB3FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FFA; }
p { color: rgb(251,63,250); }
H1.HeaderClassName
{
color: #FB3FFA;
}
.AnyTagClassName
{
color: #FB3FFA;
}
</style>
background-color css
<style>
a { background-color: #FB3FFA; }
a { background-color: rgb(251,63,250); }
div.DivClassName
{
background-color: #FB3FFA;
}
.BgClassName
{
background-color: #FB3FFA;
}
</style>
border-color css
<style>
span { border-color: #FB3FFA; }
span { border-color: rgb(251,63,250); }
td.TdClassName
{
border-color: #FB3FFA;
}
.TagClassName
{
border-color: #FB3FFA;
}
</style>