Shades of Pink Flamingo #F263FA
Tints of Pink Flamingo #F263FA
RGB
CMYK
RGB Variations
Color information
#F263FA (or 0xF263FA) is known color: Pink Flamingo. HEX triplet: F2, 63 and FA. RGB value is (242,99,250). Sum of RGB (Red+Green+Blue) = 242+99+250=591 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.95% from 591); Green value is 99 (39.06% from 255 or 16.75% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #F263FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F263FA is #0D9C05. Grayscale: #9E9E9E. Windows color (decimal): -891910 or 16409586. OLE color: 16409586.
HSL color Cylindrical-coordinate representation of color #F263FA: hue angle of 296.82º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F263FA is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 99 | 250 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.02 |
| HSL | 296.82º | 0.94% | 0.68% | - |
| HSV(B) | 296.82º | 0.6% | 0.98% | - |
| XYZ | 58.34 | 34.7 | 94.07 | - |
| YUV | 158.97 | 179.38 | 187.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 250 | 0.03 | 0.60 | 0 | 0.02 | 296.82 | 0.94 | 0.68 |
| Hex | F2 | 63 | FA | 3 | 3C | 0 | 2 | 129 | 5E | 44 |
| Octal | 362 | 143 | 372 | 3 | 74 | 0 | 2 | 451 | 136 | 104 |
| Binary | 11110010 | 1100011 | 11111010 | 11 | 111100 | 0 | 10 | 100101001 | 1011110 | 1000100 |
Color Harmonies of #F263FA
Complementary color
Monochromatic Colors of #F263FA
Black with #F263FA
Text Example
Text Example
White with #F263FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F263FA; }
p { color: rgb(242,99,250); }
H1.HeaderClassName
{
color: #F263FA;
}
.AnyTagClassName
{
color: #F263FA;
}
</style>
background-color css
<style>
a { background-color: #F263FA; }
a { background-color: rgb(242,99,250); }
div.DivClassName
{
background-color: #F263FA;
}
.BgClassName
{
background-color: #F263FA;
}
</style>
border-color css
<style>
span { border-color: #F263FA; }
span { border-color: rgb(242,99,250); }
td.TdClassName
{
border-color: #F263FA;
}
.TagClassName
{
border-color: #F263FA;
}
</style>