Shades of Pink Flamingo #F262F3
Tints of Pink Flamingo #F262F3
RGB
CMYK
RGB Variations
Color information
#F262F3 (or 0xF262F3) is known color: Pink Flamingo. HEX triplet: F2, 62 and F3. RGB value is (242,98,243). Sum of RGB (Red+Green+Blue) = 242+98+243=583 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.51% from 583); Green value is 98 (38.67% from 255 or 16.81% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #F262F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262F3 is #0D9D0C. Grayscale: #9D9D9D. Windows color (decimal): -892173 or 15950578. OLE color: 15950578.
HSL color Cylindrical-coordinate representation of color #F262F3: hue angle of 299.59º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262F3 is Cyan = 0.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 243 | - |
| CMYK | 0.00 | 0.60 | 0 | 0.05 |
| HSL | 299.59º | 0.86% | 0.67% | - |
| HSV(B) | 299.59º | 0.6% | 0.95% | - |
| XYZ | 57.16 | 34.08 | 88.36 | - |
| YUV | 157.59 | 176.21 | 188.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 243 | 0.00 | 0.60 | 0 | 0.05 | 299.59 | 0.86 | 0.67 |
| Hex | F2 | 62 | F3 | 0 | 3C | 0 | 5 | 12C | 56 | 43 |
| Octal | 362 | 142 | 363 | 0 | 74 | 0 | 5 | 454 | 126 | 103 |
| Binary | 11110010 | 1100010 | 11110011 | 0 | 111100 | 0 | 101 | 100101100 | 1010110 | 1000011 |
Color Harmonies of #F262F3
Complementary color
Monochromatic Colors of #F262F3
Black with #F262F3
Text Example
Text Example
White with #F262F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262F3; }
p { color: rgb(242,98,243); }
H1.HeaderClassName
{
color: #F262F3;
}
.AnyTagClassName
{
color: #F262F3;
}
</style>
background-color css
<style>
a { background-color: #F262F3; }
a { background-color: rgb(242,98,243); }
div.DivClassName
{
background-color: #F262F3;
}
.BgClassName
{
background-color: #F262F3;
}
</style>
border-color css
<style>
span { border-color: #F262F3; }
span { border-color: rgb(242,98,243); }
td.TdClassName
{
border-color: #F262F3;
}
.TagClassName
{
border-color: #F262F3;
}
</style>