Shades of Pink Flamingo #F74FFF
Tints of Pink Flamingo #F74FFF
RGB
CMYK
RGB Variations
Color information
#F74FFF (or 0xF74FFF) is known color: Pink Flamingo. HEX triplet: F7, 4F and FF. RGB value is (247,79,255). Sum of RGB (Red+Green+Blue) = 247+79+255=581 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.51% from 581); Green value is 79 (31.25% from 255 or 13.60% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #F74FFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FFF is #08B000. Grayscale: #949494. Windows color (decimal): -569345 or 16732151. OLE color: 16732151.
HSL color Cylindrical-coordinate representation of color #F74FFF: hue angle of 297.27º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74FFF is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 79 | 255 | - |
| CMYK | 0.03 | 0.69 | 0 | 0 |
| HSL | 297.27º | 1% | 0.65% | - |
| HSV(B) | 297.27º | 0.69% | 1% | - |
| XYZ | 59.2 | 32.59 | 97.78 | - |
| YUV | 149.3 | 187.66 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 255 | 0.03 | 0.69 | 0 | 0 | 297.27 | 1 | 0.65 |
| Hex | F7 | 4F | FF | 3 | 45 | 0 | 0 | 129 | 64 | 41 |
| Octal | 367 | 117 | 377 | 3 | 105 | 0 | 0 | 451 | 144 | 101 |
| Binary | 11110111 | 1001111 | 11111111 | 11 | 1000101 | 0 | 0 | 100101001 | 1100100 | 1000001 |
Color Harmonies of #F74FFF
Complementary color
Monochromatic Colors of #F74FFF
Black with #F74FFF
Text Example
Text Example
White with #F74FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FFF; }
p { color: rgb(247,79,255); }
H1.HeaderClassName
{
color: #F74FFF;
}
.AnyTagClassName
{
color: #F74FFF;
}
</style>
background-color css
<style>
a { background-color: #F74FFF; }
a { background-color: rgb(247,79,255); }
div.DivClassName
{
background-color: #F74FFF;
}
.BgClassName
{
background-color: #F74FFF;
}
</style>
border-color css
<style>
span { border-color: #F74FFF; }
span { border-color: rgb(247,79,255); }
td.TdClassName
{
border-color: #F74FFF;
}
.TagClassName
{
border-color: #F74FFF;
}
</style>