Shades of Pink Flamingo #F764FF
Tints of Pink Flamingo #F764FF
RGB
CMYK
RGB Variations
Color information
#F764FF (or 0xF764FF) is known color: Pink Flamingo. HEX triplet: F7, 64 and FF. RGB value is (247,100,255). Sum of RGB (Red+Green+Blue) = 247+100+255=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 100 (39.45% from 255 or 16.61% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F764FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F764FF is #089B00. Grayscale: #A1A1A1. Windows color (decimal): -563969 or 16737527. OLE color: 16737527.
HSL color Cylindrical-coordinate representation of color #F764FF: hue angle of 296.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F764FF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 100 | 255 | - |
| CMYK | 0.03 | 0.61 | 0 | 0 |
| HSL | 296.9º | 1% | 0.7% | - |
| HSV(B) | 296.9º | 0.61% | 1% | - |
| XYZ | 60.96 | 36.11 | 98.36 | - |
| YUV | 161.62 | 180.7 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 100 | 255 | 0.03 | 0.61 | 0 | 0 | 296.9 | 1 | 0.7 |
| Hex | F7 | 64 | FF | 3 | 3D | 0 | 0 | 129 | 64 | 46 |
| Octal | 367 | 144 | 377 | 3 | 75 | 0 | 0 | 451 | 144 | 106 |
| Binary | 11110111 | 1100100 | 11111111 | 11 | 111101 | 0 | 0 | 100101001 | 1100100 | 1000110 |
Color Harmonies of #F764FF
Complementary color
Monochromatic Colors of #F764FF
Black with #F764FF
Text Example
Text Example
White with #F764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F764FF; }
p { color: rgb(247,100,255); }
H1.HeaderClassName
{
color: #F764FF;
}
.AnyTagClassName
{
color: #F764FF;
}
</style>
background-color css
<style>
a { background-color: #F764FF; }
a { background-color: rgb(247,100,255); }
div.DivClassName
{
background-color: #F764FF;
}
.BgClassName
{
background-color: #F764FF;
}
</style>
border-color css
<style>
span { border-color: #F764FF; }
span { border-color: rgb(247,100,255); }
td.TdClassName
{
border-color: #F764FF;
}
.TagClassName
{
border-color: #F764FF;
}
</style>