Shades of Pink Flamingo #FB3FFF
Tints of Pink Flamingo #FB3FFF
RGB
CMYK
RGB Variations
Color information
#FB3FFF (or 0xFB3FFF) is known color: Pink Flamingo. HEX triplet: FB, 3F and FF. RGB value is (251,63,255). Sum of RGB (Red+Green+Blue) = 251+63+255=569 (75% of max value = 765). Red value is 251 (98.44% from 255 or 44.11% from 569); Green value is 63 (25% from 255 or 11.07% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB3FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FB3FFF is #04C000. Grayscale: #8C8C8C. Windows color (decimal): -311297 or 16728059. OLE color: 16728059.
HSL color Cylindrical-coordinate representation of color #FB3FFF: hue angle of 298.75º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB3FFF is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 63 | 255 | - |
| CMYK | 0.02 | 0.75 | 0 | 0 |
| HSL | 298.75º | 1% | 0.62% | - |
| HSV(B) | 298.75º | 0.75% | 1% | - |
| XYZ | 59.61 | 31.28 | 97.5 | - |
| YUV | 141.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 63 | 255 | 0.02 | 0.75 | 0 | 0 | 298.75 | 1 | 0.62 |
| Hex | FB | 3F | FF | 2 | 4B | 0 | 0 | 12B | 64 | 3E |
| Octal | 373 | 77 | 377 | 2 | 113 | 0 | 0 | 453 | 144 | 76 |
| Binary | 11111011 | 111111 | 11111111 | 10 | 1001011 | 0 | 0 | 100101011 | 1100100 | 111110 |
Color Harmonies of #FB3FFF
Complementary color
Monochromatic Colors of #FB3FFF
Black with #FB3FFF
Text Example
Text Example
White with #FB3FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3FFF; }
p { color: rgb(251,63,255); }
H1.HeaderClassName
{
color: #FB3FFF;
}
.AnyTagClassName
{
color: #FB3FFF;
}
</style>
background-color css
<style>
a { background-color: #FB3FFF; }
a { background-color: rgb(251,63,255); }
div.DivClassName
{
background-color: #FB3FFF;
}
.BgClassName
{
background-color: #FB3FFF;
}
</style>
border-color css
<style>
span { border-color: #FB3FFF; }
span { border-color: rgb(251,63,255); }
td.TdClassName
{
border-color: #FB3FFF;
}
.TagClassName
{
border-color: #FB3FFF;
}
</style>