Shades of Pink Flamingo #F665FA
Tints of Pink Flamingo #F665FA
RGB
CMYK
RGB Variations
Color information
#F665FA (or 0xF665FA) is known color: Pink Flamingo. HEX triplet: F6, 65 and FA. RGB value is (246,101,250). Sum of RGB (Red+Green+Blue) = 246+101+250=597 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.21% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #F665FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665FA is #099A05. Grayscale: #A0A0A0. Windows color (decimal): -629254 or 16410102. OLE color: 16410102.
HSL color Cylindrical-coordinate representation of color #F665FA: hue angle of 298.39º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F665FA is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 101 | 250 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.02 |
| HSL | 298.39º | 0.94% | 0.69% | - |
| HSV(B) | 298.39º | 0.6% | 0.98% | - |
| XYZ | 59.92 | 35.8 | 94.2 | - |
| YUV | 161.34 | 178.04 | 188.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 250 | 0.02 | 0.60 | 0 | 0.02 | 298.39 | 0.94 | 0.69 |
| Hex | F6 | 65 | FA | 2 | 3C | 0 | 2 | 12A | 5E | 45 |
| Octal | 366 | 145 | 372 | 2 | 74 | 0 | 2 | 452 | 136 | 105 |
| Binary | 11110110 | 1100101 | 11111010 | 10 | 111100 | 0 | 10 | 100101010 | 1011110 | 1000101 |
Color Harmonies of #F665FA
Complementary color
Monochromatic Colors of #F665FA
Black with #F665FA
Text Example
Text Example
White with #F665FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665FA; }
p { color: rgb(246,101,250); }
H1.HeaderClassName
{
color: #F665FA;
}
.AnyTagClassName
{
color: #F665FA;
}
</style>
background-color css
<style>
a { background-color: #F665FA; }
a { background-color: rgb(246,101,250); }
div.DivClassName
{
background-color: #F665FA;
}
.BgClassName
{
background-color: #F665FA;
}
</style>
border-color css
<style>
span { border-color: #F665FA; }
span { border-color: rgb(246,101,250); }
td.TdClassName
{
border-color: #F665FA;
}
.TagClassName
{
border-color: #F665FA;
}
</style>