Shades of Pink Flamingo #F65CED
Tints of Pink Flamingo #F65CED
RGB
CMYK
RGB Variations
Color information
#F65CED (or 0xF65CED) is known color: Pink Flamingo. HEX triplet: F6, 5C and ED. RGB value is (246,92,237). Sum of RGB (Red+Green+Blue) = 246+92+237=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 92 (36.33% from 255 or 16% from 575); Blue value is 237 (92.97% from 255 or 41.22% from 575); Max value from RGB is 246 - color contains mainly: red. Hex color #F65CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CED is #09A312. Grayscale: #9A9A9A. Windows color (decimal): -631571 or 15555830. OLE color: 15555830.
HSL color Cylindrical-coordinate representation of color #F65CED: hue angle of 303.51º 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 #F65CED is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 92 | 237 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.04 |
| HSL | 303.51º | 0.9% | 0.66% | - |
| HSV(B) | 303.51º | 0.63% | 0.96% | - |
| XYZ | 57.12 | 33.36 | 83.55 | - |
| YUV | 154.58 | 174.52 | 193.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 237 | 0 | 0.63 | 0.04 | 0.04 | 303.51 | 0.9 | 0.66 |
| Hex | F6 | 5C | ED | 0 | 3F | 4 | 4 | 130 | 5A | 42 |
| Octal | 366 | 134 | 355 | 0 | 77 | 4 | 4 | 460 | 132 | 102 |
| Binary | 11110110 | 1011100 | 11101101 | 0 | 111111 | 100 | 100 | 100110000 | 1011010 | 1000010 |
Color Harmonies of #F65CED
Complementary color
Monochromatic Colors of #F65CED
Black with #F65CED
Text Example
Text Example
White with #F65CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CED; }
p { color: rgb(246,92,237); }
H1.HeaderClassName
{
color: #F65CED;
}
.AnyTagClassName
{
color: #F65CED;
}
</style>
background-color css
<style>
a { background-color: #F65CED; }
a { background-color: rgb(246,92,237); }
div.DivClassName
{
background-color: #F65CED;
}
.BgClassName
{
background-color: #F65CED;
}
</style>
border-color css
<style>
span { border-color: #F65CED; }
span { border-color: rgb(246,92,237); }
td.TdClassName
{
border-color: #F65CED;
}
.TagClassName
{
border-color: #F65CED;
}
</style>