Shades of Pink Flamingo #F350F9
Tints of Pink Flamingo #F350F9
RGB
CMYK
RGB Variations
Color information
#F350F9 (or 0xF350F9) is known color: Pink Flamingo. HEX triplet: F3, 50 and F9. RGB value is (243,80,249). Sum of RGB (Red+Green+Blue) = 243+80+249=572 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.48% from 572); Green value is 80 (31.64% from 255 or 13.99% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #F350F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F350F9 is #0CAF06. Grayscale: #939393. Windows color (decimal): -831239 or 16339187. OLE color: 16339187.
HSL color Cylindrical-coordinate representation of color #F350F9: hue angle of 297.87º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F350F9 is Cyan = 0.02, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 80 | 249 | - |
| CMYK | 0.02 | 0.68 | 0 | 0.02 |
| HSL | 297.87º | 0.93% | 0.65% | - |
| HSV(B) | 297.87º | 0.68% | 0.98% | - |
| XYZ | 56.93 | 31.63 | 92.73 | - |
| YUV | 148 | 185 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 249 | 0.02 | 0.68 | 0 | 0.02 | 297.87 | 0.93 | 0.65 |
| Hex | F3 | 50 | F9 | 2 | 44 | 0 | 2 | 12A | 5D | 41 |
| Octal | 363 | 120 | 371 | 2 | 104 | 0 | 2 | 452 | 135 | 101 |
| Binary | 11110011 | 1010000 | 11111001 | 10 | 1000100 | 0 | 10 | 100101010 | 1011101 | 1000001 |
Color Harmonies of #F350F9
Complementary color
Monochromatic Colors of #F350F9
Black with #F350F9
Text Example
Text Example
White with #F350F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F350F9; }
p { color: rgb(243,80,249); }
H1.HeaderClassName
{
color: #F350F9;
}
.AnyTagClassName
{
color: #F350F9;
}
</style>
background-color css
<style>
a { background-color: #F350F9; }
a { background-color: rgb(243,80,249); }
div.DivClassName
{
background-color: #F350F9;
}
.BgClassName
{
background-color: #F350F9;
}
</style>
border-color css
<style>
span { border-color: #F350F9; }
span { border-color: rgb(243,80,249); }
td.TdClassName
{
border-color: #F350F9;
}
.TagClassName
{
border-color: #F350F9;
}
</style>