Shades of Pink Flamingo #F665FC
Tints of Pink Flamingo #F665FC
RGB
CMYK
RGB Variations
Color information
#F665FC (or 0xF665FC) is known color: Pink Flamingo. HEX triplet: F6, 65 and FC. RGB value is (246,101,252). Sum of RGB (Red+Green+Blue) = 246+101+252=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 101 (39.84% from 255 or 16.86% from 599); Blue value is 252 (98.83% from 255 or 42.07% from 599); Max value from RGB is 252 - color contains mainly: blue. Hex color #F665FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665FC is #099A03. Grayscale: #A1A1A1. Windows color (decimal): -629252 or 16541174. OLE color: 16541174.
HSL color Cylindrical-coordinate representation of color #F665FC: hue angle of 297.62º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F665FC is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 246 | 101 | 252 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.01 |
| HSL | 297.62º | 0.96% | 0.69% | - |
| HSV(B) | 297.62º | 0.6% | 0.99% | - |
| XYZ | 60.23 | 35.93 | 95.86 | - |
| YUV | 161.57 | 179.04 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 252 | 0.02 | 0.60 | 0 | 0.01 | 297.62 | 0.96 | 0.69 |
| Hex | F6 | 65 | FC | 2 | 3C | 0 | 1 | 12A | 60 | 45 |
| Octal | 366 | 145 | 374 | 2 | 74 | 0 | 1 | 452 | 140 | 105 |
| Binary | 11110110 | 1100101 | 11111100 | 10 | 111100 | 0 | 1 | 100101010 | 1100000 | 1000101 |
Color Harmonies of #F665FC
Complementary color
Monochromatic Colors of #F665FC
Black with #F665FC
Text Example
Text Example
White with #F665FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665FC; }
p { color: rgb(246,101,252); }
H1.HeaderClassName
{
color: #F665FC;
}
.AnyTagClassName
{
color: #F665FC;
}
</style>
background-color css
<style>
a { background-color: #F665FC; }
a { background-color: rgb(246,101,252); }
div.DivClassName
{
background-color: #F665FC;
}
.BgClassName
{
background-color: #F665FC;
}
</style>
border-color css
<style>
span { border-color: #F665FC; }
span { border-color: rgb(246,101,252); }
td.TdClassName
{
border-color: #F665FC;
}
.TagClassName
{
border-color: #F665FC;
}
</style>