Shades of Pink Flamingo #F665FF
Tints of Pink Flamingo #F665FF
RGB
CMYK
RGB Variations
Color information
#F665FF (or 0xF665FF) is known color: Pink Flamingo. HEX triplet: F6, 65 and FF. RGB value is (246,101,255). Sum of RGB (Red+Green+Blue) = 246+101+255=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 101 (39.84% from 255 or 16.78% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #F665FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665FF is #099A00. Grayscale: #A1A1A1. Windows color (decimal): -629249 or 16737782. OLE color: 16737782.
HSL color Cylindrical-coordinate representation of color #F665FF: hue angle of 296.49º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F665FF is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 246 | 101 | 255 | - |
| CMYK | 0.04 | 0.60 | 0 | 0 |
| HSL | 296.49º | 1% | 0.7% | - |
| HSV(B) | 296.49º | 0.6% | 1% | - |
| XYZ | 60.71 | 36.12 | 98.38 | - |
| YUV | 161.91 | 180.54 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 255 | 0.04 | 0.60 | 0 | 0 | 296.49 | 1 | 0.7 |
| Hex | F6 | 65 | FF | 4 | 3C | 0 | 0 | 128 | 64 | 46 |
| Octal | 366 | 145 | 377 | 4 | 74 | 0 | 0 | 450 | 144 | 106 |
| Binary | 11110110 | 1100101 | 11111111 | 100 | 111100 | 0 | 0 | 100101000 | 1100100 | 1000110 |
Color Harmonies of #F665FF
Complementary color
Monochromatic Colors of #F665FF
Black with #F665FF
Text Example
Text Example
White with #F665FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665FF; }
p { color: rgb(246,101,255); }
H1.HeaderClassName
{
color: #F665FF;
}
.AnyTagClassName
{
color: #F665FF;
}
</style>
background-color css
<style>
a { background-color: #F665FF; }
a { background-color: rgb(246,101,255); }
div.DivClassName
{
background-color: #F665FF;
}
.BgClassName
{
background-color: #F665FF;
}
</style>
border-color css
<style>
span { border-color: #F665FF; }
span { border-color: rgb(246,101,255); }
td.TdClassName
{
border-color: #F665FF;
}
.TagClassName
{
border-color: #F665FF;
}
</style>