Shades of Pink Flamingo #F64BF8
Tints of Pink Flamingo #F64BF8
RGB
CMYK
RGB Variations
Color information
#F64BF8 (or 0xF64BF8) is known color: Pink Flamingo. HEX triplet: F6, 4B and F8. RGB value is (246,75,248). Sum of RGB (Red+Green+Blue) = 246+75+248=569 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.23% from 569); Green value is 75 (29.69% from 255 or 13.18% from 569); Blue value is 248 (97.27% from 255 or 43.59% from 569); Max value from RGB is 248 - color contains mainly: blue. Hex color #F64BF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F64BF8 is #09B407. Grayscale: #919191. Windows color (decimal): -635912 or 16272374. OLE color: 16272374.
HSL color Cylindrical-coordinate representation of color #F64BF8: hue angle of 299.31º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F64BF8 is Cyan = 0.01, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 75 | 248 | - |
| CMYK | 0.01 | 0.70 | 0 | 0.03 |
| HSL | 299.31º | 0.93% | 0.63% | - |
| HSV(B) | 299.31º | 0.7% | 0.97% | - |
| XYZ | 57.47 | 31.4 | 91.84 | - |
| YUV | 145.85 | 185.65 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 75 | 248 | 0.01 | 0.70 | 0 | 0.03 | 299.31 | 0.93 | 0.63 |
| Hex | F6 | 4B | F8 | 1 | 46 | 0 | 3 | 12B | 5D | 3F |
| Octal | 366 | 113 | 370 | 1 | 106 | 0 | 3 | 453 | 135 | 77 |
| Binary | 11110110 | 1001011 | 11111000 | 1 | 1000110 | 0 | 11 | 100101011 | 1011101 | 111111 |
Color Harmonies of #F64BF8
Complementary color
Monochromatic Colors of #F64BF8
Black with #F64BF8
Text Example
Text Example
White with #F64BF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F64BF8; }
p { color: rgb(246,75,248); }
H1.HeaderClassName
{
color: #F64BF8;
}
.AnyTagClassName
{
color: #F64BF8;
}
</style>
background-color css
<style>
a { background-color: #F64BF8; }
a { background-color: rgb(246,75,248); }
div.DivClassName
{
background-color: #F64BF8;
}
.BgClassName
{
background-color: #F64BF8;
}
</style>
border-color css
<style>
span { border-color: #F64BF8; }
span { border-color: rgb(246,75,248); }
td.TdClassName
{
border-color: #F64BF8;
}
.TagClassName
{
border-color: #F64BF8;
}
</style>