Shades of Pink Flamingo #F352F9
Tints of Pink Flamingo #F352F9
RGB
CMYK
RGB Variations
Color information
#F352F9 (or 0xF352F9) is known color: Pink Flamingo. HEX triplet: F3, 52 and F9. RGB value is (243,82,249). Sum of RGB (Red+Green+Blue) = 243+82+249=574 (76% of max value = 765). Red value is 243 (95.31% from 255 or 42.33% from 574); Green value is 82 (32.42% from 255 or 14.29% from 574); Blue value is 249 (97.66% from 255 or 43.38% from 574); Max value from RGB is 249 - color contains mainly: blue. Hex color #F352F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F352F9 is #0CAD06. Grayscale: #949494. Windows color (decimal): -830727 or 16339699. OLE color: 16339699.
HSL color Cylindrical-coordinate representation of color #F352F9: hue angle of 297.84º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F352F9 is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 82 | 249 | - |
| CMYK | 0.02 | 0.67 | 0 | 0.02 |
| HSL | 297.84º | 0.93% | 0.65% | - |
| HSV(B) | 297.84º | 0.67% | 0.98% | - |
| XYZ | 57.08 | 31.93 | 92.78 | - |
| YUV | 149.18 | 184.34 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 249 | 0.02 | 0.67 | 0 | 0.02 | 297.84 | 0.93 | 0.65 |
| Hex | F3 | 52 | F9 | 2 | 43 | 0 | 2 | 12A | 5D | 41 |
| Octal | 363 | 122 | 371 | 2 | 103 | 0 | 2 | 452 | 135 | 101 |
| Binary | 11110011 | 1010010 | 11111001 | 10 | 1000011 | 0 | 10 | 100101010 | 1011101 | 1000001 |
Color Harmonies of #F352F9
Complementary color
Monochromatic Colors of #F352F9
Black with #F352F9
Text Example
Text Example
White with #F352F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F352F9; }
p { color: rgb(243,82,249); }
H1.HeaderClassName
{
color: #F352F9;
}
.AnyTagClassName
{
color: #F352F9;
}
</style>
background-color css
<style>
a { background-color: #F352F9; }
a { background-color: rgb(243,82,249); }
div.DivClassName
{
background-color: #F352F9;
}
.BgClassName
{
background-color: #F352F9;
}
</style>
border-color css
<style>
span { border-color: #F352F9; }
span { border-color: rgb(243,82,249); }
td.TdClassName
{
border-color: #F352F9;
}
.TagClassName
{
border-color: #F352F9;
}
</style>