Shades of Pink Flamingo #F74DFE
Tints of Pink Flamingo #F74DFE
RGB
CMYK
RGB Variations
Color information
#F74DFE (or 0xF74DFE) is known color: Pink Flamingo. HEX triplet: F7, 4D and FE. RGB value is (247,77,254). Sum of RGB (Red+Green+Blue) = 247+77+254=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 77 (30.47% from 255 or 13.32% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #F74DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DFE is #08B201. Grayscale: #939393. Windows color (decimal): -569858 or 16666103. OLE color: 16666103.
HSL color Cylindrical-coordinate representation of color #F74DFE: hue angle of 297.63º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74DFE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 77 | 254 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.00 |
| HSL | 297.63º | 0.99% | 0.65% | - |
| HSV(B) | 297.63º | 0.7% | 1% | - |
| XYZ | 58.9 | 32.24 | 96.88 | - |
| YUV | 148.01 | 187.82 | 198.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 254 | 0.03 | 0.70 | 0 | 0.00 | 297.63 | 0.99 | 0.65 |
| Hex | F7 | 4D | FE | 3 | 46 | 0 | 0 | 12A | 63 | 41 |
| Octal | 367 | 115 | 376 | 3 | 106 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11110111 | 1001101 | 11111110 | 11 | 1000110 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F74DFE
Complementary color
Monochromatic Colors of #F74DFE
Black with #F74DFE
Text Example
Text Example
White with #F74DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DFE; }
p { color: rgb(247,77,254); }
H1.HeaderClassName
{
color: #F74DFE;
}
.AnyTagClassName
{
color: #F74DFE;
}
</style>
background-color css
<style>
a { background-color: #F74DFE; }
a { background-color: rgb(247,77,254); }
div.DivClassName
{
background-color: #F74DFE;
}
.BgClassName
{
background-color: #F74DFE;
}
</style>
border-color css
<style>
span { border-color: #F74DFE; }
span { border-color: rgb(247,77,254); }
td.TdClassName
{
border-color: #F74DFE;
}
.TagClassName
{
border-color: #F74DFE;
}
</style>