Shades of Pink Flamingo #FB63F9
Tints of Pink Flamingo #FB63F9
RGB
CMYK
RGB Variations
Color information
#FB63F9 (or 0xFB63F9) is known color: Pink Flamingo. HEX triplet: FB, 63 and F9. RGB value is (251,99,249). Sum of RGB (Red+Green+Blue) = 251+99+249=599 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.90% from 599); Green value is 99 (39.06% from 255 or 16.53% from 599); Blue value is 249 (97.66% from 255 or 41.57% from 599); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63F9 is #049C06. Grayscale: #A1A1A1. Windows color (decimal): -302087 or 16344059. OLE color: 16344059.
HSL color Cylindrical-coordinate representation of color #FB63F9: hue angle of 300.79º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63F9 is Cyan = 0, Magento = 0.61, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 249 | - |
| CMYK | 0 | 0.61 | 0.01 | 0.02 |
| HSL | 300.79º | 0.95% | 0.69% | - |
| HSV(B) | 300.79º | 0.61% | 0.98% | - |
| XYZ | 61.34 | 36.27 | 93.39 | - |
| YUV | 161.55 | 177.36 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 249 | 0 | 0.61 | 0.01 | 0.02 | 300.79 | 0.95 | 0.69 |
| Hex | FB | 63 | F9 | 0 | 3D | 1 | 2 | 12D | 5F | 45 |
| Octal | 373 | 143 | 371 | 0 | 75 | 1 | 2 | 455 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11111001 | 0 | 111101 | 1 | 10 | 100101101 | 1011111 | 1000101 |
Color Harmonies of #FB63F9
Complementary color
Monochromatic Colors of #FB63F9
Black with #FB63F9
Text Example
Text Example
White with #FB63F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63F9; }
p { color: rgb(251,99,249); }
H1.HeaderClassName
{
color: #FB63F9;
}
.AnyTagClassName
{
color: #FB63F9;
}
</style>
background-color css
<style>
a { background-color: #FB63F9; }
a { background-color: rgb(251,99,249); }
div.DivClassName
{
background-color: #FB63F9;
}
.BgClassName
{
background-color: #FB63F9;
}
</style>
border-color css
<style>
span { border-color: #FB63F9; }
span { border-color: rgb(251,99,249); }
td.TdClassName
{
border-color: #FB63F9;
}
.TagClassName
{
border-color: #FB63F9;
}
</style>