Shades of Pink Flamingo #F754FB
Tints of Pink Flamingo #F754FB
RGB
CMYK
RGB Variations
Color information
#F754FB (or 0xF754FB) is known color: Pink Flamingo. HEX triplet: F7, 54 and FB. RGB value is (247,84,251). Sum of RGB (Red+Green+Blue) = 247+84+251=582 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.44% from 582); Green value is 84 (33.20% from 255 or 14.43% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #F754FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F754FB is #08AB04. Grayscale: #979797. Windows color (decimal): -568069 or 16471287. OLE color: 16471287.
HSL color Cylindrical-coordinate representation of color #F754FB: hue angle of 298.56º 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 #F754FB is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 84 | 251 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 298.56º | 0.95% | 0.66% | - |
| HSV(B) | 298.56º | 0.67% | 0.98% | - |
| XYZ | 58.94 | 33.08 | 94.55 | - |
| YUV | 151.78 | 184 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 251 | 0.02 | 0.67 | 0 | 0.02 | 298.56 | 0.95 | 0.66 |
| Hex | F7 | 54 | FB | 2 | 43 | 0 | 2 | 12B | 5F | 42 |
| Octal | 367 | 124 | 373 | 2 | 103 | 0 | 2 | 453 | 137 | 102 |
| Binary | 11110111 | 1010100 | 11111011 | 10 | 1000011 | 0 | 10 | 100101011 | 1011111 | 1000010 |
Color Harmonies of #F754FB
Complementary color
Monochromatic Colors of #F754FB
Black with #F754FB
Text Example
Text Example
White with #F754FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754FB; }
p { color: rgb(247,84,251); }
H1.HeaderClassName
{
color: #F754FB;
}
.AnyTagClassName
{
color: #F754FB;
}
</style>
background-color css
<style>
a { background-color: #F754FB; }
a { background-color: rgb(247,84,251); }
div.DivClassName
{
background-color: #F754FB;
}
.BgClassName
{
background-color: #F754FB;
}
</style>
border-color css
<style>
span { border-color: #F754FB; }
span { border-color: rgb(247,84,251); }
td.TdClassName
{
border-color: #F754FB;
}
.TagClassName
{
border-color: #F754FB;
}
</style>