Shades of Pink Flamingo #F65FFB
Tints of Pink Flamingo #F65FFB
RGB
CMYK
RGB Variations
Color information
#F65FFB (or 0xF65FFB) is known color: Pink Flamingo. HEX triplet: F6, 5F and FB. RGB value is (246,95,251). Sum of RGB (Red+Green+Blue) = 246+95+251=592 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.55% from 592); Green value is 95 (37.5% from 255 or 16.05% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #F65FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F65FFB is #09A004. Grayscale: #9D9D9D. Windows color (decimal): -630789 or 16474102. OLE color: 16474102.
HSL color Cylindrical-coordinate representation of color #F65FFB: hue angle of 298.08º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F65FFB is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 95 | 251 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.02 |
| HSL | 298.08º | 0.95% | 0.68% | - |
| HSV(B) | 298.08º | 0.62% | 0.98% | - |
| XYZ | 59.51 | 34.74 | 94.84 | - |
| YUV | 157.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 95 | 251 | 0.02 | 0.62 | 0 | 0.02 | 298.08 | 0.95 | 0.68 |
| Hex | F6 | 5F | FB | 2 | 3E | 0 | 2 | 12A | 5F | 44 |
| Octal | 366 | 137 | 373 | 2 | 76 | 0 | 2 | 452 | 137 | 104 |
| Binary | 11110110 | 1011111 | 11111011 | 10 | 111110 | 0 | 10 | 100101010 | 1011111 | 1000100 |
Color Harmonies of #F65FFB
Complementary color
Monochromatic Colors of #F65FFB
Black with #F65FFB
Text Example
Text Example
White with #F65FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65FFB; }
p { color: rgb(246,95,251); }
H1.HeaderClassName
{
color: #F65FFB;
}
.AnyTagClassName
{
color: #F65FFB;
}
</style>
background-color css
<style>
a { background-color: #F65FFB; }
a { background-color: rgb(246,95,251); }
div.DivClassName
{
background-color: #F65FFB;
}
.BgClassName
{
background-color: #F65FFB;
}
</style>
border-color css
<style>
span { border-color: #F65FFB; }
span { border-color: rgb(246,95,251); }
td.TdClassName
{
border-color: #F65FFB;
}
.TagClassName
{
border-color: #F65FFB;
}
</style>