Shades of Pink Flamingo #F268FC
Tints of Pink Flamingo #F268FC
RGB
CMYK
RGB Variations
Color information
#F268FC (or 0xF268FC) is known color: Pink Flamingo. HEX triplet: F2, 68 and FC. RGB value is (242,104,252). Sum of RGB (Red+Green+Blue) = 242+104+252=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 104 (41.02% from 255 or 17.39% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #F268FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F268FC is #0D9703. Grayscale: #A1A1A1. Windows color (decimal): -890628 or 16541938. OLE color: 16541938.
HSL color Cylindrical-coordinate representation of color #F268FC: hue angle of 295.95º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F268FC is Cyan = 0.04, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 104 | 252 | - |
| CMYK | 0.04 | 0.59 | 0 | 0.01 |
| HSL | 295.95º | 0.96% | 0.7% | - |
| HSV(B) | 295.95º | 0.59% | 0.99% | - |
| XYZ | 59.14 | 35.81 | 95.89 | - |
| YUV | 162.13 | 178.72 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 252 | 0.04 | 0.59 | 0 | 0.01 | 295.95 | 0.96 | 0.7 |
| Hex | F2 | 68 | FC | 4 | 3B | 0 | 1 | 128 | 60 | 46 |
| Octal | 362 | 150 | 374 | 4 | 73 | 0 | 1 | 450 | 140 | 106 |
| Binary | 11110010 | 1101000 | 11111100 | 100 | 111011 | 0 | 1 | 100101000 | 1100000 | 1000110 |
Color Harmonies of #F268FC
Complementary color
Monochromatic Colors of #F268FC
Black with #F268FC
Text Example
Text Example
White with #F268FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F268FC; }
p { color: rgb(242,104,252); }
H1.HeaderClassName
{
color: #F268FC;
}
.AnyTagClassName
{
color: #F268FC;
}
</style>
background-color css
<style>
a { background-color: #F268FC; }
a { background-color: rgb(242,104,252); }
div.DivClassName
{
background-color: #F268FC;
}
.BgClassName
{
background-color: #F268FC;
}
</style>
border-color css
<style>
span { border-color: #F268FC; }
span { border-color: rgb(242,104,252); }
td.TdClassName
{
border-color: #F268FC;
}
.TagClassName
{
border-color: #F268FC;
}
</style>