Shades of Pink Flamingo #F65AF8
Tints of Pink Flamingo #F65AF8
RGB
CMYK
RGB Variations
Color information
#F65AF8 (or 0xF65AF8) is known color: Pink Flamingo. HEX triplet: F6, 5A and F8. RGB value is (246,90,248). Sum of RGB (Red+Green+Blue) = 246+90+248=584 (77% of max value = 765). Red value is 246 (96.48% from 255 or 42.12% from 584); Green value is 90 (35.55% from 255 or 15.41% from 584); Blue value is 248 (97.27% from 255 or 42.47% from 584); Max value from RGB is 248 - color contains mainly: blue. Hex color #F65AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AF8 is #09A507. Grayscale: #9A9A9A. Windows color (decimal): -632072 or 16276214. OLE color: 16276214.
HSL color Cylindrical-coordinate representation of color #F65AF8: hue angle of 299.24º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65AF8 is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 246 | 90 | 248 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.03 |
| HSL | 299.24º | 0.92% | 0.66% | - |
| HSV(B) | 299.24º | 0.64% | 0.97% | - |
| XYZ | 58.61 | 33.68 | 92.22 | - |
| YUV | 154.66 | 180.68 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 248 | 0.01 | 0.64 | 0 | 0.03 | 299.24 | 0.92 | 0.66 |
| Hex | F6 | 5A | F8 | 1 | 40 | 0 | 3 | 12B | 5C | 42 |
| Octal | 366 | 132 | 370 | 1 | 100 | 0 | 3 | 453 | 134 | 102 |
| Binary | 11110110 | 1011010 | 11111000 | 1 | 1000000 | 0 | 11 | 100101011 | 1011100 | 1000010 |
Color Harmonies of #F65AF8
Complementary color
Monochromatic Colors of #F65AF8
Black with #F65AF8
Text Example
Text Example
White with #F65AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AF8; }
p { color: rgb(246,90,248); }
H1.HeaderClassName
{
color: #F65AF8;
}
.AnyTagClassName
{
color: #F65AF8;
}
</style>
background-color css
<style>
a { background-color: #F65AF8; }
a { background-color: rgb(246,90,248); }
div.DivClassName
{
background-color: #F65AF8;
}
.BgClassName
{
background-color: #F65AF8;
}
</style>
border-color css
<style>
span { border-color: #F65AF8; }
span { border-color: rgb(246,90,248); }
td.TdClassName
{
border-color: #F65AF8;
}
.TagClassName
{
border-color: #F65AF8;
}
</style>