Shades of Pink Flamingo #F65BFC
Tints of Pink Flamingo #F65BFC
RGB
CMYK
RGB Variations
Color information
#F65BFC (or 0xF65BFC) is known color: Pink Flamingo. HEX triplet: F6, 5B and FC. RGB value is (246,91,252). Sum of RGB (Red+Green+Blue) = 246+91+252=589 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.77% from 589); Green value is 91 (35.94% from 255 or 15.45% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #F65BFC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BFC is #09A403. Grayscale: #9B9B9B. Windows color (decimal): -631812 or 16538614. OLE color: 16538614.
HSL color Cylindrical-coordinate representation of color #F65BFC: hue angle of 297.76º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65BFC is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 91 | 252 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.01 |
| HSL | 297.76º | 0.96% | 0.67% | - |
| HSV(B) | 297.76º | 0.64% | 0.99% | - |
| XYZ | 59.32 | 34.1 | 95.55 | - |
| YUV | 155.7 | 182.35 | 192.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 252 | 0.02 | 0.64 | 0 | 0.01 | 297.76 | 0.96 | 0.67 |
| Hex | F6 | 5B | FC | 2 | 40 | 0 | 1 | 12A | 60 | 43 |
| Octal | 366 | 133 | 374 | 2 | 100 | 0 | 1 | 452 | 140 | 103 |
| Binary | 11110110 | 1011011 | 11111100 | 10 | 1000000 | 0 | 1 | 100101010 | 1100000 | 1000011 |
Color Harmonies of #F65BFC
Complementary color
Monochromatic Colors of #F65BFC
Black with #F65BFC
Text Example
Text Example
White with #F65BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BFC; }
p { color: rgb(246,91,252); }
H1.HeaderClassName
{
color: #F65BFC;
}
.AnyTagClassName
{
color: #F65BFC;
}
</style>
background-color css
<style>
a { background-color: #F65BFC; }
a { background-color: rgb(246,91,252); }
div.DivClassName
{
background-color: #F65BFC;
}
.BgClassName
{
background-color: #F65BFC;
}
</style>
border-color css
<style>
span { border-color: #F65BFC; }
span { border-color: rgb(246,91,252); }
td.TdClassName
{
border-color: #F65BFC;
}
.TagClassName
{
border-color: #F65BFC;
}
</style>