Shades of Pink Flamingo #F644FA
Tints of Pink Flamingo #F644FA
RGB
CMYK
RGB Variations
Color information
#F644FA (or 0xF644FA) is known color: Pink Flamingo. HEX triplet: F6, 44 and FA. RGB value is (246,68,250). Sum of RGB (Red+Green+Blue) = 246+68+250=564 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.62% from 564); Green value is 68 (26.95% from 255 or 12.06% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #F644FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F644FA is #09BB05. Grayscale: #8D8D8D. Windows color (decimal): -637702 or 16401654. OLE color: 16401654.
HSL color Cylindrical-coordinate representation of color #F644FA: hue angle of 298.68º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F644FA is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 68 | 250 | - |
| CMYK | 0.02 | 0.73 | 0 | 0.02 |
| HSL | 298.68º | 0.95% | 0.62% | - |
| HSV(B) | 298.68º | 0.73% | 0.98% | - |
| XYZ | 57.33 | 30.63 | 93.33 | - |
| YUV | 141.97 | 188.97 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 68 | 250 | 0.02 | 0.73 | 0 | 0.02 | 298.68 | 0.95 | 0.62 |
| Hex | F6 | 44 | FA | 2 | 49 | 0 | 2 | 12B | 5F | 3E |
| Octal | 366 | 104 | 372 | 2 | 111 | 0 | 2 | 453 | 137 | 76 |
| Binary | 11110110 | 1000100 | 11111010 | 10 | 1001001 | 0 | 10 | 100101011 | 1011111 | 111110 |
Color Harmonies of #F644FA
Complementary color
Monochromatic Colors of #F644FA
Black with #F644FA
Text Example
Text Example
White with #F644FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F644FA; }
p { color: rgb(246,68,250); }
H1.HeaderClassName
{
color: #F644FA;
}
.AnyTagClassName
{
color: #F644FA;
}
</style>
background-color css
<style>
a { background-color: #F644FA; }
a { background-color: rgb(246,68,250); }
div.DivClassName
{
background-color: #F644FA;
}
.BgClassName
{
background-color: #F644FA;
}
</style>
border-color css
<style>
span { border-color: #F644FA; }
span { border-color: rgb(246,68,250); }
td.TdClassName
{
border-color: #F644FA;
}
.TagClassName
{
border-color: #F644FA;
}
</style>