Shades of Pink Flamingo #F73BFB
Tints of Pink Flamingo #F73BFB
RGB
CMYK
RGB Variations
Color information
#F73BFB (or 0xF73BFB) is known color: Pink Flamingo. HEX triplet: F7, 3B and FB. RGB value is (247,59,251). Sum of RGB (Red+Green+Blue) = 247+59+251=557 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.34% from 557); Green value is 59 (23.44% from 255 or 10.59% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #F73BFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73BFB is #08C404. Grayscale: #888888. Windows color (decimal): -574469 or 16464887. OLE color: 16464887.
HSL color Cylindrical-coordinate representation of color #F73BFB: hue angle of 298.75º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73BFB is Cyan = 0.02, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 59 | 251 | - |
| CMYK | 0.02 | 0.76 | 0 | 0.02 |
| HSL | 298.75º | 0.96% | 0.61% | - |
| HSV(B) | 298.75º | 0.76% | 0.98% | - |
| XYZ | 57.33 | 29.87 | 94.01 | - |
| YUV | 137.1 | 192.28 | 206.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 59 | 251 | 0.02 | 0.76 | 0 | 0.02 | 298.75 | 0.96 | 0.61 |
| Hex | F7 | 3B | FB | 2 | 4C | 0 | 2 | 12B | 60 | 3D |
| Octal | 367 | 73 | 373 | 2 | 114 | 0 | 2 | 453 | 140 | 75 |
| Binary | 11110111 | 111011 | 11111011 | 10 | 1001100 | 0 | 10 | 100101011 | 1100000 | 111101 |
Color Harmonies of #F73BFB
Complementary color
Monochromatic Colors of #F73BFB
Black with #F73BFB
Text Example
Text Example
White with #F73BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73BFB; }
p { color: rgb(247,59,251); }
H1.HeaderClassName
{
color: #F73BFB;
}
.AnyTagClassName
{
color: #F73BFB;
}
</style>
background-color css
<style>
a { background-color: #F73BFB; }
a { background-color: rgb(247,59,251); }
div.DivClassName
{
background-color: #F73BFB;
}
.BgClassName
{
background-color: #F73BFB;
}
</style>
border-color css
<style>
span { border-color: #F73BFB; }
span { border-color: rgb(247,59,251); }
td.TdClassName
{
border-color: #F73BFB;
}
.TagClassName
{
border-color: #F73BFB;
}
</style>