Shades of Pink Flamingo #F74EFE
Tints of Pink Flamingo #F74EFE
RGB
CMYK
RGB Variations
Color information
#F74EFE (or 0xF74EFE) is known color: Pink Flamingo. HEX triplet: F7, 4E and FE. RGB value is (247,78,254). Sum of RGB (Red+Green+Blue) = 247+78+254=579 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.66% from 579); Green value is 78 (30.86% from 255 or 13.47% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #F74EFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74EFE is #08B101. Grayscale: #949494. Windows color (decimal): -569602 or 16666359. OLE color: 16666359.
HSL color Cylindrical-coordinate representation of color #F74EFE: hue angle of 297.61º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74EFE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 78 | 254 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.00 |
| HSL | 297.61º | 0.99% | 0.65% | - |
| HSV(B) | 297.61º | 0.69% | 1% | - |
| XYZ | 58.97 | 32.38 | 96.91 | - |
| YUV | 148.6 | 187.49 | 198.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 78 | 254 | 0.03 | 0.69 | 0 | 0.00 | 297.61 | 0.99 | 0.65 |
| Hex | F7 | 4E | FE | 3 | 45 | 0 | 0 | 12A | 63 | 41 |
| Octal | 367 | 116 | 376 | 3 | 105 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11110111 | 1001110 | 11111110 | 11 | 1000101 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F74EFE
Complementary color
Monochromatic Colors of #F74EFE
Black with #F74EFE
Text Example
Text Example
White with #F74EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74EFE; }
p { color: rgb(247,78,254); }
H1.HeaderClassName
{
color: #F74EFE;
}
.AnyTagClassName
{
color: #F74EFE;
}
</style>
background-color css
<style>
a { background-color: #F74EFE; }
a { background-color: rgb(247,78,254); }
div.DivClassName
{
background-color: #F74EFE;
}
.BgClassName
{
background-color: #F74EFE;
}
</style>
border-color css
<style>
span { border-color: #F74EFE; }
span { border-color: rgb(247,78,254); }
td.TdClassName
{
border-color: #F74EFE;
}
.TagClassName
{
border-color: #F74EFE;
}
</style>