Shades of Pink Flamingo #FB63EF
Tints of Pink Flamingo #FB63EF
RGB
CMYK
RGB Variations
Color information
#FB63EF (or 0xFB63EF) is known color: Pink Flamingo. HEX triplet: FB, 63 and EF. RGB value is (251,99,239). Sum of RGB (Red+Green+Blue) = 251+99+239=589 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.61% from 589); Green value is 99 (39.06% from 255 or 16.81% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63EF is #049C10. Grayscale: #9F9F9F. Windows color (decimal): -302097 or 15688699. OLE color: 15688699.
HSL color Cylindrical-coordinate representation of color #FB63EF: hue angle of 304.74º 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 #FB63EF is Cyan = 0, Magento = 0.61, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 239 | - |
| CMYK | 0 | 0.61 | 0.05 | 0.02 |
| HSL | 304.74º | 0.95% | 0.69% | - |
| HSV(B) | 304.74º | 0.61% | 0.98% | - |
| XYZ | 59.83 | 35.66 | 85.39 | - |
| YUV | 160.41 | 172.36 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 239 | 0 | 0.61 | 0.05 | 0.02 | 304.74 | 0.95 | 0.69 |
| Hex | FB | 63 | EF | 0 | 3D | 5 | 2 | 131 | 5F | 45 |
| Octal | 373 | 143 | 357 | 0 | 75 | 5 | 2 | 461 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11101111 | 0 | 111101 | 101 | 10 | 100110001 | 1011111 | 1000101 |
Color Harmonies of #FB63EF
Complementary color
Monochromatic Colors of #FB63EF
Black with #FB63EF
Text Example
Text Example
White with #FB63EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63EF; }
p { color: rgb(251,99,239); }
H1.HeaderClassName
{
color: #FB63EF;
}
.AnyTagClassName
{
color: #FB63EF;
}
</style>
background-color css
<style>
a { background-color: #FB63EF; }
a { background-color: rgb(251,99,239); }
div.DivClassName
{
background-color: #FB63EF;
}
.BgClassName
{
background-color: #FB63EF;
}
</style>
border-color css
<style>
span { border-color: #FB63EF; }
span { border-color: rgb(251,99,239); }
td.TdClassName
{
border-color: #FB63EF;
}
.TagClassName
{
border-color: #FB63EF;
}
</style>