Shades of Pink Flamingo #F74FEE
Tints of Pink Flamingo #F74FEE
RGB
CMYK
RGB Variations
Color information
#F74FEE (or 0xF74FEE) is known color: Pink Flamingo. HEX triplet: F7, 4F and EE. RGB value is (247,79,238). Sum of RGB (Red+Green+Blue) = 247+79+238=564 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.79% from 564); Green value is 79 (31.25% from 255 or 14.01% from 564); Blue value is 238 (93.36% from 255 or 42.20% from 564); Max value from RGB is 247 - color contains mainly: red. Hex color #F74FEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FEE is #08B011. Grayscale: #929292. Windows color (decimal): -569362 or 15618039. OLE color: 15618039.
HSL color Cylindrical-coordinate representation of color #F74FEE: hue angle of 303.21º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F74FEE is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 79 | 238 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.03 |
| HSL | 303.21º | 0.91% | 0.64% | - |
| HSV(B) | 303.21º | 0.68% | 0.97% | - |
| XYZ | 56.59 | 31.54 | 83.99 | - |
| YUV | 147.36 | 179.16 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 238 | 0 | 0.68 | 0.04 | 0.03 | 303.21 | 0.91 | 0.64 |
| Hex | F7 | 4F | EE | 0 | 44 | 4 | 3 | 12F | 5B | 40 |
| Octal | 367 | 117 | 356 | 0 | 104 | 4 | 3 | 457 | 133 | 100 |
| Binary | 11110111 | 1001111 | 11101110 | 0 | 1000100 | 100 | 11 | 100101111 | 1011011 | 1000000 |
Color Harmonies of #F74FEE
Complementary color
Monochromatic Colors of #F74FEE
Black with #F74FEE
Text Example
Text Example
White with #F74FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FEE; }
p { color: rgb(247,79,238); }
H1.HeaderClassName
{
color: #F74FEE;
}
.AnyTagClassName
{
color: #F74FEE;
}
</style>
background-color css
<style>
a { background-color: #F74FEE; }
a { background-color: rgb(247,79,238); }
div.DivClassName
{
background-color: #F74FEE;
}
.BgClassName
{
background-color: #F74FEE;
}
</style>
border-color css
<style>
span { border-color: #F74FEE; }
span { border-color: rgb(247,79,238); }
td.TdClassName
{
border-color: #F74FEE;
}
.TagClassName
{
border-color: #F74FEE;
}
</style>