Shades of Pink Flamingo #F763FF
Tints of Pink Flamingo #F763FF
RGB
CMYK
RGB Variations
Color information
#F763FF (or 0xF763FF) is known color: Pink Flamingo. HEX triplet: F7, 63 and FF. RGB value is (247,99,255). Sum of RGB (Red+Green+Blue) = 247+99+255=601 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.10% from 601); Green value is 99 (39.06% from 255 or 16.47% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #F763FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F763FF is #089C00. Grayscale: #A0A0A0. Windows color (decimal): -564225 or 16737271. OLE color: 16737271.
HSL color Cylindrical-coordinate representation of color #F763FF: hue angle of 296.92º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F763FF is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 99 | 255 | - |
| CMYK | 0.03 | 0.61 | 0 | 0 |
| HSL | 296.92º | 1% | 0.69% | - |
| HSV(B) | 296.92º | 0.61% | 1% | - |
| XYZ | 60.87 | 35.92 | 98.33 | - |
| YUV | 161.04 | 181.03 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 99 | 255 | 0.03 | 0.61 | 0 | 0 | 296.92 | 1 | 0.69 |
| Hex | F7 | 63 | FF | 3 | 3D | 0 | 0 | 129 | 64 | 45 |
| Octal | 367 | 143 | 377 | 3 | 75 | 0 | 0 | 451 | 144 | 105 |
| Binary | 11110111 | 1100011 | 11111111 | 11 | 111101 | 0 | 0 | 100101001 | 1100100 | 1000101 |
Color Harmonies of #F763FF
Complementary color
Monochromatic Colors of #F763FF
Black with #F763FF
Text Example
Text Example
White with #F763FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F763FF; }
p { color: rgb(247,99,255); }
H1.HeaderClassName
{
color: #F763FF;
}
.AnyTagClassName
{
color: #F763FF;
}
</style>
background-color css
<style>
a { background-color: #F763FF; }
a { background-color: rgb(247,99,255); }
div.DivClassName
{
background-color: #F763FF;
}
.BgClassName
{
background-color: #F763FF;
}
</style>
border-color css
<style>
span { border-color: #F763FF; }
span { border-color: rgb(247,99,255); }
td.TdClassName
{
border-color: #F763FF;
}
.TagClassName
{
border-color: #F763FF;
}
</style>