Shades of Pink Flamingo #F74DEE
Tints of Pink Flamingo #F74DEE
RGB
CMYK
RGB Variations
Color information
#F74DEE (or 0xF74DEE) is known color: Pink Flamingo. HEX triplet: F7, 4D and EE. RGB value is (247,77,238). Sum of RGB (Red+Green+Blue) = 247+77+238=562 (74% of max value = 765). Red value is 247 (96.88% from 255 or 43.95% from 562); Green value is 77 (30.47% from 255 or 13.70% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 247 - color contains mainly: red. Hex color #F74DEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DEE is #08B211. Grayscale: #919191. Windows color (decimal): -569874 or 15617527. OLE color: 15617527.
HSL color Cylindrical-coordinate representation of color #F74DEE: hue angle of 303.18º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DEE is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 77 | 238 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.03 |
| HSL | 303.18º | 0.91% | 0.64% | - |
| HSV(B) | 303.18º | 0.69% | 0.97% | - |
| XYZ | 56.44 | 31.25 | 83.95 | - |
| YUV | 146.18 | 179.82 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 238 | 0 | 0.69 | 0.04 | 0.03 | 303.18 | 0.91 | 0.64 |
| Hex | F7 | 4D | EE | 0 | 45 | 4 | 3 | 12F | 5B | 40 |
| Octal | 367 | 115 | 356 | 0 | 105 | 4 | 3 | 457 | 133 | 100 |
| Binary | 11110111 | 1001101 | 11101110 | 0 | 1000101 | 100 | 11 | 100101111 | 1011011 | 1000000 |
Color Harmonies of #F74DEE
Complementary color
Monochromatic Colors of #F74DEE
Black with #F74DEE
Text Example
Text Example
White with #F74DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DEE; }
p { color: rgb(247,77,238); }
H1.HeaderClassName
{
color: #F74DEE;
}
.AnyTagClassName
{
color: #F74DEE;
}
</style>
background-color css
<style>
a { background-color: #F74DEE; }
a { background-color: rgb(247,77,238); }
div.DivClassName
{
background-color: #F74DEE;
}
.BgClassName
{
background-color: #F74DEE;
}
</style>
border-color css
<style>
span { border-color: #F74DEE; }
span { border-color: rgb(247,77,238); }
td.TdClassName
{
border-color: #F74DEE;
}
.TagClassName
{
border-color: #F74DEE;
}
</style>