Shades of Pink Flamingo #F355F9
Tints of Pink Flamingo #F355F9
RGB
CMYK
RGB Variations
Color information
#F355F9 (or 0xF355F9) is known color: Pink Flamingo. HEX triplet: F3, 55 and F9. RGB value is (243,85,249). Sum of RGB (Red+Green+Blue) = 243+85+249=577 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.11% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 249 (97.66% from 255 or 43.15% from 577); Max value from RGB is 249 - color contains mainly: blue. Hex color #F355F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F355F9 is #0CAA06. Grayscale: #969696. Windows color (decimal): -829959 or 16340467. OLE color: 16340467.
HSL color Cylindrical-coordinate representation of color #F355F9: hue angle of 297.8º 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 #F355F9 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 85 | 249 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 297.8º | 0.93% | 0.65% | - |
| HSV(B) | 297.8º | 0.66% | 0.98% | - |
| XYZ | 57.31 | 32.39 | 92.85 | - |
| YUV | 150.94 | 183.35 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 85 | 249 | 0.02 | 0.66 | 0 | 0.02 | 297.8 | 0.93 | 0.65 |
| Hex | F3 | 55 | F9 | 2 | 42 | 0 | 2 | 12A | 5D | 41 |
| Octal | 363 | 125 | 371 | 2 | 102 | 0 | 2 | 452 | 135 | 101 |
| Binary | 11110011 | 1010101 | 11111001 | 10 | 1000010 | 0 | 10 | 100101010 | 1011101 | 1000001 |
Color Harmonies of #F355F9
Complementary color
Monochromatic Colors of #F355F9
Black with #F355F9
Text Example
Text Example
White with #F355F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F355F9; }
p { color: rgb(243,85,249); }
H1.HeaderClassName
{
color: #F355F9;
}
.AnyTagClassName
{
color: #F355F9;
}
</style>
background-color css
<style>
a { background-color: #F355F9; }
a { background-color: rgb(243,85,249); }
div.DivClassName
{
background-color: #F355F9;
}
.BgClassName
{
background-color: #F355F9;
}
</style>
border-color css
<style>
span { border-color: #F355F9; }
span { border-color: rgb(243,85,249); }
td.TdClassName
{
border-color: #F355F9;
}
.TagClassName
{
border-color: #F355F9;
}
</style>