Shades of Pink Flamingo #FB54F2
Tints of Pink Flamingo #FB54F2
RGB
CMYK
RGB Variations
Color information
#FB54F2 (or 0xFB54F2) is known color: Pink Flamingo. HEX triplet: FB, 54 and F2. RGB value is (251,84,242). Sum of RGB (Red+Green+Blue) = 251+84+242=577 (76% of max value = 765). Red value is 251 (98.44% from 255 or 43.50% from 577); Green value is 84 (33.20% from 255 or 14.56% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 251 - color contains mainly: red. Hex color #FB54F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FB54F2 is #04AB0D. Grayscale: #979797. Windows color (decimal): -305934 or 15881467. OLE color: 15881467.
HSL color Cylindrical-coordinate representation of color #FB54F2: hue angle of 303.23º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FB54F2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 84 | 242 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.02 |
| HSL | 303.23º | 0.95% | 0.66% | - |
| HSV(B) | 303.23º | 0.67% | 0.98% | - |
| XYZ | 58.98 | 33.26 | 87.32 | - |
| YUV | 151.95 | 178.83 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 84 | 242 | 0 | 0.67 | 0.04 | 0.02 | 303.23 | 0.95 | 0.66 |
| Hex | FB | 54 | F2 | 0 | 43 | 4 | 2 | 12F | 5F | 42 |
| Octal | 373 | 124 | 362 | 0 | 103 | 4 | 2 | 457 | 137 | 102 |
| Binary | 11111011 | 1010100 | 11110010 | 0 | 1000011 | 100 | 10 | 100101111 | 1011111 | 1000010 |
Color Harmonies of #FB54F2
Complementary color
Monochromatic Colors of #FB54F2
Black with #FB54F2
Text Example
Text Example
White with #FB54F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB54F2; }
p { color: rgb(251,84,242); }
H1.HeaderClassName
{
color: #FB54F2;
}
.AnyTagClassName
{
color: #FB54F2;
}
</style>
background-color css
<style>
a { background-color: #FB54F2; }
a { background-color: rgb(251,84,242); }
div.DivClassName
{
background-color: #FB54F2;
}
.BgClassName
{
background-color: #FB54F2;
}
</style>
border-color css
<style>
span { border-color: #FB54F2; }
span { border-color: rgb(251,84,242); }
td.TdClassName
{
border-color: #FB54F2;
}
.TagClassName
{
border-color: #FB54F2;
}
</style>