Shades of Pink Flamingo #F765FE
Tints of Pink Flamingo #F765FE
RGB
CMYK
RGB Variations
Color information
#F765FE (or 0xF765FE) is known color: Pink Flamingo. HEX triplet: F7, 65 and FE. RGB value is (247,101,254). Sum of RGB (Red+Green+Blue) = 247+101+254=602 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.03% from 602); Green value is 101 (39.84% from 255 or 16.78% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #F765FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F765FE is #089A01. Grayscale: #A1A1A1. Windows color (decimal): -563714 or 16672247. OLE color: 16672247.
HSL color Cylindrical-coordinate representation of color #F765FE: hue angle of 297.25º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F765FE is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 101 | 254 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.00 |
| HSL | 297.25º | 0.99% | 0.7% | - |
| HSV(B) | 297.25º | 0.6% | 1% | - |
| XYZ | 60.9 | 36.24 | 97.55 | - |
| YUV | 162.1 | 179.87 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 101 | 254 | 0.03 | 0.60 | 0 | 0.00 | 297.25 | 0.99 | 0.7 |
| Hex | F7 | 65 | FE | 3 | 3C | 0 | 0 | 129 | 63 | 46 |
| Octal | 367 | 145 | 376 | 3 | 74 | 0 | 0 | 451 | 143 | 106 |
| Binary | 11110111 | 1100101 | 11111110 | 11 | 111100 | 0 | 0 | 100101001 | 1100011 | 1000110 |
Color Harmonies of #F765FE
Complementary color
Monochromatic Colors of #F765FE
Black with #F765FE
Text Example
Text Example
White with #F765FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F765FE; }
p { color: rgb(247,101,254); }
H1.HeaderClassName
{
color: #F765FE;
}
.AnyTagClassName
{
color: #F765FE;
}
</style>
background-color css
<style>
a { background-color: #F765FE; }
a { background-color: rgb(247,101,254); }
div.DivClassName
{
background-color: #F765FE;
}
.BgClassName
{
background-color: #F765FE;
}
</style>
border-color css
<style>
span { border-color: #F765FE; }
span { border-color: rgb(247,101,254); }
td.TdClassName
{
border-color: #F765FE;
}
.TagClassName
{
border-color: #F765FE;
}
</style>