Shades of Pink Flamingo #F354F9
Tints of Pink Flamingo #F354F9
RGB
CMYK
RGB Variations
Color information
#F354F9 (or 0xF354F9) is known color: Pink Flamingo. HEX triplet: F3, 54 and F9. RGB value is (243,84,249). Sum of RGB (Red+Green+Blue) = 243+84+249=576 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.19% from 576); Green value is 84 (33.20% from 255 or 14.58% 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 #F354F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F354F9 is #0CAB06. Grayscale: #959595. Windows color (decimal): -830215 or 16340211. OLE color: 16340211.
HSL color Cylindrical-coordinate representation of color #F354F9: hue angle of 297.82º 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 #F354F9 is Cyan = 0.02, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 84 | 249 | - |
| CMYK | 0.02 | 0.66 | 0 | 0.02 |
| HSL | 297.82º | 0.93% | 0.65% | - |
| HSV(B) | 297.82º | 0.66% | 0.98% | - |
| XYZ | 57.23 | 32.23 | 92.83 | - |
| YUV | 150.35 | 183.68 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 84 | 249 | 0.02 | 0.66 | 0 | 0.02 | 297.82 | 0.93 | 0.65 |
| Hex | F3 | 54 | F9 | 2 | 42 | 0 | 2 | 12A | 5D | 41 |
| Octal | 363 | 124 | 371 | 2 | 102 | 0 | 2 | 452 | 135 | 101 |
| Binary | 11110011 | 1010100 | 11111001 | 10 | 1000010 | 0 | 10 | 100101010 | 1011101 | 1000001 |
Color Harmonies of #F354F9
Complementary color
Monochromatic Colors of #F354F9
Black with #F354F9
Text Example
Text Example
White with #F354F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F354F9; }
p { color: rgb(243,84,249); }
H1.HeaderClassName
{
color: #F354F9;
}
.AnyTagClassName
{
color: #F354F9;
}
</style>
background-color css
<style>
a { background-color: #F354F9; }
a { background-color: rgb(243,84,249); }
div.DivClassName
{
background-color: #F354F9;
}
.BgClassName
{
background-color: #F354F9;
}
</style>
border-color css
<style>
span { border-color: #F354F9; }
span { border-color: rgb(243,84,249); }
td.TdClassName
{
border-color: #F354F9;
}
.TagClassName
{
border-color: #F354F9;
}
</style>