Shades of Pink Flamingo #F73FFC
Tints of Pink Flamingo #F73FFC
RGB
CMYK
RGB Variations
Color information
#F73FFC (or 0xF73FFC) is known color: Pink Flamingo. HEX triplet: F7, 3F and FC. RGB value is (247,63,252). Sum of RGB (Red+Green+Blue) = 247+63+252=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 63 (25% from 255 or 11.21% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #F73FFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73FFC is #08C003. Grayscale: #8A8A8A. Windows color (decimal): -573444 or 16531447. OLE color: 16531447.
HSL color Cylindrical-coordinate representation of color #F73FFC: hue angle of 298.41º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73FFC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 63 | 252 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.01 |
| HSL | 298.41º | 0.97% | 0.62% | - |
| HSV(B) | 298.41º | 0.75% | 0.99% | - |
| XYZ | 57.71 | 30.36 | 94.91 | - |
| YUV | 139.56 | 191.46 | 204.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 252 | 0.02 | 0.75 | 0 | 0.01 | 298.41 | 0.97 | 0.62 |
| Hex | F7 | 3F | FC | 2 | 4B | 0 | 1 | 12A | 61 | 3E |
| Octal | 367 | 77 | 374 | 2 | 113 | 0 | 1 | 452 | 141 | 76 |
| Binary | 11110111 | 111111 | 11111100 | 10 | 1001011 | 0 | 1 | 100101010 | 1100001 | 111110 |
Color Harmonies of #F73FFC
Complementary color
Monochromatic Colors of #F73FFC
Black with #F73FFC
Text Example
Text Example
White with #F73FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73FFC; }
p { color: rgb(247,63,252); }
H1.HeaderClassName
{
color: #F73FFC;
}
.AnyTagClassName
{
color: #F73FFC;
}
</style>
background-color css
<style>
a { background-color: #F73FFC; }
a { background-color: rgb(247,63,252); }
div.DivClassName
{
background-color: #F73FFC;
}
.BgClassName
{
background-color: #F73FFC;
}
</style>
border-color css
<style>
span { border-color: #F73FFC; }
span { border-color: rgb(247,63,252); }
td.TdClassName
{
border-color: #F73FFC;
}
.TagClassName
{
border-color: #F73FFC;
}
</style>