Shades of Pink Flamingo #F264F0
Tints of Pink Flamingo #F264F0
RGB
CMYK
RGB Variations
Color information
#F264F0 (or 0xF264F0) is known color: Pink Flamingo. HEX triplet: F2, 64 and F0. RGB value is (242,100,240). Sum of RGB (Red+Green+Blue) = 242+100+240=582 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.58% from 582); Green value is 100 (39.45% from 255 or 17.18% from 582); Blue value is 240 (94.14% from 255 or 41.24% from 582); Max value from RGB is 242 - color contains mainly: red. Hex color #F264F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F264F0 is #0D9B0F. Grayscale: #9E9E9E. Windows color (decimal): -891664 or 15754482. OLE color: 15754482.
HSL color Cylindrical-coordinate representation of color #F264F0: hue angle of 300.85º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F264F0 is Cyan = 0, Magento = 0.59, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 100 | 240 | - |
| CMYK | 0 | 0.59 | 0.01 | 0.05 |
| HSL | 300.85º | 0.85% | 0.67% | - |
| HSV(B) | 300.85º | 0.59% | 0.95% | - |
| XYZ | 56.9 | 34.28 | 86.06 | - |
| YUV | 158.42 | 174.04 | 187.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 100 | 240 | 0 | 0.59 | 0.01 | 0.05 | 300.85 | 0.85 | 0.67 |
| Hex | F2 | 64 | F0 | 0 | 3B | 1 | 5 | 12D | 55 | 43 |
| Octal | 362 | 144 | 360 | 0 | 73 | 1 | 5 | 455 | 125 | 103 |
| Binary | 11110010 | 1100100 | 11110000 | 0 | 111011 | 1 | 101 | 100101101 | 1010101 | 1000011 |
Color Harmonies of #F264F0
Complementary color
Monochromatic Colors of #F264F0
Black with #F264F0
Text Example
Text Example
White with #F264F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F264F0; }
p { color: rgb(242,100,240); }
H1.HeaderClassName
{
color: #F264F0;
}
.AnyTagClassName
{
color: #F264F0;
}
</style>
background-color css
<style>
a { background-color: #F264F0; }
a { background-color: rgb(242,100,240); }
div.DivClassName
{
background-color: #F264F0;
}
.BgClassName
{
background-color: #F264F0;
}
</style>
border-color css
<style>
span { border-color: #F264F0; }
span { border-color: rgb(242,100,240); }
td.TdClassName
{
border-color: #F264F0;
}
.TagClassName
{
border-color: #F264F0;
}
</style>