Shades of Pink Flamingo #FB63FC
Tints of Pink Flamingo #FB63FC
RGB
CMYK
RGB Variations
Color information
#FB63FC (or 0xFB63FC) is known color: Pink Flamingo. HEX triplet: FB, 63 and FC. RGB value is (251,99,252). Sum of RGB (Red+Green+Blue) = 251+99+252=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 99 (39.06% from 255 or 16.45% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #FB63FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63FC is #049C03. Grayscale: #A1A1A1. Windows color (decimal): -302084 or 16540667. OLE color: 16540667.
HSL color Cylindrical-coordinate representation of color #FB63FC: hue angle of 299.61º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63FC is Cyan = 0.00, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 251 | 99 | 252 | - |
| CMYK | 0.00 | 0.61 | 0 | 0.01 |
| HSL | 299.61º | 0.96% | 0.69% | - |
| HSV(B) | 299.61º | 0.61% | 0.99% | - |
| XYZ | 61.82 | 36.46 | 95.88 | - |
| YUV | 161.89 | 178.86 | 191.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 252 | 0.00 | 0.61 | 0 | 0.01 | 299.61 | 0.96 | 0.69 |
| Hex | FB | 63 | FC | 0 | 3D | 0 | 1 | 12C | 60 | 45 |
| Octal | 373 | 143 | 374 | 0 | 75 | 0 | 1 | 454 | 140 | 105 |
| Binary | 11111011 | 1100011 | 11111100 | 0 | 111101 | 0 | 1 | 100101100 | 1100000 | 1000101 |
Color Harmonies of #FB63FC
Complementary color
Monochromatic Colors of #FB63FC
Black with #FB63FC
Text Example
Text Example
White with #FB63FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63FC; }
p { color: rgb(251,99,252); }
H1.HeaderClassName
{
color: #FB63FC;
}
.AnyTagClassName
{
color: #FB63FC;
}
</style>
background-color css
<style>
a { background-color: #FB63FC; }
a { background-color: rgb(251,99,252); }
div.DivClassName
{
background-color: #FB63FC;
}
.BgClassName
{
background-color: #FB63FC;
}
</style>
border-color css
<style>
span { border-color: #FB63FC; }
span { border-color: rgb(251,99,252); }
td.TdClassName
{
border-color: #FB63FC;
}
.TagClassName
{
border-color: #FB63FC;
}
</style>