Shades of Pink Flamingo #F368F2
Tints of Pink Flamingo #F368F2
RGB
CMYK
RGB Variations
Color information
#F368F2 (or 0xF368F2) is known color: Pink Flamingo. HEX triplet: F3, 68 and F2. RGB value is (243,104,242). Sum of RGB (Red+Green+Blue) = 243+104+242=589 (78% of max value = 765). Red value is 243 (95.31% from 255 or 41.26% from 589); Green value is 104 (41.02% from 255 or 17.66% from 589); Blue value is 242 (94.92% from 255 or 41.09% from 589); Max value from RGB is 243 - color contains mainly: red. Hex color #F368F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F368F2 is #0C970D. Grayscale: #A0A0A0. Windows color (decimal): -825102 or 15886579. OLE color: 15886579.
HSL color Cylindrical-coordinate representation of color #F368F2: 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 #F368F2 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 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 | 57.94 | 35.37 | 87.78 | - |
| YUV | 161.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 242 | 0 | 0.57 | 0.00 | 0.05 | 300.43 | 0.85 | 0.68 |
| Hex | F3 | 68 | F2 | 0 | 39 | 0 | 5 | 12C | 55 | 44 |
| Octal | 363 | 150 | 362 | 0 | 71 | 0 | 5 | 454 | 125 | 104 |
| Binary | 11110011 | 1101000 | 11110010 | 0 | 111001 | 0 | 101 | 100101100 | 1010101 | 1000100 |
Color Harmonies of #F368F2
Complementary color
Monochromatic Colors of #F368F2
Black with #F368F2
Text Example
Text Example
White with #F368F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F368F2; }
p { color: rgb(243,104,242); }
H1.HeaderClassName
{
color: #F368F2;
}
.AnyTagClassName
{
color: #F368F2;
}
</style>
background-color css
<style>
a { background-color: #F368F2; }
a { background-color: rgb(243,104,242); }
div.DivClassName
{
background-color: #F368F2;
}
.BgClassName
{
background-color: #F368F2;
}
</style>
border-color css
<style>
span { border-color: #F368F2; }
span { border-color: rgb(243,104,242); }
td.TdClassName
{
border-color: #F368F2;
}
.TagClassName
{
border-color: #F368F2;
}
</style>