Shades of Pink Flamingo #F262F9
Tints of Pink Flamingo #F262F9
RGB
CMYK
RGB Variations
Color information
#F262F9 (or 0xF262F9) is known color: Pink Flamingo. HEX triplet: F2, 62 and F9. RGB value is (242,98,249). Sum of RGB (Red+Green+Blue) = 242+98+249=589 (78% of max value = 765). Red value is 242 (94.92% from 255 or 41.09% from 589); Green value is 98 (38.67% from 255 or 16.64% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #F262F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262F9 is #0D9D06. Grayscale: #9D9D9D. Windows color (decimal): -892167 or 16343794. OLE color: 16343794.
HSL color Cylindrical-coordinate representation of color #F262F9: hue angle of 297.22º degrees, saturation: 0.93, 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 #F262F9 is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 98 | 249 | - |
| CMYK | 0.03 | 0.61 | 0 | 0.02 |
| HSL | 297.22º | 0.93% | 0.68% | - |
| HSV(B) | 297.22º | 0.61% | 0.98% | - |
| XYZ | 58.08 | 34.45 | 93.21 | - |
| YUV | 158.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 249 | 0.03 | 0.61 | 0 | 0.02 | 297.22 | 0.93 | 0.68 |
| Hex | F2 | 62 | F9 | 3 | 3D | 0 | 2 | 129 | 5D | 44 |
| Octal | 362 | 142 | 371 | 3 | 75 | 0 | 2 | 451 | 135 | 104 |
| Binary | 11110010 | 1100010 | 11111001 | 11 | 111101 | 0 | 10 | 100101001 | 1011101 | 1000100 |
Color Harmonies of #F262F9
Complementary color
Monochromatic Colors of #F262F9
Black with #F262F9
Text Example
Text Example
White with #F262F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262F9; }
p { color: rgb(242,98,249); }
H1.HeaderClassName
{
color: #F262F9;
}
.AnyTagClassName
{
color: #F262F9;
}
</style>
background-color css
<style>
a { background-color: #F262F9; }
a { background-color: rgb(242,98,249); }
div.DivClassName
{
background-color: #F262F9;
}
.BgClassName
{
background-color: #F262F9;
}
</style>
border-color css
<style>
span { border-color: #F262F9; }
span { border-color: rgb(242,98,249); }
td.TdClassName
{
border-color: #F262F9;
}
.TagClassName
{
border-color: #F262F9;
}
</style>