Shades of Pink Flamingo #F64AFB
Tints of Pink Flamingo #F64AFB
RGB
CMYK
RGB Variations
Color information
#F64AFB (or 0xF64AFB) is known color: Pink Flamingo. HEX triplet: F6, 4A and FB. RGB value is (246,74,251). Sum of RGB (Red+Green+Blue) = 246+74+251=571 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.08% from 571); Green value is 74 (29.30% from 255 or 12.96% from 571); Blue value is 251 (98.44% from 255 or 43.96% from 571); Max value from RGB is 251 - color contains mainly: blue. Hex color #F64AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AFB is #09B504. Grayscale: #919191. Windows color (decimal): -636165 or 16468726. OLE color: 16468726.
HSL color Cylindrical-coordinate representation of color #F64AFB: hue angle of 298.31º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64AFB is Cyan = 0.02, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 74 | 251 | - |
| CMYK | 0.02 | 0.71 | 0 | 0.02 |
| HSL | 298.31º | 0.96% | 0.64% | - |
| HSV(B) | 298.31º | 0.71% | 0.98% | - |
| XYZ | 57.87 | 31.46 | 94.29 | - |
| YUV | 145.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 251 | 0.02 | 0.71 | 0 | 0.02 | 298.31 | 0.96 | 0.64 |
| Hex | F6 | 4A | FB | 2 | 47 | 0 | 2 | 12A | 60 | 40 |
| Octal | 366 | 112 | 373 | 2 | 107 | 0 | 2 | 452 | 140 | 100 |
| Binary | 11110110 | 1001010 | 11111011 | 10 | 1000111 | 0 | 10 | 100101010 | 1100000 | 1000000 |
Color Harmonies of #F64AFB
Complementary color
Monochromatic Colors of #F64AFB
Black with #F64AFB
Text Example
Text Example
White with #F64AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AFB; }
p { color: rgb(246,74,251); }
H1.HeaderClassName
{
color: #F64AFB;
}
.AnyTagClassName
{
color: #F64AFB;
}
</style>
background-color css
<style>
a { background-color: #F64AFB; }
a { background-color: rgb(246,74,251); }
div.DivClassName
{
background-color: #F64AFB;
}
.BgClassName
{
background-color: #F64AFB;
}
</style>
border-color css
<style>
span { border-color: #F64AFB; }
span { border-color: rgb(246,74,251); }
td.TdClassName
{
border-color: #F64AFB;
}
.TagClassName
{
border-color: #F64AFB;
}
</style>