Shades of Pink Flamingo #F369FA
Tints of Pink Flamingo #F369FA
RGB
CMYK
RGB Variations
Color information
#F369FA (or 0xF369FA) is known color: Pink Flamingo. HEX triplet: F3, 69 and FA. RGB value is (243,105,250). Sum of RGB (Red+Green+Blue) = 243+105+250=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 105 (41.41% from 255 or 17.56% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #F369FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369FA is #0C9605. Grayscale: #A2A2A2. Windows color (decimal): -824838 or 16411123. OLE color: 16411123.
HSL color Cylindrical-coordinate representation of color #F369FA: hue angle of 297.1º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F369FA is Cyan = 0.03, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 105 | 250 | - |
| CMYK | 0.03 | 0.58 | 0 | 0.02 |
| HSL | 297.1º | 0.94% | 0.7% | - |
| HSV(B) | 297.1º | 0.58% | 0.98% | - |
| XYZ | 59.27 | 36.06 | 94.28 | - |
| YUV | 162.79 | 177.22 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 250 | 0.03 | 0.58 | 0 | 0.02 | 297.1 | 0.94 | 0.7 |
| Hex | F3 | 69 | FA | 3 | 3A | 0 | 2 | 129 | 5E | 46 |
| Octal | 363 | 151 | 372 | 3 | 72 | 0 | 2 | 451 | 136 | 106 |
| Binary | 11110011 | 1101001 | 11111010 | 11 | 111010 | 0 | 10 | 100101001 | 1011110 | 1000110 |
Color Harmonies of #F369FA
Complementary color
Monochromatic Colors of #F369FA
Black with #F369FA
Text Example
Text Example
White with #F369FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369FA; }
p { color: rgb(243,105,250); }
H1.HeaderClassName
{
color: #F369FA;
}
.AnyTagClassName
{
color: #F369FA;
}
</style>
background-color css
<style>
a { background-color: #F369FA; }
a { background-color: rgb(243,105,250); }
div.DivClassName
{
background-color: #F369FA;
}
.BgClassName
{
background-color: #F369FA;
}
</style>
border-color css
<style>
span { border-color: #F369FA; }
span { border-color: rgb(243,105,250); }
td.TdClassName
{
border-color: #F369FA;
}
.TagClassName
{
border-color: #F369FA;
}
</style>