Shades of Pink Flamingo #F265F2
Tints of Pink Flamingo #F265F2
RGB
CMYK
RGB Variations
Color information
#F265F2 (or 0xF265F2) is known color: Pink Flamingo. HEX triplet: F2, 65 and F2. RGB value is (242,101,242). Sum of RGB (Red+Green+Blue) = 242+101+242=585 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.37% from 585); Green value is 101 (39.84% from 255 or 17.26% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: red, blue. Hex color #F265F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265F2 is #0D9A0D. Grayscale: #9E9E9E. Windows color (decimal): -891406 or 15885810. OLE color: 15885810.
HSL color Cylindrical-coordinate representation of color #F265F2: hue angle of 300º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265F2 is Cyan = 0, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 242 | - |
| CMYK | 0 | 0.58 | 0 | 0.05 |
| HSL | 300º | 0.84% | 0.67% | - |
| HSV(B) | 300º | 0.58% | 0.95% | - |
| XYZ | 57.3 | 34.6 | 87.66 | - |
| YUV | 159.23 | 174.71 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 242 | 0 | 0.58 | 0 | 0.05 | 300 | 0.84 | 0.67 |
| Hex | F2 | 65 | F2 | 0 | 3A | 0 | 5 | 12C | 54 | 43 |
| Octal | 362 | 145 | 362 | 0 | 72 | 0 | 5 | 454 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11110010 | 0 | 111010 | 0 | 101 | 100101100 | 1010100 | 1000011 |
Color Harmonies of #F265F2
Complementary color
Monochromatic Colors of #F265F2
Black with #F265F2
Text Example
Text Example
White with #F265F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265F2; }
p { color: rgb(242,101,242); }
H1.HeaderClassName
{
color: #F265F2;
}
.AnyTagClassName
{
color: #F265F2;
}
</style>
background-color css
<style>
a { background-color: #F265F2; }
a { background-color: rgb(242,101,242); }
div.DivClassName
{
background-color: #F265F2;
}
.BgClassName
{
background-color: #F265F2;
}
</style>
border-color css
<style>
span { border-color: #F265F2; }
span { border-color: rgb(242,101,242); }
td.TdClassName
{
border-color: #F265F2;
}
.TagClassName
{
border-color: #F265F2;
}
</style>