Shades of Pink Flamingo #F263EB
Tints of Pink Flamingo #F263EB
RGB
CMYK
RGB Variations
Color information
#F263EB (or 0xF263EB) is known color: Pink Flamingo. HEX triplet: F2, 63 and EB. RGB value is (242,99,235). Sum of RGB (Red+Green+Blue) = 242+99+235=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 99 (39.06% from 255 or 17.19% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 242 - color contains mainly: red. Hex color #F263EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263EB is #0D9C14. Grayscale: #9C9C9C. Windows color (decimal): -891925 or 15426546. OLE color: 15426546.
HSL color Cylindrical-coordinate representation of color #F263EB: hue angle of 302.94º 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 #F263EB is Cyan = 0, Magento = 0.59, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 235 | - |
| CMYK | 0 | 0.59 | 0.03 | 0.05 |
| HSL | 302.94º | 0.85% | 0.67% | - |
| HSV(B) | 302.94º | 0.59% | 0.95% | - |
| XYZ | 56.08 | 33.8 | 82.17 | - |
| YUV | 157.26 | 171.88 | 188.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 235 | 0 | 0.59 | 0.03 | 0.05 | 302.94 | 0.85 | 0.67 |
| Hex | F2 | 63 | EB | 0 | 3B | 3 | 5 | 12F | 55 | 43 |
| Octal | 362 | 143 | 353 | 0 | 73 | 3 | 5 | 457 | 125 | 103 |
| Binary | 11110010 | 1100011 | 11101011 | 0 | 111011 | 11 | 101 | 100101111 | 1010101 | 1000011 |
Color Harmonies of #F263EB
Complementary color
Monochromatic Colors of #F263EB
Black with #F263EB
Text Example
Text Example
White with #F263EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263EB; }
p { color: rgb(242,99,235); }
H1.HeaderClassName
{
color: #F263EB;
}
.AnyTagClassName
{
color: #F263EB;
}
</style>
background-color css
<style>
a { background-color: #F263EB; }
a { background-color: rgb(242,99,235); }
div.DivClassName
{
background-color: #F263EB;
}
.BgClassName
{
background-color: #F263EB;
}
</style>
border-color css
<style>
span { border-color: #F263EB; }
span { border-color: rgb(242,99,235); }
td.TdClassName
{
border-color: #F263EB;
}
.TagClassName
{
border-color: #F263EB;
}
</style>