Shades of Pink Flamingo #F64AF5
Tints of Pink Flamingo #F64AF5
RGB
CMYK
RGB Variations
Color information
#F64AF5 (or 0xF64AF5) is known color: Pink Flamingo. HEX triplet: F6, 4A and F5. RGB value is (246,74,245). Sum of RGB (Red+Green+Blue) = 246+74+245=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 74 (29.30% from 255 or 13.10% from 565); Blue value is 245 (96.09% from 255 or 43.36% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F64AF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AF5 is #09B50A. Grayscale: #909090. Windows color (decimal): -636171 or 16075510. OLE color: 16075510.
HSL color Cylindrical-coordinate representation of color #F64AF5: hue angle of 300.35º degrees, saturation: 0.91, 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 #F64AF5 is Cyan = 0, Magento = 0.70, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 74 | 245 | - |
| CMYK | 0 | 0.70 | 0.00 | 0.04 |
| HSL | 300.35º | 0.91% | 0.63% | - |
| HSV(B) | 300.35º | 0.7% | 0.96% | - |
| XYZ | 56.94 | 31.08 | 89.38 | - |
| YUV | 144.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 245 | 0 | 0.70 | 0.00 | 0.04 | 300.35 | 0.91 | 0.63 |
| Hex | F6 | 4A | F5 | 0 | 46 | 0 | 4 | 12C | 5B | 3F |
| Octal | 366 | 112 | 365 | 0 | 106 | 0 | 4 | 454 | 133 | 77 |
| Binary | 11110110 | 1001010 | 11110101 | 0 | 1000110 | 0 | 100 | 100101100 | 1011011 | 111111 |
Color Harmonies of #F64AF5
Complementary color
Monochromatic Colors of #F64AF5
Black with #F64AF5
Text Example
Text Example
White with #F64AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AF5; }
p { color: rgb(246,74,245); }
H1.HeaderClassName
{
color: #F64AF5;
}
.AnyTagClassName
{
color: #F64AF5;
}
</style>
background-color css
<style>
a { background-color: #F64AF5; }
a { background-color: rgb(246,74,245); }
div.DivClassName
{
background-color: #F64AF5;
}
.BgClassName
{
background-color: #F64AF5;
}
</style>
border-color css
<style>
span { border-color: #F64AF5; }
span { border-color: rgb(246,74,245); }
td.TdClassName
{
border-color: #F64AF5;
}
.TagClassName
{
border-color: #F64AF5;
}
</style>