Shades of Pink Flamingo #FF69F7
Tints of Pink Flamingo #FF69F7
RGB
CMYK
RGB Variations
Color information
#FF69F7 (or 0xFF69F7) is known color: Pink Flamingo. HEX triplet: FF, 69 and F7. RGB value is (255,105,247). Sum of RGB (Red+Green+Blue) = 255+105+247=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 105 (41.41% from 255 or 17.30% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FF69F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF69F7 is #009608. Grayscale: #A5A5A5. Windows color (decimal): -38409 or 16214527. OLE color: 16214527.
HSL color Cylindrical-coordinate representation of color #FF69F7: hue angle of 303.2º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FF69F7 is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 247 | - |
| CMYK | 0 | 0.59 | 0.03 | 0 |
| HSL | 303.2º | 1% | 0.71% | - |
| HSV(B) | 303.2º | 0.59% | 1% | - |
| XYZ | 63.08 | 38.08 | 92.02 | - |
| YUV | 166.04 | 173.7 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 247 | 0 | 0.59 | 0.03 | 0 | 303.2 | 1 | 0.71 |
| Hex | FF | 69 | F7 | 0 | 3B | 3 | 0 | 12F | 64 | 47 |
| Octal | 377 | 151 | 367 | 0 | 73 | 3 | 0 | 457 | 144 | 107 |
| Binary | 11111111 | 1101001 | 11110111 | 0 | 111011 | 11 | 0 | 100101111 | 1100100 | 1000111 |
Color Harmonies of #FF69F7
Complementary color
Monochromatic Colors of #FF69F7
Black with #FF69F7
Text Example
Text Example
White with #FF69F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF69F7; }
p { color: rgb(255,105,247); }
H1.HeaderClassName
{
color: #FF69F7;
}
.AnyTagClassName
{
color: #FF69F7;
}
</style>
background-color css
<style>
a { background-color: #FF69F7; }
a { background-color: rgb(255,105,247); }
div.DivClassName
{
background-color: #FF69F7;
}
.BgClassName
{
background-color: #FF69F7;
}
</style>
border-color css
<style>
span { border-color: #FF69F7; }
span { border-color: rgb(255,105,247); }
td.TdClassName
{
border-color: #FF69F7;
}
.TagClassName
{
border-color: #FF69F7;
}
</style>