Shades of Pink Flamingo #F74FFE
Tints of Pink Flamingo #F74FFE
RGB
CMYK
RGB Variations
Color information
#F74FFE (or 0xF74FFE) is known color: Pink Flamingo. HEX triplet: F7, 4F and FE. RGB value is (247,79,254). Sum of RGB (Red+Green+Blue) = 247+79+254=580 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.59% from 580); Green value is 79 (31.25% from 255 or 13.62% from 580); Blue value is 254 (99.61% from 255 or 43.79% from 580); Max value from RGB is 254 - color contains mainly: blue. Hex color #F74FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F74FFE is #08B001. Grayscale: #949494. Windows color (decimal): -569346 or 16666615. OLE color: 16666615.
HSL color Cylindrical-coordinate representation of color #F74FFE: hue angle of 297.6º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F74FFE is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 79 | 254 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.00 |
| HSL | 297.6º | 0.99% | 0.65% | - |
| HSV(B) | 297.6º | 0.69% | 1% | - |
| XYZ | 59.04 | 32.52 | 96.93 | - |
| YUV | 149.18 | 187.16 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 79 | 254 | 0.03 | 0.69 | 0 | 0.00 | 297.6 | 0.99 | 0.65 |
| Hex | F7 | 4F | FE | 3 | 45 | 0 | 0 | 12A | 63 | 41 |
| Octal | 367 | 117 | 376 | 3 | 105 | 0 | 0 | 452 | 143 | 101 |
| Binary | 11110111 | 1001111 | 11111110 | 11 | 1000101 | 0 | 0 | 100101010 | 1100011 | 1000001 |
Color Harmonies of #F74FFE
Complementary color
Monochromatic Colors of #F74FFE
Black with #F74FFE
Text Example
Text Example
White with #F74FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74FFE; }
p { color: rgb(247,79,254); }
H1.HeaderClassName
{
color: #F74FFE;
}
.AnyTagClassName
{
color: #F74FFE;
}
</style>
background-color css
<style>
a { background-color: #F74FFE; }
a { background-color: rgb(247,79,254); }
div.DivClassName
{
background-color: #F74FFE;
}
.BgClassName
{
background-color: #F74FFE;
}
</style>
border-color css
<style>
span { border-color: #F74FFE; }
span { border-color: rgb(247,79,254); }
td.TdClassName
{
border-color: #F74FFE;
}
.TagClassName
{
border-color: #F74FFE;
}
</style>