Shades of Pink Flamingo #F367F1
Tints of Pink Flamingo #F367F1
RGB
CMYK
RGB Variations
Color information
#F367F1 (or 0xF367F1) is known color: Pink Flamingo. HEX triplet: F3, 67 and F1. RGB value is (243,103,241). Sum of RGB (Red+Green+Blue) = 243+103+241=587 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.40% from 587); Green value is 103 (40.62% from 255 or 17.55% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 243 - color contains mainly: red. Hex color #F367F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F367F1 is #0C980E. Grayscale: #A0A0A0. Windows color (decimal): -825359 or 15820787. OLE color: 15820787.
HSL color Cylindrical-coordinate representation of color #F367F1: hue angle of 300.86º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F367F1 is Cyan = 0, Magento = 0.58, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 103 | 241 | - |
| CMYK | 0 | 0.58 | 0.01 | 0.05 |
| HSL | 300.86º | 0.85% | 0.68% | - |
| HSV(B) | 300.86º | 0.58% | 0.95% | - |
| XYZ | 57.69 | 35.11 | 86.95 | - |
| YUV | 160.59 | 173.38 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 103 | 241 | 0 | 0.58 | 0.01 | 0.05 | 300.86 | 0.85 | 0.68 |
| Hex | F3 | 67 | F1 | 0 | 3A | 1 | 5 | 12D | 55 | 44 |
| Octal | 363 | 147 | 361 | 0 | 72 | 1 | 5 | 455 | 125 | 104 |
| Binary | 11110011 | 1100111 | 11110001 | 0 | 111010 | 1 | 101 | 100101101 | 1010101 | 1000100 |
Color Harmonies of #F367F1
Complementary color
Monochromatic Colors of #F367F1
Black with #F367F1
Text Example
Text Example
White with #F367F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F367F1; }
p { color: rgb(243,103,241); }
H1.HeaderClassName
{
color: #F367F1;
}
.AnyTagClassName
{
color: #F367F1;
}
</style>
background-color css
<style>
a { background-color: #F367F1; }
a { background-color: rgb(243,103,241); }
div.DivClassName
{
background-color: #F367F1;
}
.BgClassName
{
background-color: #F367F1;
}
</style>
border-color css
<style>
span { border-color: #F367F1; }
span { border-color: rgb(243,103,241); }
td.TdClassName
{
border-color: #F367F1;
}
.TagClassName
{
border-color: #F367F1;
}
</style>