Shades of Pink Flamingo #F65CFF
Tints of Pink Flamingo #F65CFF
RGB
CMYK
RGB Variations
Color information
#F65CFF (or 0xF65CFF) is known color: Pink Flamingo. HEX triplet: F6, 5C and FF. RGB value is (246,92,255). Sum of RGB (Red+Green+Blue) = 246+92+255=593 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.48% from 593); Green value is 92 (36.33% from 255 or 15.51% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F65CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65CFF is #09A300. Grayscale: #9C9C9C. Windows color (decimal): -631553 or 16735478. OLE color: 16735478.
HSL color Cylindrical-coordinate representation of color #F65CFF: hue angle of 296.69º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65CFF is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 92 | 255 | - |
| CMYK | 0.04 | 0.64 | 0 | 0 |
| HSL | 296.69º | 1% | 0.68% | - |
| HSV(B) | 296.69º | 0.64% | 1% | - |
| XYZ | 59.88 | 34.47 | 98.1 | - |
| YUV | 156.63 | 183.52 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 92 | 255 | 0.04 | 0.64 | 0 | 0 | 296.69 | 1 | 0.68 |
| Hex | F6 | 5C | FF | 4 | 40 | 0 | 0 | 129 | 64 | 44 |
| Octal | 366 | 134 | 377 | 4 | 100 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11110110 | 1011100 | 11111111 | 100 | 1000000 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F65CFF
Complementary color
Monochromatic Colors of #F65CFF
Black with #F65CFF
Text Example
Text Example
White with #F65CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65CFF; }
p { color: rgb(246,92,255); }
H1.HeaderClassName
{
color: #F65CFF;
}
.AnyTagClassName
{
color: #F65CFF;
}
</style>
background-color css
<style>
a { background-color: #F65CFF; }
a { background-color: rgb(246,92,255); }
div.DivClassName
{
background-color: #F65CFF;
}
.BgClassName
{
background-color: #F65CFF;
}
</style>
border-color css
<style>
span { border-color: #F65CFF; }
span { border-color: rgb(246,92,255); }
td.TdClassName
{
border-color: #F65CFF;
}
.TagClassName
{
border-color: #F65CFF;
}
</style>