Shades of Pink Flamingo #F74DFB
Tints of Pink Flamingo #F74DFB
RGB
CMYK
RGB Variations
Color information
#F74DFB (or 0xF74DFB) is known color: Pink Flamingo. HEX triplet: F7, 4D and FB. RGB value is (247,77,251). Sum of RGB (Red+Green+Blue) = 247+77+251=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 77 (30.47% from 255 or 13.39% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #F74DFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74DFB is #08B204. Grayscale: #939393. Windows color (decimal): -569861 or 16469495. OLE color: 16469495.
HSL color Cylindrical-coordinate representation of color #F74DFB: hue angle of 298.62º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74DFB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 77 | 251 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.02 |
| HSL | 298.62º | 0.96% | 0.64% | - |
| HSV(B) | 298.62º | 0.69% | 0.98% | - |
| XYZ | 58.42 | 32.05 | 94.37 | - |
| YUV | 147.67 | 186.32 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 77 | 251 | 0.02 | 0.69 | 0 | 0.02 | 298.62 | 0.96 | 0.64 |
| Hex | F7 | 4D | FB | 2 | 45 | 0 | 2 | 12B | 60 | 40 |
| Octal | 367 | 115 | 373 | 2 | 105 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11110111 | 1001101 | 11111011 | 10 | 1000101 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F74DFB
Complementary color
Monochromatic Colors of #F74DFB
Black with #F74DFB
Text Example
Text Example
White with #F74DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74DFB; }
p { color: rgb(247,77,251); }
H1.HeaderClassName
{
color: #F74DFB;
}
.AnyTagClassName
{
color: #F74DFB;
}
</style>
background-color css
<style>
a { background-color: #F74DFB; }
a { background-color: rgb(247,77,251); }
div.DivClassName
{
background-color: #F74DFB;
}
.BgClassName
{
background-color: #F74DFB;
}
</style>
border-color css
<style>
span { border-color: #F74DFB; }
span { border-color: rgb(247,77,251); }
td.TdClassName
{
border-color: #F74DFB;
}
.TagClassName
{
border-color: #F74DFB;
}
</style>