Shades of Pink Flamingo #F967FF
Tints of Pink Flamingo #F967FF
RGB
CMYK
RGB Variations
Color information
#F967FF (or 0xF967FF) is known color: Pink Flamingo. HEX triplet: F9, 67 and FF. RGB value is (249,103,255). Sum of RGB (Red+Green+Blue) = 249+103+255=607 (80% of max value = 765). Red value is 249 (97.66% from 255 or 41.02% from 607); Green value is 103 (40.62% from 255 or 16.97% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #F967FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F967FF is #069800. Grayscale: #A3A3A3. Windows color (decimal): -432129 or 16738297. OLE color: 16738297.
HSL color Cylindrical-coordinate representation of color #F967FF: hue angle of 297.63º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F967FF is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 103 | 255 | - |
| CMYK | 0.02 | 0.60 | 0 | 0 |
| HSL | 297.63º | 1% | 0.7% | - |
| HSV(B) | 297.63º | 0.6% | 1% | - |
| XYZ | 61.97 | 37.06 | 98.5 | - |
| YUV | 163.98 | 179.37 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 103 | 255 | 0.02 | 0.60 | 0 | 0 | 297.63 | 1 | 0.7 |
| Hex | F9 | 67 | FF | 2 | 3C | 0 | 0 | 12A | 64 | 46 |
| Octal | 371 | 147 | 377 | 2 | 74 | 0 | 0 | 452 | 144 | 106 |
| Binary | 11111001 | 1100111 | 11111111 | 10 | 111100 | 0 | 0 | 100101010 | 1100100 | 1000110 |
Color Harmonies of #F967FF
Complementary color
Monochromatic Colors of #F967FF
Black with #F967FF
Text Example
Text Example
White with #F967FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F967FF; }
p { color: rgb(249,103,255); }
H1.HeaderClassName
{
color: #F967FF;
}
.AnyTagClassName
{
color: #F967FF;
}
</style>
background-color css
<style>
a { background-color: #F967FF; }
a { background-color: rgb(249,103,255); }
div.DivClassName
{
background-color: #F967FF;
}
.BgClassName
{
background-color: #F967FF;
}
</style>
border-color css
<style>
span { border-color: #F967FF; }
span { border-color: rgb(249,103,255); }
td.TdClassName
{
border-color: #F967FF;
}
.TagClassName
{
border-color: #F967FF;
}
</style>