Shades of Pink Flamingo #FB64E6
Tints of Pink Flamingo #FB64E6
RGB
CMYK
RGB Variations
Color information
#FB64E6 (or 0xFB64E6) is known color: Pink Flamingo. HEX triplet: FB, 64 and E6. RGB value is (251,100,230). Sum of RGB (Red+Green+Blue) = 251+100+230=581 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.20% from 581); Green value is 100 (39.45% from 255 or 17.21% from 581); Blue value is 230 (90.23% from 255 or 39.59% from 581); Max value from RGB is 251 - color contains mainly: red. Hex color #FB64E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB64E6 is #049B19. Grayscale: #9F9F9F. Windows color (decimal): -301850 or 15099131. OLE color: 15099131.
HSL color Cylindrical-coordinate representation of color #FB64E6: hue angle of 308.34º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB64E6 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 230 | - |
| CMYK | 0 | 0.60 | 0.08 | 0.02 |
| HSL | 308.34º | 0.95% | 0.69% | - |
| HSV(B) | 308.34º | 0.6% | 0.98% | - |
| XYZ | 58.62 | 35.34 | 78.59 | - |
| YUV | 159.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 230 | 0 | 0.60 | 0.08 | 0.02 | 308.34 | 0.95 | 0.69 |
| Hex | FB | 64 | E6 | 0 | 3C | 8 | 2 | 134 | 5F | 45 |
| Octal | 373 | 144 | 346 | 0 | 74 | 10 | 2 | 464 | 137 | 105 |
| Binary | 11111011 | 1100100 | 11100110 | 0 | 111100 | 1000 | 10 | 100110100 | 1011111 | 1000101 |
Color Harmonies of #FB64E6
Complementary color
Monochromatic Colors of #FB64E6
Black with #FB64E6
Text Example
Text Example
White with #FB64E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB64E6; }
p { color: rgb(251,100,230); }
H1.HeaderClassName
{
color: #FB64E6;
}
.AnyTagClassName
{
color: #FB64E6;
}
</style>
background-color css
<style>
a { background-color: #FB64E6; }
a { background-color: rgb(251,100,230); }
div.DivClassName
{
background-color: #FB64E6;
}
.BgClassName
{
background-color: #FB64E6;
}
</style>
border-color css
<style>
span { border-color: #FB64E6; }
span { border-color: rgb(251,100,230); }
td.TdClassName
{
border-color: #FB64E6;
}
.TagClassName
{
border-color: #FB64E6;
}
</style>