Shades of Pink Flamingo #F369F2
Tints of Pink Flamingo #F369F2
RGB
CMYK
RGB Variations
Color information
#F369F2 (or 0xF369F2) is known color: Pink Flamingo. HEX triplet: F3, 69 and F2. RGB value is (243,105,242). Sum of RGB (Red+Green+Blue) = 243+105+242=590 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.19% from 590); Green value is 105 (41.41% from 255 or 17.80% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 243 - color contains mainly: red. Hex color #F369F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369F2 is #0C960D. Grayscale: #A1A1A1. Windows color (decimal): -824846 or 15886835. OLE color: 15886835.
HSL color Cylindrical-coordinate representation of color #F369F2: hue angle of 300.43º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369F2 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 242 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.05 |
| HSL | 300.43º | 0.85% | 0.68% | - |
| HSV(B) | 300.43º | 0.57% | 0.95% | - |
| XYZ | 58.04 | 35.57 | 87.81 | - |
| YUV | 161.88 | 173.22 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 242 | 0 | 0.57 | 0.00 | 0.05 | 300.43 | 0.85 | 0.68 |
| Hex | F3 | 69 | F2 | 0 | 39 | 0 | 5 | 12C | 55 | 44 |
| Octal | 363 | 151 | 362 | 0 | 71 | 0 | 5 | 454 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11110010 | 0 | 111001 | 0 | 101 | 100101100 | 1010101 | 1000100 |
Color Harmonies of #F369F2
Complementary color
Monochromatic Colors of #F369F2
Black with #F369F2
Text Example
Text Example
White with #F369F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369F2; }
p { color: rgb(243,105,242); }
H1.HeaderClassName
{
color: #F369F2;
}
.AnyTagClassName
{
color: #F369F2;
}
</style>
background-color css
<style>
a { background-color: #F369F2; }
a { background-color: rgb(243,105,242); }
div.DivClassName
{
background-color: #F369F2;
}
.BgClassName
{
background-color: #F369F2;
}
</style>
border-color css
<style>
span { border-color: #F369F2; }
span { border-color: rgb(243,105,242); }
td.TdClassName
{
border-color: #F369F2;
}
.TagClassName
{
border-color: #F369F2;
}
</style>