Shades of Pink Flamingo #F64AFE
Tints of Pink Flamingo #F64AFE
RGB
CMYK
RGB Variations
Color information
#F64AFE (or 0xF64AFE) is known color: Pink Flamingo. HEX triplet: F6, 4A and FE. RGB value is (246,74,254). Sum of RGB (Red+Green+Blue) = 246+74+254=574 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.86% from 574); Green value is 74 (29.30% from 255 or 12.89% from 574); Blue value is 254 (99.61% from 255 or 44.25% from 574); Max value from RGB is 254 - color contains mainly: blue. Hex color #F64AFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64AFE is #09B501. Grayscale: #919191. Windows color (decimal): -636162 or 16665334. OLE color: 16665334.
HSL color Cylindrical-coordinate representation of color #F64AFE: hue angle of 297.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F64AFE is Cyan = 0.03, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 74 | 254 | - |
| CMYK | 0.03 | 0.71 | 0 | 0.00 |
| HSL | 297.33º | 0.99% | 0.64% | - |
| HSV(B) | 297.33º | 0.71% | 1% | - |
| XYZ | 58.34 | 31.65 | 96.8 | - |
| YUV | 145.95 | 188.98 | 199.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 74 | 254 | 0.03 | 0.71 | 0 | 0.00 | 297.33 | 0.99 | 0.64 |
| Hex | F6 | 4A | FE | 3 | 47 | 0 | 0 | 129 | 63 | 40 |
| Octal | 366 | 112 | 376 | 3 | 107 | 0 | 0 | 451 | 143 | 100 |
| Binary | 11110110 | 1001010 | 11111110 | 11 | 1000111 | 0 | 0 | 100101001 | 1100011 | 1000000 |
Color Harmonies of #F64AFE
Complementary color
Monochromatic Colors of #F64AFE
Black with #F64AFE
Text Example
Text Example
White with #F64AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64AFE; }
p { color: rgb(246,74,254); }
H1.HeaderClassName
{
color: #F64AFE;
}
.AnyTagClassName
{
color: #F64AFE;
}
</style>
background-color css
<style>
a { background-color: #F64AFE; }
a { background-color: rgb(246,74,254); }
div.DivClassName
{
background-color: #F64AFE;
}
.BgClassName
{
background-color: #F64AFE;
}
</style>
border-color css
<style>
span { border-color: #F64AFE; }
span { border-color: rgb(246,74,254); }
td.TdClassName
{
border-color: #F64AFE;
}
.TagClassName
{
border-color: #F64AFE;
}
</style>