Shades of Pink Flamingo #F761FE
Tints of Pink Flamingo #F761FE
RGB
CMYK
RGB Variations
Color information
#F761FE (or 0xF761FE) is known color: Pink Flamingo. HEX triplet: F7, 61 and FE. RGB value is (247,97,254). Sum of RGB (Red+Green+Blue) = 247+97+254=598 (79% of max value = 765). Red value is 247 (96.88% from 255 or 41.30% from 598); Green value is 97 (38.28% from 255 or 16.22% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #F761FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F761FE is #089E01. Grayscale: #9F9F9F. Windows color (decimal): -564738 or 16671223. OLE color: 16671223.
HSL color Cylindrical-coordinate representation of color #F761FE: hue angle of 297.32º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F761FE is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 97 | 254 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.00 |
| HSL | 297.32º | 0.99% | 0.69% | - |
| HSV(B) | 297.32º | 0.62% | 1% | - |
| XYZ | 60.52 | 35.48 | 97.42 | - |
| YUV | 159.75 | 181.2 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 97 | 254 | 0.03 | 0.62 | 0 | 0.00 | 297.32 | 0.99 | 0.69 |
| Hex | F7 | 61 | FE | 3 | 3E | 0 | 0 | 129 | 63 | 45 |
| Octal | 367 | 141 | 376 | 3 | 76 | 0 | 0 | 451 | 143 | 105 |
| Binary | 11110111 | 1100001 | 11111110 | 11 | 111110 | 0 | 0 | 100101001 | 1100011 | 1000101 |
Color Harmonies of #F761FE
Complementary color
Monochromatic Colors of #F761FE
Black with #F761FE
Text Example
Text Example
White with #F761FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F761FE; }
p { color: rgb(247,97,254); }
H1.HeaderClassName
{
color: #F761FE;
}
.AnyTagClassName
{
color: #F761FE;
}
</style>
background-color css
<style>
a { background-color: #F761FE; }
a { background-color: rgb(247,97,254); }
div.DivClassName
{
background-color: #F761FE;
}
.BgClassName
{
background-color: #F761FE;
}
</style>
border-color css
<style>
span { border-color: #F761FE; }
span { border-color: rgb(247,97,254); }
td.TdClassName
{
border-color: #F761FE;
}
.TagClassName
{
border-color: #F761FE;
}
</style>