Shades of Pink Flamingo #FB61FF
Tints of Pink Flamingo #FB61FF
RGB
CMYK
RGB Variations
Color information
#FB61FF (or 0xFB61FF) is known color: Pink Flamingo. HEX triplet: FB, 61 and FF. RGB value is (251,97,255). Sum of RGB (Red+Green+Blue) = 251+97+255=603 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.63% from 603); Green value is 97 (38.28% from 255 or 16.09% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #FB61FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB61FF is #049E00. Grayscale: #A0A0A0. Windows color (decimal): -302593 or 16736763. OLE color: 16736763.
HSL color Cylindrical-coordinate representation of color #FB61FF: hue angle of 298.48º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB61FF is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 97 | 255 | - |
| CMYK | 0.02 | 0.62 | 0 | 0 |
| HSL | 298.48º | 1% | 0.69% | - |
| HSV(B) | 298.48º | 0.62% | 1% | - |
| XYZ | 62.11 | 36.28 | 98.34 | - |
| YUV | 161.06 | 181.02 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 255 | 0.02 | 0.62 | 0 | 0 | 298.48 | 1 | 0.69 |
| Hex | FB | 61 | FF | 2 | 3E | 0 | 0 | 12A | 64 | 45 |
| Octal | 373 | 141 | 377 | 2 | 76 | 0 | 0 | 452 | 144 | 105 |
| Binary | 11111011 | 1100001 | 11111111 | 10 | 111110 | 0 | 0 | 100101010 | 1100100 | 1000101 |
Color Harmonies of #FB61FF
Complementary color
Monochromatic Colors of #FB61FF
Black with #FB61FF
Text Example
Text Example
White with #FB61FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB61FF; }
p { color: rgb(251,97,255); }
H1.HeaderClassName
{
color: #FB61FF;
}
.AnyTagClassName
{
color: #FB61FF;
}
</style>
background-color css
<style>
a { background-color: #FB61FF; }
a { background-color: rgb(251,97,255); }
div.DivClassName
{
background-color: #FB61FF;
}
.BgClassName
{
background-color: #FB61FF;
}
</style>
border-color css
<style>
span { border-color: #FB61FF; }
span { border-color: rgb(251,97,255); }
td.TdClassName
{
border-color: #FB61FF;
}
.TagClassName
{
border-color: #FB61FF;
}
</style>