Shades of Pink Flamingo #FB63FF
Tints of Pink Flamingo #FB63FF
RGB
CMYK
RGB Variations
Color information
#FB63FF (or 0xFB63FF) is known color: Pink Flamingo. HEX triplet: FB, 63 and FF. RGB value is (251,99,255). Sum of RGB (Red+Green+Blue) = 251+99+255=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 99 (39.06% from 255 or 16.36% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB63FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63FF is #049C00. Grayscale: #A1A1A1. Windows color (decimal): -302081 or 16737275. OLE color: 16737275.
HSL color Cylindrical-coordinate representation of color #FB63FF: hue angle of 298.46º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FB63FF is Cyan = 0.02, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 99 | 255 | - |
| CMYK | 0.02 | 0.61 | 0 | 0 |
| HSL | 298.46º | 1% | 0.69% | - |
| HSV(B) | 298.46º | 0.61% | 1% | - |
| XYZ | 62.3 | 36.65 | 98.4 | - |
| YUV | 162.23 | 180.36 | 191.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 255 | 0.02 | 0.61 | 0 | 0 | 298.46 | 1 | 0.69 |
| Hex | FB | 63 | FF | 2 | 3D | 0 | 0 | 12A | 64 | 45 |
| Octal | 373 | 143 | 377 | 2 | 75 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111011 | 1100011 | 11111111 | 10 | 111101 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #FB63FF
Complementary color
Monochromatic Colors of #FB63FF
Black with #FB63FF
Text Example
Text Example
White with #FB63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63FF; }
p { color: rgb(251,99,255); }
H1.HeaderClassName
{
color: #FB63FF;
}
.AnyTagClassName
{
color: #FB63FF;
}
</style>
background-color css
<style>
a { background-color: #FB63FF; }
a { background-color: rgb(251,99,255); }
div.DivClassName
{
background-color: #FB63FF;
}
.BgClassName
{
background-color: #FB63FF;
}
</style>
border-color css
<style>
span { border-color: #FB63FF; }
span { border-color: rgb(251,99,255); }
td.TdClassName
{
border-color: #FB63FF;
}
.TagClassName
{
border-color: #FB63FF;
}
</style>