Shades of Pink Flamingo #F267F1
Tints of Pink Flamingo #F267F1
RGB
CMYK
RGB Variations
Color information
#F267F1 (or 0xF267F1) is known color: Pink Flamingo. HEX triplet: F2, 67 and F1. RGB value is (242,103,241). Sum of RGB (Red+Green+Blue) = 242+103+241=586 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.30% from 586); Green value is 103 (40.62% from 255 or 17.58% from 586); Blue value is 241 (94.53% from 255 or 41.13% from 586); Max value from RGB is 242 - color contains mainly: red. Hex color #F267F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267F1 is #0D980E. Grayscale: #9F9F9F. Windows color (decimal): -890895 or 15820786. OLE color: 15820786.
HSL color Cylindrical-coordinate representation of color #F267F1: hue angle of 300.43º degrees, saturation: 0.84, 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 #F267F1 is Cyan = 0, Magento = 0.57, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 241 | - |
| CMYK | 0 | 0.57 | 0.00 | 0.05 |
| HSL | 300.43º | 0.84% | 0.68% | - |
| HSV(B) | 300.43º | 0.57% | 0.95% | - |
| XYZ | 57.35 | 34.93 | 86.94 | - |
| YUV | 160.29 | 173.55 | 186.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 241 | 0 | 0.57 | 0.00 | 0.05 | 300.43 | 0.84 | 0.68 |
| Hex | F2 | 67 | F1 | 0 | 39 | 0 | 5 | 12C | 54 | 44 |
| Octal | 362 | 147 | 361 | 0 | 71 | 0 | 5 | 454 | 124 | 104 |
| Binary | 11110010 | 1100111 | 11110001 | 0 | 111001 | 0 | 101 | 100101100 | 1010100 | 1000100 |
Color Harmonies of #F267F1
Complementary color
Monochromatic Colors of #F267F1
Black with #F267F1
Text Example
Text Example
White with #F267F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267F1; }
p { color: rgb(242,103,241); }
H1.HeaderClassName
{
color: #F267F1;
}
.AnyTagClassName
{
color: #F267F1;
}
</style>
background-color css
<style>
a { background-color: #F267F1; }
a { background-color: rgb(242,103,241); }
div.DivClassName
{
background-color: #F267F1;
}
.BgClassName
{
background-color: #F267F1;
}
</style>
border-color css
<style>
span { border-color: #F267F1; }
span { border-color: rgb(242,103,241); }
td.TdClassName
{
border-color: #F267F1;
}
.TagClassName
{
border-color: #F267F1;
}
</style>