Shades of Pink Flamingo #F73EFC
Tints of Pink Flamingo #F73EFC
RGB
CMYK
RGB Variations
Color information
#F73EFC (or 0xF73EFC) is known color: Pink Flamingo. HEX triplet: F7, 3E and FC. RGB value is (247,62,252). Sum of RGB (Red+Green+Blue) = 247+62+252=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 62 (24.61% from 255 or 11.05% from 561); Blue value is 252 (98.83% from 255 or 44.92% from 561); Max value from RGB is 252 - color contains mainly: blue. Hex color #F73EFC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73EFC is #08C103. Grayscale: #8A8A8A. Windows color (decimal): -573700 or 16531191. OLE color: 16531191.
HSL color Cylindrical-coordinate representation of color #F73EFC: hue angle of 298.42º 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 #F73EFC is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 62 | 252 | - |
| CMYK | 0.02 | 0.75 | 0 | 0.01 |
| HSL | 298.42º | 0.97% | 0.62% | - |
| HSV(B) | 298.42º | 0.75% | 0.99% | - |
| XYZ | 57.65 | 30.25 | 94.9 | - |
| YUV | 138.98 | 191.79 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 62 | 252 | 0.02 | 0.75 | 0 | 0.01 | 298.42 | 0.97 | 0.62 |
| Hex | F7 | 3E | FC | 2 | 4B | 0 | 1 | 12A | 61 | 3E |
| Octal | 367 | 76 | 374 | 2 | 113 | 0 | 1 | 452 | 141 | 76 |
| Binary | 11110111 | 111110 | 11111100 | 10 | 1001011 | 0 | 1 | 100101010 | 1100001 | 111110 |
Color Harmonies of #F73EFC
Complementary color
Monochromatic Colors of #F73EFC
Black with #F73EFC
Text Example
Text Example
White with #F73EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73EFC; }
p { color: rgb(247,62,252); }
H1.HeaderClassName
{
color: #F73EFC;
}
.AnyTagClassName
{
color: #F73EFC;
}
</style>
background-color css
<style>
a { background-color: #F73EFC; }
a { background-color: rgb(247,62,252); }
div.DivClassName
{
background-color: #F73EFC;
}
.BgClassName
{
background-color: #F73EFC;
}
</style>
border-color css
<style>
span { border-color: #F73EFC; }
span { border-color: rgb(247,62,252); }
td.TdClassName
{
border-color: #F73EFC;
}
.TagClassName
{
border-color: #F73EFC;
}
</style>