Shades of Pink Flamingo #F73FFF
Tints of Pink Flamingo #F73FFF
RGB
CMYK
RGB Variations
Color information
#F73FFF (or 0xF73FFF) is known color: Pink Flamingo. HEX triplet: F7, 3F and FF. RGB value is (247,63,255). Sum of RGB (Red+Green+Blue) = 247+63+255=565 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.72% from 565); Green value is 63 (25% from 255 or 11.15% from 565); Blue value is 255 (100% from 255 or 45.13% from 565); Max value from RGB is 255 - color contains mainly: blue. Hex color #F73FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73FFF is #08C000. Grayscale: #8B8B8B. Windows color (decimal): -573441 or 16728055. OLE color: 16728055.
HSL color Cylindrical-coordinate representation of color #F73FFF: hue angle of 297.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F73FFF is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 63 | 255 | - |
| CMYK | 0.03 | 0.75 | 0 | 0 |
| HSL | 297.5º | 1% | 0.62% | - |
| HSV(B) | 297.5º | 0.75% | 1% | - |
| XYZ | 58.19 | 30.55 | 97.44 | - |
| YUV | 139.9 | 192.96 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 255 | 0.03 | 0.75 | 0 | 0 | 297.5 | 1 | 0.62 |
| Hex | F7 | 3F | FF | 3 | 4B | 0 | 0 | 12A | 64 | 3E |
| Octal | 367 | 77 | 377 | 3 | 113 | 0 | 0 | 452 | 144 | 76 |
| Binary | 11110111 | 111111 | 11111111 | 11 | 1001011 | 0 | 0 | 100101010 | 1100100 | 111110 |
Color Harmonies of #F73FFF
Complementary color
Monochromatic Colors of #F73FFF
Black with #F73FFF
Text Example
Text Example
White with #F73FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73FFF; }
p { color: rgb(247,63,255); }
H1.HeaderClassName
{
color: #F73FFF;
}
.AnyTagClassName
{
color: #F73FFF;
}
</style>
background-color css
<style>
a { background-color: #F73FFF; }
a { background-color: rgb(247,63,255); }
div.DivClassName
{
background-color: #F73FFF;
}
.BgClassName
{
background-color: #F73FFF;
}
</style>
border-color css
<style>
span { border-color: #F73FFF; }
span { border-color: rgb(247,63,255); }
td.TdClassName
{
border-color: #F73FFF;
}
.TagClassName
{
border-color: #F73FFF;
}
</style>