Shades of Pink Flamingo #F665FB
Tints of Pink Flamingo #F665FB
RGB
CMYK
RGB Variations
Color information
#F665FB (or 0xF665FB) is known color: Pink Flamingo. HEX triplet: F6, 65 and FB. RGB value is (246,101,251). Sum of RGB (Red+Green+Blue) = 246+101+251=598 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.14% from 598); Green value is 101 (39.84% from 255 or 16.89% from 598); Blue value is 251 (98.44% from 255 or 41.97% from 598); Max value from RGB is 251 - color contains mainly: blue. Hex color #F665FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665FB is #099A04. Grayscale: #A1A1A1. Windows color (decimal): -629253 or 16475638. OLE color: 16475638.
HSL color Cylindrical-coordinate representation of color #F665FB: hue angle of 298º degrees, saturation: 0.95, 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 #F665FB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 101 | 251 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.02 |
| HSL | 298º | 0.95% | 0.69% | - |
| HSV(B) | 298º | 0.6% | 0.98% | - |
| XYZ | 60.07 | 35.87 | 95.02 | - |
| YUV | 161.46 | 178.54 | 188.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 251 | 0.02 | 0.60 | 0 | 0.02 | 298 | 0.95 | 0.69 |
| Hex | F6 | 65 | FB | 2 | 3C | 0 | 2 | 12A | 5F | 45 |
| Octal | 366 | 145 | 373 | 2 | 74 | 0 | 2 | 452 | 137 | 105 |
| Binary | 11110110 | 1100101 | 11111011 | 10 | 111100 | 0 | 10 | 100101010 | 1011111 | 1000101 |
Color Harmonies of #F665FB
Complementary color
Monochromatic Colors of #F665FB
Black with #F665FB
Text Example
Text Example
White with #F665FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665FB; }
p { color: rgb(246,101,251); }
H1.HeaderClassName
{
color: #F665FB;
}
.AnyTagClassName
{
color: #F665FB;
}
</style>
background-color css
<style>
a { background-color: #F665FB; }
a { background-color: rgb(246,101,251); }
div.DivClassName
{
background-color: #F665FB;
}
.BgClassName
{
background-color: #F665FB;
}
</style>
border-color css
<style>
span { border-color: #F665FB; }
span { border-color: rgb(246,101,251); }
td.TdClassName
{
border-color: #F665FB;
}
.TagClassName
{
border-color: #F665FB;
}
</style>