Shades of Pink Flamingo #F65AFB
Tints of Pink Flamingo #F65AFB
RGB
CMYK
RGB Variations
Color information
#F65AFB (or 0xF65AFB) is known color: Pink Flamingo. HEX triplet: F6, 5A and FB. RGB value is (246,90,251). Sum of RGB (Red+Green+Blue) = 246+90+251=587 (77% of max value = 765). Red value is 246 (96.48% from 255 or 41.91% from 587); Green value is 90 (35.55% from 255 or 15.33% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #F65AFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65AFB is #09A504. Grayscale: #9A9A9A. Windows color (decimal): -632069 or 16472822. OLE color: 16472822.
HSL color Cylindrical-coordinate representation of color #F65AFB: hue angle of 298.14º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F65AFB is Cyan = 0.02, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 90 | 251 | - |
| CMYK | 0.02 | 0.64 | 0 | 0.02 |
| HSL | 298.14º | 0.95% | 0.67% | - |
| HSV(B) | 298.14º | 0.64% | 0.98% | - |
| XYZ | 59.07 | 33.87 | 94.69 | - |
| YUV | 155 | 182.18 | 192.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 90 | 251 | 0.02 | 0.64 | 0 | 0.02 | 298.14 | 0.95 | 0.67 |
| Hex | F6 | 5A | FB | 2 | 40 | 0 | 2 | 12A | 5F | 43 |
| Octal | 366 | 132 | 373 | 2 | 100 | 0 | 2 | 452 | 137 | 103 |
| Binary | 11110110 | 1011010 | 11111011 | 10 | 1000000 | 0 | 10 | 100101010 | 1011111 | 1000011 |
Color Harmonies of #F65AFB
Complementary color
Monochromatic Colors of #F65AFB
Black with #F65AFB
Text Example
Text Example
White with #F65AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65AFB; }
p { color: rgb(246,90,251); }
H1.HeaderClassName
{
color: #F65AFB;
}
.AnyTagClassName
{
color: #F65AFB;
}
</style>
background-color css
<style>
a { background-color: #F65AFB; }
a { background-color: rgb(246,90,251); }
div.DivClassName
{
background-color: #F65AFB;
}
.BgClassName
{
background-color: #F65AFB;
}
</style>
border-color css
<style>
span { border-color: #F65AFB; }
span { border-color: rgb(246,90,251); }
td.TdClassName
{
border-color: #F65AFB;
}
.TagClassName
{
border-color: #F65AFB;
}
</style>