Shades of Pink Flamingo #F256F3
Tints of Pink Flamingo #F256F3
RGB
CMYK
RGB Variations
Color information
#F256F3 (or 0xF256F3) is known color: Pink Flamingo. HEX triplet: F2, 56 and F3. RGB value is (242,86,243). Sum of RGB (Red+Green+Blue) = 242+86+243=571 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.38% from 571); Green value is 86 (33.98% from 255 or 15.06% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #F256F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F256F3 is #0DA90C. Grayscale: #969696. Windows color (decimal): -895245 or 15947506. OLE color: 15947506.
HSL color Cylindrical-coordinate representation of color #F256F3: hue angle of 299.62º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F256F3 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 86 | 243 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.05 |
| HSL | 299.62º | 0.87% | 0.65% | - |
| HSV(B) | 299.62º | 0.65% | 0.95% | - |
| XYZ | 56.12 | 32 | 88.01 | - |
| YUV | 150.54 | 180.18 | 193.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 86 | 243 | 0.00 | 0.65 | 0 | 0.05 | 299.62 | 0.87 | 0.65 |
| Hex | F2 | 56 | F3 | 0 | 41 | 0 | 5 | 12C | 57 | 41 |
| Octal | 362 | 126 | 363 | 0 | 101 | 0 | 5 | 454 | 127 | 101 |
| Binary | 11110010 | 1010110 | 11110011 | 0 | 1000001 | 0 | 101 | 100101100 | 1010111 | 1000001 |
Color Harmonies of #F256F3
Complementary color
Monochromatic Colors of #F256F3
Black with #F256F3
Text Example
Text Example
White with #F256F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F256F3; }
p { color: rgb(242,86,243); }
H1.HeaderClassName
{
color: #F256F3;
}
.AnyTagClassName
{
color: #F256F3;
}
</style>
background-color css
<style>
a { background-color: #F256F3; }
a { background-color: rgb(242,86,243); }
div.DivClassName
{
background-color: #F256F3;
}
.BgClassName
{
background-color: #F256F3;
}
</style>
border-color css
<style>
span { border-color: #F256F3; }
span { border-color: rgb(242,86,243); }
td.TdClassName
{
border-color: #F256F3;
}
.TagClassName
{
border-color: #F256F3;
}
</style>