Shades of Pink Flamingo #F965EF
Tints of Pink Flamingo #F965EF
RGB
CMYK
RGB Variations
Color information
#F965EF (or 0xF965EF) is known color: Pink Flamingo. HEX triplet: F9, 65 and EF. RGB value is (249,101,239). Sum of RGB (Red+Green+Blue) = 249+101+239=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 101 (39.84% from 255 or 17.15% from 589); Blue value is 239 (93.75% from 255 or 40.58% from 589); Max value from RGB is 249 - color contains mainly: red. Hex color #F965EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965EF is #069A10. Grayscale: #A0A0A0. Windows color (decimal): -432657 or 15689209. OLE color: 15689209.
HSL color Cylindrical-coordinate representation of color #F965EF: hue angle of 304.05º degrees, saturation: 0.93, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F965EF is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 239 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.02 |
| HSL | 304.05º | 0.93% | 0.69% | - |
| HSV(B) | 304.05º | 0.59% | 0.98% | - |
| XYZ | 59.3 | 35.68 | 85.42 | - |
| YUV | 160.98 | 172.03 | 190.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 239 | 0 | 0.59 | 0.04 | 0.02 | 304.05 | 0.93 | 0.69 |
| Hex | F9 | 65 | EF | 0 | 3B | 4 | 2 | 130 | 5C | 45 |
| Octal | 371 | 145 | 357 | 0 | 73 | 4 | 2 | 460 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11101111 | 0 | 111011 | 100 | 10 | 100110000 | 1011100 | 1000101 |
Color Harmonies of #F965EF
Complementary color
Monochromatic Colors of #F965EF
Black with #F965EF
Text Example
Text Example
White with #F965EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965EF; }
p { color: rgb(249,101,239); }
H1.HeaderClassName
{
color: #F965EF;
}
.AnyTagClassName
{
color: #F965EF;
}
</style>
background-color css
<style>
a { background-color: #F965EF; }
a { background-color: rgb(249,101,239); }
div.DivClassName
{
background-color: #F965EF;
}
.BgClassName
{
background-color: #F965EF;
}
</style>
border-color css
<style>
span { border-color: #F965EF; }
span { border-color: rgb(249,101,239); }
td.TdClassName
{
border-color: #F965EF;
}
.TagClassName
{
border-color: #F965EF;
}
</style>