Shades of Pink Flamingo #FB63F4
Tints of Pink Flamingo #FB63F4
RGB
CMYK
RGB Variations
Color information
#FB63F4 (or 0xFB63F4) is known color: Pink Flamingo. HEX triplet: FB, 63 and F4. RGB value is (251,99,244). Sum of RGB (Red+Green+Blue) = 251+99+244=594 (78% of max value = 765). Red value is 251 (98.44% from 255 or 42.26% from 594); Green value is 99 (39.06% from 255 or 16.67% from 594); Blue value is 244 (95.70% from 255 or 41.08% from 594); Max value from RGB is 251 - color contains mainly: red. Hex color #FB63F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB63F4 is #049C0B. Grayscale: #A0A0A0. Windows color (decimal): -302092 or 16016379. OLE color: 16016379.
HSL color Cylindrical-coordinate representation of color #FB63F4: hue angle of 302.76º 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 #FB63F4 is Cyan = 0, Magento = 0.61, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 244 | - |
| CMYK | 0 | 0.61 | 0.03 | 0.02 |
| HSL | 302.76º | 0.95% | 0.69% | - |
| HSV(B) | 302.76º | 0.61% | 0.98% | - |
| XYZ | 60.57 | 35.96 | 89.34 | - |
| YUV | 160.98 | 174.86 | 192.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 244 | 0 | 0.61 | 0.03 | 0.02 | 302.76 | 0.95 | 0.69 |
| Hex | FB | 63 | F4 | 0 | 3D | 3 | 2 | 12F | 5F | 45 |
| Octal | 373 | 143 | 364 | 0 | 75 | 3 | 2 | 457 | 137 | 105 |
| Binary | 11111011 | 1100011 | 11110100 | 0 | 111101 | 11 | 10 | 100101111 | 1011111 | 1000101 |
Color Harmonies of #FB63F4
Complementary color
Monochromatic Colors of #FB63F4
Black with #FB63F4
Text Example
Text Example
White with #FB63F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB63F4; }
p { color: rgb(251,99,244); }
H1.HeaderClassName
{
color: #FB63F4;
}
.AnyTagClassName
{
color: #FB63F4;
}
</style>
background-color css
<style>
a { background-color: #FB63F4; }
a { background-color: rgb(251,99,244); }
div.DivClassName
{
background-color: #FB63F4;
}
.BgClassName
{
background-color: #FB63F4;
}
</style>
border-color css
<style>
span { border-color: #FB63F4; }
span { border-color: rgb(251,99,244); }
td.TdClassName
{
border-color: #FB63F4;
}
.TagClassName
{
border-color: #FB63F4;
}
</style>