Shades of Pink Flamingo #F959FB
Tints of Pink Flamingo #F959FB
RGB
CMYK
RGB Variations
Color information
#F959FB (or 0xF959FB) is known color: Pink Flamingo. HEX triplet: F9, 59 and FB. RGB value is (249,89,251). Sum of RGB (Red+Green+Blue) = 249+89+251=589 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.28% from 589); Green value is 89 (35.16% from 255 or 15.11% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #F959FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F959FB is #06A604. Grayscale: #9A9A9A. Windows color (decimal): -435717 or 16472569. OLE color: 16472569.
HSL color Cylindrical-coordinate representation of color #F959FB: hue angle of 299.26º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F959FB is Cyan = 0.01, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 89 | 251 | - |
| CMYK | 0.01 | 0.65 | 0 | 0.02 |
| HSL | 299.26º | 0.95% | 0.67% | - |
| HSV(B) | 299.26º | 0.65% | 0.98% | - |
| XYZ | 60.05 | 34.25 | 94.71 | - |
| YUV | 155.31 | 182.01 | 194.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 89 | 251 | 0.01 | 0.65 | 0 | 0.02 | 299.26 | 0.95 | 0.67 |
| Hex | F9 | 59 | FB | 1 | 41 | 0 | 2 | 12B | 5F | 43 |
| Octal | 371 | 131 | 373 | 1 | 101 | 0 | 2 | 453 | 137 | 103 |
| Binary | 11111001 | 1011001 | 11111011 | 1 | 1000001 | 0 | 10 | 100101011 | 1011111 | 1000011 |
Color Harmonies of #F959FB
Complementary color
Monochromatic Colors of #F959FB
Black with #F959FB
Text Example
Text Example
White with #F959FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F959FB; }
p { color: rgb(249,89,251); }
H1.HeaderClassName
{
color: #F959FB;
}
.AnyTagClassName
{
color: #F959FB;
}
</style>
background-color css
<style>
a { background-color: #F959FB; }
a { background-color: rgb(249,89,251); }
div.DivClassName
{
background-color: #F959FB;
}
.BgClassName
{
background-color: #F959FB;
}
</style>
border-color css
<style>
span { border-color: #F959FB; }
span { border-color: rgb(249,89,251); }
td.TdClassName
{
border-color: #F959FB;
}
.TagClassName
{
border-color: #F959FB;
}
</style>