Shades of Pink Flamingo #F267FA
Tints of Pink Flamingo #F267FA
RGB
CMYK
RGB Variations
Color information
#F267FA (or 0xF267FA) is known color: Pink Flamingo. HEX triplet: F2, 67 and FA. RGB value is (242,103,250). Sum of RGB (Red+Green+Blue) = 242+103+250=595 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.67% from 595); Green value is 103 (40.62% from 255 or 17.31% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #F267FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F267FA is #0D9805. Grayscale: #A0A0A0. Windows color (decimal): -890886 or 16410610. OLE color: 16410610.
HSL color Cylindrical-coordinate representation of color #F267FA: hue angle of 296.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F267FA is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 103 | 250 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.02 |
| HSL | 296.73º | 0.94% | 0.69% | - |
| HSV(B) | 296.73º | 0.59% | 0.98% | - |
| XYZ | 58.72 | 35.48 | 94.2 | - |
| YUV | 161.32 | 178.05 | 185.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 250 | 0.03 | 0.59 | 0 | 0.02 | 296.73 | 0.94 | 0.69 |
| Hex | F2 | 67 | FA | 3 | 3B | 0 | 2 | 129 | 5E | 45 |
| Octal | 362 | 147 | 372 | 3 | 73 | 0 | 2 | 451 | 136 | 105 |
| Binary | 11110010 | 1100111 | 11111010 | 11 | 111011 | 0 | 10 | 100101001 | 1011110 | 1000101 |
Color Harmonies of #F267FA
Complementary color
Monochromatic Colors of #F267FA
Black with #F267FA
Text Example
Text Example
White with #F267FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F267FA; }
p { color: rgb(242,103,250); }
H1.HeaderClassName
{
color: #F267FA;
}
.AnyTagClassName
{
color: #F267FA;
}
</style>
background-color css
<style>
a { background-color: #F267FA; }
a { background-color: rgb(242,103,250); }
div.DivClassName
{
background-color: #F267FA;
}
.BgClassName
{
background-color: #F267FA;
}
</style>
border-color css
<style>
span { border-color: #F267FA; }
span { border-color: rgb(242,103,250); }
td.TdClassName
{
border-color: #F267FA;
}
.TagClassName
{
border-color: #F267FA;
}
</style>