Shades of Pink Flamingo #F65CEB
Tints of Pink Flamingo #F65CEB
RGB
CMYK
RGB Variations
Color information
#F65CEB (or 0xF65CEB) is known color: Pink Flamingo. HEX triplet: F6, 5C and EB. RGB value is (246,92,235). Sum of RGB (Red+Green+Blue) = 246+92+235=573 (75% of max value = 765). Red value is 246 (96.48% from 255 or 42.93% from 573); Green value is 92 (36.33% from 255 or 16.06% from 573); Blue value is 235 (92.19% from 255 or 41.01% from 573); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CEB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CEB is #09A314. Grayscale: #999999. Windows color (decimal): -631573 or 15424758. OLE color: 15424758.
HSL color Cylindrical-coordinate representation of color #F65CEB: hue angle of 304.29º 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 #F65CEB is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 235 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.04 |
| HSL | 304.29º | 0.9% | 0.66% | - |
| HSV(B) | 304.29º | 0.63% | 0.96% | - |
| XYZ | 56.83 | 33.25 | 82.02 | - |
| YUV | 154.35 | 173.52 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 235 | 0 | 0.63 | 0.04 | 0.04 | 304.29 | 0.9 | 0.66 |
| Hex | F6 | 5C | EB | 0 | 3F | 4 | 4 | 130 | 5A | 42 |
| Octal | 366 | 134 | 353 | 0 | 77 | 4 | 4 | 460 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11101011 | 0 | 111111 | 100 | 100 | 100110000 | 1011010 | 1000010 |
Color Harmonies of #F65CEB
Complementary color
Monochromatic Colors of #F65CEB
Black with #F65CEB
Text Example
Text Example
White with #F65CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CEB; }
p { color: rgb(246,92,235); }
H1.HeaderClassName
{
color: #F65CEB;
}
.AnyTagClassName
{
color: #F65CEB;
}
</style>
background-color css
<style>
a { background-color: #F65CEB; }
a { background-color: rgb(246,92,235); }
div.DivClassName
{
background-color: #F65CEB;
}
.BgClassName
{
background-color: #F65CEB;
}
</style>
border-color css
<style>
span { border-color: #F65CEB; }
span { border-color: rgb(246,92,235); }
td.TdClassName
{
border-color: #F65CEB;
}
.TagClassName
{
border-color: #F65CEB;
}
</style>