Shades of Pink Flamingo #F74FFC
Tints of Pink Flamingo #F74FFC
RGB
CMYK
RGB Variations
Color information
#F74FFC (or 0xF74FFC) is known color: Pink Flamingo. HEX triplet: F7, 4F and FC. RGB value is (247,79,252). Sum of RGB (Red+Green+Blue) = 247+79+252=578 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.73% from 578); Green value is 79 (31.25% from 255 or 13.67% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #F74FFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FFC is #08B003. Grayscale: #949494. Windows color (decimal): -569348 or 16535543. OLE color: 16535543.
HSL color Cylindrical-coordinate representation of color #F74FFC: hue angle of 298.27º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74FFC is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 79 | 252 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.01 |
| HSL | 298.27º | 0.97% | 0.65% | - |
| HSV(B) | 298.27º | 0.69% | 0.99% | - |
| XYZ | 58.72 | 32.39 | 95.25 | - |
| YUV | 148.95 | 186.16 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 252 | 0.02 | 0.69 | 0 | 0.01 | 298.27 | 0.97 | 0.65 |
| Hex | F7 | 4F | FC | 2 | 45 | 0 | 1 | 12A | 61 | 41 |
| Octal | 367 | 117 | 374 | 2 | 105 | 0 | 1 | 452 | 141 | 101 |
| Binary | 11110111 | 1001111 | 11111100 | 10 | 1000101 | 0 | 1 | 100101010 | 1100001 | 1000001 |
Color Harmonies of #F74FFC
Complementary color
Monochromatic Colors of #F74FFC
Black with #F74FFC
Text Example
Text Example
White with #F74FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FFC; }
p { color: rgb(247,79,252); }
H1.HeaderClassName
{
color: #F74FFC;
}
.AnyTagClassName
{
color: #F74FFC;
}
</style>
background-color css
<style>
a { background-color: #F74FFC; }
a { background-color: rgb(247,79,252); }
div.DivClassName
{
background-color: #F74FFC;
}
.BgClassName
{
background-color: #F74FFC;
}
</style>
border-color css
<style>
span { border-color: #F74FFC; }
span { border-color: rgb(247,79,252); }
td.TdClassName
{
border-color: #F74FFC;
}
.TagClassName
{
border-color: #F74FFC;
}
</style>