Shades of Pink Flamingo #F345F9
Tints of Pink Flamingo #F345F9
RGB
CMYK
RGB Variations
Color information
#F345F9 (or 0xF345F9) is known color: Pink Flamingo. HEX triplet: F3, 45 and F9. RGB value is (243,69,249). Sum of RGB (Red+Green+Blue) = 243+69+249=561 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.32% from 561); Green value is 69 (27.34% from 255 or 12.30% from 561); Blue value is 249 (97.66% from 255 or 44.39% from 561); Max value from RGB is 249 - color contains mainly: blue. Hex color #F345F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F345F9 is #0CBA06. Grayscale: #8D8D8D. Windows color (decimal): -834055 or 16336371. OLE color: 16336371.
HSL color Cylindrical-coordinate representation of color #F345F9: hue angle of 298º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F345F9 is Cyan = 0.02, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 69 | 249 | - |
| CMYK | 0.02 | 0.72 | 0 | 0.02 |
| HSL | 298º | 0.94% | 0.62% | - |
| HSV(B) | 298º | 0.72% | 0.98% | - |
| XYZ | 56.19 | 30.15 | 92.48 | - |
| YUV | 141.55 | 188.65 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 69 | 249 | 0.02 | 0.72 | 0 | 0.02 | 298 | 0.94 | 0.62 |
| Hex | F3 | 45 | F9 | 2 | 48 | 0 | 2 | 12A | 5E | 3E |
| Octal | 363 | 105 | 371 | 2 | 110 | 0 | 2 | 452 | 136 | 76 |
| Binary | 11110011 | 1000101 | 11111001 | 10 | 1001000 | 0 | 10 | 100101010 | 1011110 | 111110 |
Color Harmonies of #F345F9
Complementary color
Monochromatic Colors of #F345F9
Black with #F345F9
Text Example
Text Example
White with #F345F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F345F9; }
p { color: rgb(243,69,249); }
H1.HeaderClassName
{
color: #F345F9;
}
.AnyTagClassName
{
color: #F345F9;
}
</style>
background-color css
<style>
a { background-color: #F345F9; }
a { background-color: rgb(243,69,249); }
div.DivClassName
{
background-color: #F345F9;
}
.BgClassName
{
background-color: #F345F9;
}
</style>
border-color css
<style>
span { border-color: #F345F9; }
span { border-color: rgb(243,69,249); }
td.TdClassName
{
border-color: #F345F9;
}
.TagClassName
{
border-color: #F345F9;
}
</style>