Shades of Pink Flamingo #F965EB
Tints of Pink Flamingo #F965EB
RGB
CMYK
RGB Variations
Color information
#F965EB (or 0xF965EB) is known color: Pink Flamingo. HEX triplet: F9, 65 and EB. RGB value is (249,101,235). Sum of RGB (Red+Green+Blue) = 249+101+235=585 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.56% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 235 (92.19% from 255 or 40.17% from 585); Max value from RGB is 249 - color contains mainly: red. Hex color #F965EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F965EB is #069A14. Grayscale: #A0A0A0. Windows color (decimal): -432661 or 15427065. OLE color: 15427065.
HSL color Cylindrical-coordinate representation of color #F965EB: hue angle of 305.68º 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 #F965EB is Cyan = 0, Magento = 0.59, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 235 | - |
| CMYK | 0 | 0.59 | 0.06 | 0.02 |
| HSL | 305.68º | 0.93% | 0.69% | - |
| HSV(B) | 305.68º | 0.59% | 0.98% | - |
| XYZ | 58.72 | 35.45 | 82.34 | - |
| YUV | 160.53 | 170.03 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 235 | 0 | 0.59 | 0.06 | 0.02 | 305.68 | 0.93 | 0.69 |
| Hex | F9 | 65 | EB | 0 | 3B | 6 | 2 | 132 | 5C | 45 |
| Octal | 371 | 145 | 353 | 0 | 73 | 6 | 2 | 462 | 134 | 105 |
| Binary | 11111001 | 1100101 | 11101011 | 0 | 111011 | 110 | 10 | 100110010 | 1011100 | 1000101 |
Color Harmonies of #F965EB
Complementary color
Monochromatic Colors of #F965EB
Black with #F965EB
Text Example
Text Example
White with #F965EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F965EB; }
p { color: rgb(249,101,235); }
H1.HeaderClassName
{
color: #F965EB;
}
.AnyTagClassName
{
color: #F965EB;
}
</style>
background-color css
<style>
a { background-color: #F965EB; }
a { background-color: rgb(249,101,235); }
div.DivClassName
{
background-color: #F965EB;
}
.BgClassName
{
background-color: #F965EB;
}
</style>
border-color css
<style>
span { border-color: #F965EB; }
span { border-color: rgb(249,101,235); }
td.TdClassName
{
border-color: #F965EB;
}
.TagClassName
{
border-color: #F965EB;
}
</style>