Shades of Pink Flamingo #F74AEE
Tints of Pink Flamingo #F74AEE
RGB
CMYK
RGB Variations
Color information
#F74AEE (or 0xF74AEE) is known color: Pink Flamingo. HEX triplet: F7, 4A and EE. RGB value is (247,74,238). Sum of RGB (Red+Green+Blue) = 247+74+238=559 (74% of max value = 765). Red value is 247 (96.88% from 255 or 44.19% from 559); Green value is 74 (29.30% from 255 or 13.24% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 247 - color contains mainly: red. Hex color #F74AEE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74AEE is #08B511. Grayscale: #8F8F8F. Windows color (decimal): -570642 or 15616759. OLE color: 15616759.
HSL color Cylindrical-coordinate representation of color #F74AEE: hue angle of 303.12º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74AEE is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 74 | 238 | - |
| CMYK | 0 | 0.70 | 0.04 | 0.03 |
| HSL | 303.12º | 0.92% | 0.63% | - |
| HSV(B) | 303.12º | 0.7% | 0.97% | - |
| XYZ | 56.24 | 30.84 | 83.88 | - |
| YUV | 144.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 74 | 238 | 0 | 0.70 | 0.04 | 0.03 | 303.12 | 0.92 | 0.63 |
| Hex | F7 | 4A | EE | 0 | 46 | 4 | 3 | 12F | 5C | 3F |
| Octal | 367 | 112 | 356 | 0 | 106 | 4 | 3 | 457 | 134 | 77 |
| Binary | 11110111 | 1001010 | 11101110 | 0 | 1000110 | 100 | 11 | 100101111 | 1011100 | 111111 |
Color Harmonies of #F74AEE
Complementary color
Monochromatic Colors of #F74AEE
Black with #F74AEE
Text Example
Text Example
White with #F74AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74AEE; }
p { color: rgb(247,74,238); }
H1.HeaderClassName
{
color: #F74AEE;
}
.AnyTagClassName
{
color: #F74AEE;
}
</style>
background-color css
<style>
a { background-color: #F74AEE; }
a { background-color: rgb(247,74,238); }
div.DivClassName
{
background-color: #F74AEE;
}
.BgClassName
{
background-color: #F74AEE;
}
</style>
border-color css
<style>
span { border-color: #F74AEE; }
span { border-color: rgb(247,74,238); }
td.TdClassName
{
border-color: #F74AEE;
}
.TagClassName
{
border-color: #F74AEE;
}
</style>