Shades of Pink Flamingo #F74FFB
Tints of Pink Flamingo #F74FFB
RGB
CMYK
RGB Variations
Color information
#F74FFB (or 0xF74FFB) is known color: Pink Flamingo. HEX triplet: F7, 4F and FB. RGB value is (247,79,251). Sum of RGB (Red+Green+Blue) = 247+79+251=577 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.81% from 577); Green value is 79 (31.25% from 255 or 13.69% from 577); Blue value is 251 (98.44% from 255 or 43.50% from 577); Max value from RGB is 251 - color contains mainly: blue. Hex color #F74FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FFB is #08B004. Grayscale: #949494. Windows color (decimal): -569349 or 16470007. OLE color: 16470007.
HSL color Cylindrical-coordinate representation of color #F74FFB: hue angle of 298.6º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74FFB is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 79 | 251 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.02 |
| HSL | 298.6º | 0.96% | 0.65% | - |
| HSV(B) | 298.6º | 0.69% | 0.98% | - |
| XYZ | 58.57 | 32.33 | 94.42 | - |
| YUV | 148.84 | 185.66 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 251 | 0.02 | 0.69 | 0 | 0.02 | 298.6 | 0.96 | 0.65 |
| Hex | F7 | 4F | FB | 2 | 45 | 0 | 2 | 12B | 60 | 41 |
| Octal | 367 | 117 | 373 | 2 | 105 | 0 | 2 | 453 | 140 | 101 |
| Binary | 11110111 | 1001111 | 11111011 | 10 | 1000101 | 0 | 10 | 100101011 | 1100000 | 1000001 |
Color Harmonies of #F74FFB
Complementary color
Monochromatic Colors of #F74FFB
Black with #F74FFB
Text Example
Text Example
White with #F74FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FFB; }
p { color: rgb(247,79,251); }
H1.HeaderClassName
{
color: #F74FFB;
}
.AnyTagClassName
{
color: #F74FFB;
}
</style>
background-color css
<style>
a { background-color: #F74FFB; }
a { background-color: rgb(247,79,251); }
div.DivClassName
{
background-color: #F74FFB;
}
.BgClassName
{
background-color: #F74FFB;
}
</style>
border-color css
<style>
span { border-color: #F74FFB; }
span { border-color: rgb(247,79,251); }
td.TdClassName
{
border-color: #F74FFB;
}
.TagClassName
{
border-color: #F74FFB;
}
</style>