Shades of Pink Flamingo #FB68FA
Tints of Pink Flamingo #FB68FA
RGB
CMYK
RGB Variations
Color information
#FB68FA (or 0xFB68FA) is known color: Pink Flamingo. HEX triplet: FB, 68 and FA. RGB value is (251,104,250). Sum of RGB (Red+Green+Blue) = 251+104+250=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 104 (41.02% from 255 or 17.19% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 251 - color contains mainly: red. Hex color #FB68FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB68FA is #049705. Grayscale: #A4A4A4. Windows color (decimal): -300806 or 16410875. OLE color: 16410875.
HSL color Cylindrical-coordinate representation of color #FB68FA: hue angle of 300.41º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FB68FA is Cyan = 0, Magento = 0.59, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 250 | - |
| CMYK | 0 | 0.59 | 0.00 | 0.02 |
| HSL | 300.41º | 0.95% | 0.7% | - |
| HSV(B) | 300.41º | 0.59% | 0.98% | - |
| XYZ | 61.99 | 37.31 | 94.38 | - |
| YUV | 164.6 | 176.2 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 250 | 0 | 0.59 | 0.00 | 0.02 | 300.41 | 0.95 | 0.7 |
| Hex | FB | 68 | FA | 0 | 3B | 0 | 2 | 12C | 5F | 46 |
| Octal | 373 | 150 | 372 | 0 | 73 | 0 | 2 | 454 | 137 | 106 |
| Binary | 11111011 | 1101000 | 11111010 | 0 | 111011 | 0 | 10 | 100101100 | 1011111 | 1000110 |
Color Harmonies of #FB68FA
Complementary color
Monochromatic Colors of #FB68FA
Black with #FB68FA
Text Example
Text Example
White with #FB68FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB68FA; }
p { color: rgb(251,104,250); }
H1.HeaderClassName
{
color: #FB68FA;
}
.AnyTagClassName
{
color: #FB68FA;
}
</style>
background-color css
<style>
a { background-color: #FB68FA; }
a { background-color: rgb(251,104,250); }
div.DivClassName
{
background-color: #FB68FA;
}
.BgClassName
{
background-color: #FB68FA;
}
</style>
border-color css
<style>
span { border-color: #FB68FA; }
span { border-color: rgb(251,104,250); }
td.TdClassName
{
border-color: #FB68FA;
}
.TagClassName
{
border-color: #FB68FA;
}
</style>