Shades of Pink Flamingo #FB61FE
Tints of Pink Flamingo #FB61FE
RGB
CMYK
RGB Variations
Color information
#FB61FE (or 0xFB61FE) is known color: Pink Flamingo. HEX triplet: FB, 61 and FE. RGB value is (251,97,254). Sum of RGB (Red+Green+Blue) = 251+97+254=602 (79% of max value = 765). Red value is 251 (98.44% from 255 or 41.69% from 602); Green value is 97 (38.28% from 255 or 16.11% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #FB61FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB61FE is #049E01. Grayscale: #A0A0A0. Windows color (decimal): -302594 or 16671227. OLE color: 16671227.
HSL color Cylindrical-coordinate representation of color #FB61FE: hue angle of 298.85º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FB61FE is Cyan = 0.01, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 251 | 97 | 254 | - |
| CMYK | 0.01 | 0.62 | 0 | 0.00 |
| HSL | 298.85º | 0.99% | 0.69% | - |
| HSV(B) | 298.85º | 0.62% | 1% | - |
| XYZ | 61.95 | 36.21 | 97.49 | - |
| YUV | 160.94 | 180.52 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 97 | 254 | 0.01 | 0.62 | 0 | 0.00 | 298.85 | 0.99 | 0.69 |
| Hex | FB | 61 | FE | 1 | 3E | 0 | 0 | 12B | 63 | 45 |
| Octal | 373 | 141 | 376 | 1 | 76 | 0 | 0 | 453 | 143 | 105 |
| Binary | 11111011 | 1100001 | 11111110 | 1 | 111110 | 0 | 0 | 100101011 | 1100011 | 1000101 |
Color Harmonies of #FB61FE
Complementary color
Monochromatic Colors of #FB61FE
Black with #FB61FE
Text Example
Text Example
White with #FB61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB61FE; }
p { color: rgb(251,97,254); }
H1.HeaderClassName
{
color: #FB61FE;
}
.AnyTagClassName
{
color: #FB61FE;
}
</style>
background-color css
<style>
a { background-color: #FB61FE; }
a { background-color: rgb(251,97,254); }
div.DivClassName
{
background-color: #FB61FE;
}
.BgClassName
{
background-color: #FB61FE;
}
</style>
border-color css
<style>
span { border-color: #FB61FE; }
span { border-color: rgb(251,97,254); }
td.TdClassName
{
border-color: #FB61FE;
}
.TagClassName
{
border-color: #FB61FE;
}
</style>