Shades of Pink Flamingo #F64BFE
Tints of Pink Flamingo #F64BFE
RGB
CMYK
RGB Variations
Color information
#F64BFE (or 0xF64BFE) is known color: Pink Flamingo. HEX triplet: F6, 4B and FE. RGB value is (246,75,254). Sum of RGB (Red+Green+Blue) = 246+75+254=575 (76% of max value = 765). Red value is 246 (96.48% from 255 or 42.78% from 575); Green value is 75 (29.69% from 255 or 13.04% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #F64BFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BFE is #09B401. Grayscale: #919191. Windows color (decimal): -635906 or 16665590. OLE color: 16665590.
HSL color Cylindrical-coordinate representation of color #F64BFE: hue angle of 297.32º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BFE is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 246 | 75 | 254 | - |
| CMYK | 0.03 | 0.70 | 0 | 0.00 |
| HSL | 297.32º | 0.99% | 0.65% | - |
| HSV(B) | 297.32º | 0.7% | 1% | - |
| XYZ | 58.41 | 31.78 | 96.82 | - |
| YUV | 146.54 | 188.65 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 254 | 0.03 | 0.70 | 0 | 0.00 | 297.32 | 0.99 | 0.65 |
| Hex | F6 | 4B | FE | 3 | 46 | 0 | 0 | 129 | 63 | 41 |
| Octal | 366 | 113 | 376 | 3 | 106 | 0 | 0 | 451 | 143 | 101 |
| Binary | 11110110 | 1001011 | 11111110 | 11 | 1000110 | 0 | 0 | 100101001 | 1100011 | 1000001 |
Color Harmonies of #F64BFE
Complementary color
Monochromatic Colors of #F64BFE
Black with #F64BFE
Text Example
Text Example
White with #F64BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BFE; }
p { color: rgb(246,75,254); }
H1.HeaderClassName
{
color: #F64BFE;
}
.AnyTagClassName
{
color: #F64BFE;
}
</style>
background-color css
<style>
a { background-color: #F64BFE; }
a { background-color: rgb(246,75,254); }
div.DivClassName
{
background-color: #F64BFE;
}
.BgClassName
{
background-color: #F64BFE;
}
</style>
border-color css
<style>
span { border-color: #F64BFE; }
span { border-color: rgb(246,75,254); }
td.TdClassName
{
border-color: #F64BFE;
}
.TagClassName
{
border-color: #F64BFE;
}
</style>