Shades of Pink Flamingo #F267F3
Tints of Pink Flamingo #F267F3
RGB
CMYK
RGB Variations
Color information
#F267F3 (or 0xF267F3) is known color: Pink Flamingo. HEX triplet: F2, 67 and F3. RGB value is (242,103,243). Sum of RGB (Red+Green+Blue) = 242+103+243=588 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.16% from 588); Green value is 103 (40.62% from 255 or 17.52% from 588); Blue value is 243 (95.31% from 255 or 41.33% from 588); Max value from RGB is 243 - color contains mainly: blue. Hex color #F267F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267F3 is #0D980C. Grayscale: #A0A0A0. Windows color (decimal): -890893 or 15951858. OLE color: 15951858.
HSL color Cylindrical-coordinate representation of color #F267F3: hue angle of 299.57º 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 #F267F3 is Cyan = 0.00, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 243 | - |
| CMYK | 0.00 | 0.58 | 0 | 0.05 |
| HSL | 299.57º | 0.85% | 0.68% | - |
| HSV(B) | 299.57º | 0.58% | 0.95% | - |
| XYZ | 57.65 | 35.05 | 88.52 | - |
| YUV | 160.52 | 174.55 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 243 | 0.00 | 0.58 | 0 | 0.05 | 299.57 | 0.85 | 0.68 |
| Hex | F2 | 67 | F3 | 0 | 3A | 0 | 5 | 12C | 55 | 44 |
| Octal | 362 | 147 | 363 | 0 | 72 | 0 | 5 | 454 | 125 | 104 |
| Binary | 11110010 | 1100111 | 11110011 | 0 | 111010 | 0 | 101 | 100101100 | 1010101 | 1000100 |
Color Harmonies of #F267F3
Complementary color
Monochromatic Colors of #F267F3
Black with #F267F3
Text Example
Text Example
White with #F267F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267F3; }
p { color: rgb(242,103,243); }
H1.HeaderClassName
{
color: #F267F3;
}
.AnyTagClassName
{
color: #F267F3;
}
</style>
background-color css
<style>
a { background-color: #F267F3; }
a { background-color: rgb(242,103,243); }
div.DivClassName
{
background-color: #F267F3;
}
.BgClassName
{
background-color: #F267F3;
}
</style>
border-color css
<style>
span { border-color: #F267F3; }
span { border-color: rgb(242,103,243); }
td.TdClassName
{
border-color: #F267F3;
}
.TagClassName
{
border-color: #F267F3;
}
</style>