Shades of Pink Flamingo #F665FE
Tints of Pink Flamingo #F665FE
RGB
CMYK
RGB Variations
Color information
#F665FE (or 0xF665FE) is known color: Pink Flamingo. HEX triplet: F6, 65 and FE. RGB value is (246,101,254). Sum of RGB (Red+Green+Blue) = 246+101+254=601 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.93% from 601); Green value is 101 (39.84% from 255 or 16.81% from 601); Blue value is 254 (99.61% from 255 or 42.26% from 601); Max value from RGB is 254 - color contains mainly: blue. Hex color #F665FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F665FE is #099A01. Grayscale: #A1A1A1. Windows color (decimal): -629250 or 16672246. OLE color: 16672246.
HSL color Cylindrical-coordinate representation of color #F665FE: hue angle of 296.86º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F665FE is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 101 | 254 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.00 |
| HSL | 296.86º | 0.99% | 0.7% | - |
| HSV(B) | 296.86º | 0.6% | 1% | - |
| XYZ | 60.55 | 36.06 | 97.53 | - |
| YUV | 161.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 101 | 254 | 0.03 | 0.60 | 0 | 0.00 | 296.86 | 0.99 | 0.7 |
| Hex | F6 | 65 | FE | 3 | 3C | 0 | 0 | 129 | 63 | 46 |
| Octal | 366 | 145 | 376 | 3 | 74 | 0 | 0 | 451 | 143 | 106 |
| Binary | 11110110 | 1100101 | 11111110 | 11 | 111100 | 0 | 0 | 100101001 | 1100011 | 1000110 |
Color Harmonies of #F665FE
Complementary color
Monochromatic Colors of #F665FE
Black with #F665FE
Text Example
Text Example
White with #F665FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F665FE; }
p { color: rgb(246,101,254); }
H1.HeaderClassName
{
color: #F665FE;
}
.AnyTagClassName
{
color: #F665FE;
}
</style>
background-color css
<style>
a { background-color: #F665FE; }
a { background-color: rgb(246,101,254); }
div.DivClassName
{
background-color: #F665FE;
}
.BgClassName
{
background-color: #F665FE;
}
</style>
border-color css
<style>
span { border-color: #F665FE; }
span { border-color: rgb(246,101,254); }
td.TdClassName
{
border-color: #F665FE;
}
.TagClassName
{
border-color: #F665FE;
}
</style>