Shades of Pink Flamingo #F263EC
Tints of Pink Flamingo #F263EC
RGB
CMYK
RGB Variations
Color information
#F263EC (or 0xF263EC) is known color: Pink Flamingo. HEX triplet: F2, 63 and EC. RGB value is (242,99,236). Sum of RGB (Red+Green+Blue) = 242+99+236=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 99 (39.06% from 255 or 17.16% from 577); Blue value is 236 (92.58% from 255 or 40.90% from 577); Max value from RGB is 242 - color contains mainly: red. Hex color #F263EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263EC is #0D9C13. Grayscale: #9C9C9C. Windows color (decimal): -891924 or 15492082. OLE color: 15492082.
HSL color Cylindrical-coordinate representation of color #F263EC: hue angle of 302.52º 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 #F263EC is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 236 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.05 |
| HSL | 302.52º | 0.85% | 0.67% | - |
| HSV(B) | 302.52º | 0.59% | 0.95% | - |
| XYZ | 56.22 | 33.86 | 82.93 | - |
| YUV | 157.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 236 | 0 | 0.59 | 0.02 | 0.05 | 302.52 | 0.85 | 0.67 |
| Hex | F2 | 63 | EC | 0 | 3B | 2 | 5 | 12F | 55 | 43 |
| Octal | 362 | 143 | 354 | 0 | 73 | 2 | 5 | 457 | 125 | 103 |
| Binary | 11110010 | 1100011 | 11101100 | 0 | 111011 | 10 | 101 | 100101111 | 1010101 | 1000011 |
Color Harmonies of #F263EC
Complementary color
Monochromatic Colors of #F263EC
Black with #F263EC
Text Example
Text Example
White with #F263EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263EC; }
p { color: rgb(242,99,236); }
H1.HeaderClassName
{
color: #F263EC;
}
.AnyTagClassName
{
color: #F263EC;
}
</style>
background-color css
<style>
a { background-color: #F263EC; }
a { background-color: rgb(242,99,236); }
div.DivClassName
{
background-color: #F263EC;
}
.BgClassName
{
background-color: #F263EC;
}
</style>
border-color css
<style>
span { border-color: #F263EC; }
span { border-color: rgb(242,99,236); }
td.TdClassName
{
border-color: #F263EC;
}
.TagClassName
{
border-color: #F263EC;
}
</style>