Shades of Pink Flamingo #F74CFB
Tints of Pink Flamingo #F74CFB
RGB
CMYK
RGB Variations
Color information
#F74CFB (or 0xF74CFB) is known color: Pink Flamingo. HEX triplet: F7, 4C and FB. RGB value is (247,76,251). Sum of RGB (Red+Green+Blue) = 247+76+251=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 76 (30.08% from 255 or 13.24% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #F74CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F74CFB is #08B304. Grayscale: #929292. Windows color (decimal): -570117 or 16469239. OLE color: 16469239.
HSL color Cylindrical-coordinate representation of color #F74CFB: hue angle of 298.63º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F74CFB is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 76 | 251 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.02 |
| HSL | 298.63º | 0.96% | 0.64% | - |
| HSV(B) | 298.63º | 0.7% | 0.98% | - |
| XYZ | 58.35 | 31.91 | 94.35 | - |
| YUV | 147.08 | 186.65 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 76 | 251 | 0.02 | 0.70 | 0 | 0.02 | 298.63 | 0.96 | 0.64 |
| Hex | F7 | 4C | FB | 2 | 46 | 0 | 2 | 12B | 60 | 40 |
| Octal | 367 | 114 | 373 | 2 | 106 | 0 | 2 | 453 | 140 | 100 |
| Binary | 11110111 | 1001100 | 11111011 | 10 | 1000110 | 0 | 10 | 100101011 | 1100000 | 1000000 |
Color Harmonies of #F74CFB
Complementary color
Monochromatic Colors of #F74CFB
Black with #F74CFB
Text Example
Text Example
White with #F74CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74CFB; }
p { color: rgb(247,76,251); }
H1.HeaderClassName
{
color: #F74CFB;
}
.AnyTagClassName
{
color: #F74CFB;
}
</style>
background-color css
<style>
a { background-color: #F74CFB; }
a { background-color: rgb(247,76,251); }
div.DivClassName
{
background-color: #F74CFB;
}
.BgClassName
{
background-color: #F74CFB;
}
</style>
border-color css
<style>
span { border-color: #F74CFB; }
span { border-color: rgb(247,76,251); }
td.TdClassName
{
border-color: #F74CFB;
}
.TagClassName
{
border-color: #F74CFB;
}
</style>