Shades of Pink Flamingo #F64BF4
Tints of Pink Flamingo #F64BF4
RGB
CMYK
RGB Variations
Color information
#F64BF4 (or 0xF64BF4) is known color: Pink Flamingo. HEX triplet: F6, 4B and F4. RGB value is (246,75,244). Sum of RGB (Red+Green+Blue) = 246+75+244=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 75 (29.69% from 255 or 13.27% from 565); Blue value is 244 (95.70% from 255 or 43.19% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F64BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BF4 is #09B40B. Grayscale: #909090. Windows color (decimal): -635916 or 16010230. OLE color: 16010230.
HSL color Cylindrical-coordinate representation of color #F64BF4: hue angle of 300.7º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BF4 is Cyan = 0, Magento = 0.70, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 75 | 244 | - |
| CMYK | 0 | 0.70 | 0.01 | 0.04 |
| HSL | 300.7º | 0.9% | 0.63% | - |
| HSV(B) | 300.7º | 0.7% | 0.96% | - |
| XYZ | 56.85 | 31.16 | 88.61 | - |
| YUV | 145.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 244 | 0 | 0.70 | 0.01 | 0.04 | 300.7 | 0.9 | 0.63 |
| Hex | F6 | 4B | F4 | 0 | 46 | 1 | 4 | 12D | 5A | 3F |
| Octal | 366 | 113 | 364 | 0 | 106 | 1 | 4 | 455 | 132 | 77 |
| Binary | 11110110 | 1001011 | 11110100 | 0 | 1000110 | 1 | 100 | 100101101 | 1011010 | 111111 |
Color Harmonies of #F64BF4
Complementary color
Monochromatic Colors of #F64BF4
Black with #F64BF4
Text Example
Text Example
White with #F64BF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BF4; }
p { color: rgb(246,75,244); }
H1.HeaderClassName
{
color: #F64BF4;
}
.AnyTagClassName
{
color: #F64BF4;
}
</style>
background-color css
<style>
a { background-color: #F64BF4; }
a { background-color: rgb(246,75,244); }
div.DivClassName
{
background-color: #F64BF4;
}
.BgClassName
{
background-color: #F64BF4;
}
</style>
border-color css
<style>
span { border-color: #F64BF4; }
span { border-color: rgb(246,75,244); }
td.TdClassName
{
border-color: #F64BF4;
}
.TagClassName
{
border-color: #F64BF4;
}
</style>