Shades of Pink Flamingo #F255F9
Tints of Pink Flamingo #F255F9
RGB
CMYK
RGB Variations
Color information
#F255F9 (or 0xF255F9) is known color: Pink Flamingo. HEX triplet: F2, 55 and F9. RGB value is (242,85,249). Sum of RGB (Red+Green+Blue) = 242+85+249=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 85 (33.59% from 255 or 14.76% from 576); Blue value is 249 (97.66% from 255 or 43.23% from 576); Max value from RGB is 249 - color contains mainly: blue. Hex color #F255F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255F9 is #0DAA06. Grayscale: #969696. Windows color (decimal): -895495 or 16340466. OLE color: 16340466.
HSL color Cylindrical-coordinate representation of color #F255F9: hue angle of 297.44º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F255F9 is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 85 | 249 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.02 |
| HSL | 297.44º | 0.93% | 0.65% | - |
| HSV(B) | 297.44º | 0.66% | 0.98% | - |
| XYZ | 56.97 | 32.21 | 92.84 | - |
| YUV | 150.64 | 183.51 | 193.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 249 | 0.03 | 0.66 | 0 | 0.02 | 297.44 | 0.93 | 0.65 |
| Hex | F2 | 55 | F9 | 3 | 42 | 0 | 2 | 129 | 5D | 41 |
| Octal | 362 | 125 | 371 | 3 | 102 | 0 | 2 | 451 | 135 | 101 |
| Binary | 11110010 | 1010101 | 11111001 | 11 | 1000010 | 0 | 10 | 100101001 | 1011101 | 1000001 |
Color Harmonies of #F255F9
Complementary color
Monochromatic Colors of #F255F9
Black with #F255F9
Text Example
Text Example
White with #F255F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255F9; }
p { color: rgb(242,85,249); }
H1.HeaderClassName
{
color: #F255F9;
}
.AnyTagClassName
{
color: #F255F9;
}
</style>
background-color css
<style>
a { background-color: #F255F9; }
a { background-color: rgb(242,85,249); }
div.DivClassName
{
background-color: #F255F9;
}
.BgClassName
{
background-color: #F255F9;
}
</style>
border-color css
<style>
span { border-color: #F255F9; }
span { border-color: rgb(242,85,249); }
td.TdClassName
{
border-color: #F255F9;
}
.TagClassName
{
border-color: #F255F9;
}
</style>