Shades of Pink Flamingo #F73AFB
Tints of Pink Flamingo #F73AFB
RGB
CMYK
RGB Variations
Color information
#F73AFB (or 0xF73AFB) is known color: Pink Flamingo. HEX triplet: F7, 3A and FB. RGB value is (247,58,251). Sum of RGB (Red+Green+Blue) = 247+58+251=556 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.42% from 556); Green value is 58 (23.05% from 255 or 10.43% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #F73AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73AFB is #08C504. Grayscale: #878787. Windows color (decimal): -574725 or 16464631. OLE color: 16464631.
HSL color Cylindrical-coordinate representation of color #F73AFB: hue angle of 298.76º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F73AFB is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 58 | 251 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.02 |
| HSL | 298.76º | 0.96% | 0.61% | - |
| HSV(B) | 298.76º | 0.77% | 0.98% | - |
| XYZ | 57.28 | 29.77 | 93.99 | - |
| YUV | 136.51 | 192.62 | 206.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 58 | 251 | 0.02 | 0.77 | 0 | 0.02 | 298.76 | 0.96 | 0.61 |
| Hex | F7 | 3A | FB | 2 | 4D | 0 | 2 | 12B | 60 | 3D |
| Octal | 367 | 72 | 373 | 2 | 115 | 0 | 2 | 453 | 140 | 75 |
| Binary | 11110111 | 111010 | 11111011 | 10 | 1001101 | 0 | 10 | 100101011 | 1100000 | 111101 |
Color Harmonies of #F73AFB
Complementary color
Monochromatic Colors of #F73AFB
Black with #F73AFB
Text Example
Text Example
White with #F73AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73AFB; }
p { color: rgb(247,58,251); }
H1.HeaderClassName
{
color: #F73AFB;
}
.AnyTagClassName
{
color: #F73AFB;
}
</style>
background-color css
<style>
a { background-color: #F73AFB; }
a { background-color: rgb(247,58,251); }
div.DivClassName
{
background-color: #F73AFB;
}
.BgClassName
{
background-color: #F73AFB;
}
</style>
border-color css
<style>
span { border-color: #F73AFB; }
span { border-color: rgb(247,58,251); }
td.TdClassName
{
border-color: #F73AFB;
}
.TagClassName
{
border-color: #F73AFB;
}
</style>