Shades of Pink Flamingo #F73CFE
Tints of Pink Flamingo #F73CFE
RGB
CMYK
RGB Variations
Color information
#F73CFE (or 0xF73CFE) is known color: Pink Flamingo. HEX triplet: F7, 3C and FE. RGB value is (247,60,254). Sum of RGB (Red+Green+Blue) = 247+60+254=561 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.03% from 561); Green value is 60 (23.83% from 255 or 10.70% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #F73CFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F73CFE is #08C301. Grayscale: #898989. Windows color (decimal): -574210 or 16661751. OLE color: 16661751.
HSL color Cylindrical-coordinate representation of color #F73CFE: hue angle of 297.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F73CFE is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 60 | 254 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.00 |
| HSL | 297.84º | 0.99% | 0.62% | - |
| HSV(B) | 297.84º | 0.76% | 1% | - |
| XYZ | 57.86 | 30.16 | 96.54 | - |
| YUV | 138.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 254 | 0.03 | 0.76 | 0 | 0.00 | 297.84 | 0.99 | 0.62 |
| Hex | F7 | 3C | FE | 3 | 4C | 0 | 0 | 12A | 63 | 3E |
| Octal | 367 | 74 | 376 | 3 | 114 | 0 | 0 | 452 | 143 | 76 |
| Binary | 11110111 | 111100 | 11111110 | 11 | 1001100 | 0 | 0 | 100101010 | 1100011 | 111110 |
Color Harmonies of #F73CFE
Complementary color
Monochromatic Colors of #F73CFE
Black with #F73CFE
Text Example
Text Example
White with #F73CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73CFE; }
p { color: rgb(247,60,254); }
H1.HeaderClassName
{
color: #F73CFE;
}
.AnyTagClassName
{
color: #F73CFE;
}
</style>
background-color css
<style>
a { background-color: #F73CFE; }
a { background-color: rgb(247,60,254); }
div.DivClassName
{
background-color: #F73CFE;
}
.BgClassName
{
background-color: #F73CFE;
}
</style>
border-color css
<style>
span { border-color: #F73CFE; }
span { border-color: rgb(247,60,254); }
td.TdClassName
{
border-color: #F73CFE;
}
.TagClassName
{
border-color: #F73CFE;
}
</style>