Shades of Pink Flamingo #F261FA
Tints of Pink Flamingo #F261FA
RGB
CMYK
RGB Variations
Color information
#F261FA (or 0xF261FA) is known color: Pink Flamingo. HEX triplet: F2, 61 and FA. RGB value is (242,97,250). Sum of RGB (Red+Green+Blue) = 242+97+250=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 97 (38.28% from 255 or 16.47% from 589); Blue value is 250 (98.05% from 255 or 42.44% from 589); Max value from RGB is 250 - color contains mainly: blue. Hex color #F261FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F261FA is #0D9E05. Grayscale: #9D9D9D. Windows color (decimal): -892422 or 16409074. OLE color: 16409074.
HSL color Cylindrical-coordinate representation of color #F261FA: hue angle of 296.86º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F261FA is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 97 | 250 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.02 |
| HSL | 296.86º | 0.94% | 0.68% | - |
| HSV(B) | 296.86º | 0.61% | 0.98% | - |
| XYZ | 58.15 | 34.33 | 94 | - |
| YUV | 157.8 | 180.04 | 188.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 250 | 0.03 | 0.61 | 0 | 0.02 | 296.86 | 0.94 | 0.68 |
| Hex | F2 | 61 | FA | 3 | 3D | 0 | 2 | 129 | 5E | 44 |
| Octal | 362 | 141 | 372 | 3 | 75 | 0 | 2 | 451 | 136 | 104 |
| Binary | 11110010 | 1100001 | 11111010 | 11 | 111101 | 0 | 10 | 100101001 | 1011110 | 1000100 |
Color Harmonies of #F261FA
Complementary color
Monochromatic Colors of #F261FA
Black with #F261FA
Text Example
Text Example
White with #F261FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F261FA; }
p { color: rgb(242,97,250); }
H1.HeaderClassName
{
color: #F261FA;
}
.AnyTagClassName
{
color: #F261FA;
}
</style>
background-color css
<style>
a { background-color: #F261FA; }
a { background-color: rgb(242,97,250); }
div.DivClassName
{
background-color: #F261FA;
}
.BgClassName
{
background-color: #F261FA;
}
</style>
border-color css
<style>
span { border-color: #F261FA; }
span { border-color: rgb(242,97,250); }
td.TdClassName
{
border-color: #F261FA;
}
.TagClassName
{
border-color: #F261FA;
}
</style>