Shades of Pink Flamingo #F65BEE
Tints of Pink Flamingo #F65BEE
RGB
CMYK
RGB Variations
Color information
#F65BEE (or 0xF65BEE) is known color: Pink Flamingo. HEX triplet: F6, 5B and EE. RGB value is (246,91,238). Sum of RGB (Red+Green+Blue) = 246+91+238=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 91 (35.94% from 255 or 15.83% from 575); Blue value is 238 (93.36% from 255 or 41.39% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F65BEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65BEE is #09A411. Grayscale: #999999. Windows color (decimal): -631826 or 15621110. OLE color: 15621110.
HSL color Cylindrical-coordinate representation of color #F65BEE: hue angle of 303.1º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F65BEE is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 91 | 238 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.04 |
| HSL | 303.1º | 0.9% | 0.66% | - |
| HSV(B) | 303.1º | 0.63% | 0.96% | - |
| XYZ | 57.18 | 33.25 | 84.29 | - |
| YUV | 154.1 | 175.35 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 91 | 238 | 0 | 0.63 | 0.03 | 0.04 | 303.1 | 0.9 | 0.66 |
| Hex | F6 | 5B | EE | 0 | 3F | 3 | 4 | 12F | 5A | 42 |
| Octal | 366 | 133 | 356 | 0 | 77 | 3 | 4 | 457 | 132 | 102 |
| Binary | 11110110 | 1011011 | 11101110 | 0 | 111111 | 11 | 100 | 100101111 | 1011010 | 1000010 |
Color Harmonies of #F65BEE
Complementary color
Monochromatic Colors of #F65BEE
Black with #F65BEE
Text Example
Text Example
White with #F65BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65BEE; }
p { color: rgb(246,91,238); }
H1.HeaderClassName
{
color: #F65BEE;
}
.AnyTagClassName
{
color: #F65BEE;
}
</style>
background-color css
<style>
a { background-color: #F65BEE; }
a { background-color: rgb(246,91,238); }
div.DivClassName
{
background-color: #F65BEE;
}
.BgClassName
{
background-color: #F65BEE;
}
</style>
border-color css
<style>
span { border-color: #F65BEE; }
span { border-color: rgb(246,91,238); }
td.TdClassName
{
border-color: #F65BEE;
}
.TagClassName
{
border-color: #F65BEE;
}
</style>