Shades of Pink Flamingo #FB63F0
Tints of Pink Flamingo #FB63F0
RGB
CMYK
RGB Variations
Color information
#FB63F0 (or 0xFB63F0) is known color: Pink Flamingo. HEX triplet: FB, 63 and F0. RGB value is (251,99,240). Sum of RGB (Red+Green+Blue) = 251+99+240=590 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.54% from 590); Green value is 99 (39.06% from 255 or 16.78% from 590); Blue value is 240 (94.14% from 255 or 40.68% from 590); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63F0 is #049C0F. Grayscale: #A0A0A0. Windows color (decimal): -302096 or 15754235. OLE color: 15754235.
HSL color Cylindrical-coordinate representation of color #FB63F0: hue angle of 304.34º 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 #FB63F0 is Cyan = 0, Magento = 0.61, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 240 | - |
| CMYK | 0 | 0.61 | 0.04 | 0.02 |
| HSL | 304.34º | 0.95% | 0.69% | - |
| HSV(B) | 304.34º | 0.61% | 0.98% | - |
| XYZ | 59.97 | 35.72 | 86.17 | - |
| YUV | 160.52 | 172.86 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 240 | 0 | 0.61 | 0.04 | 0.02 | 304.34 | 0.95 | 0.69 |
| Hex | FB | 63 | F0 | 0 | 3D | 4 | 2 | 130 | 5F | 45 |
| Octal | 373 | 143 | 360 | 0 | 75 | 4 | 2 | 460 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11110000 | 0 | 111101 | 100 | 10 | 100110000 | 1011111 | 1000101 |
Color Harmonies of #FB63F0
Complementary color
Monochromatic Colors of #FB63F0
Black with #FB63F0
Text Example
Text Example
White with #FB63F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63F0; }
p { color: rgb(251,99,240); }
H1.HeaderClassName
{
color: #FB63F0;
}
.AnyTagClassName
{
color: #FB63F0;
}
</style>
background-color css
<style>
a { background-color: #FB63F0; }
a { background-color: rgb(251,99,240); }
div.DivClassName
{
background-color: #FB63F0;
}
.BgClassName
{
background-color: #FB63F0;
}
</style>
border-color css
<style>
span { border-color: #FB63F0; }
span { border-color: rgb(251,99,240); }
td.TdClassName
{
border-color: #FB63F0;
}
.TagClassName
{
border-color: #FB63F0;
}
</style>