Shades of Pink Flamingo #F565FB
Tints of Pink Flamingo #F565FB
RGB
CMYK
RGB Variations
Color information
#F565FB (or 0xF565FB) is known color: Pink Flamingo. HEX triplet: F5, 65 and FB. RGB value is (245,101,251). Sum of RGB (Red+Green+Blue) = 245+101+251=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #F565FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565FB is #0A9A04. Grayscale: #A0A0A0. Windows color (decimal): -694789 or 16475637. OLE color: 16475637.
HSL color Cylindrical-coordinate representation of color #F565FB: hue angle of 297.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F565FB is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 245 | 101 | 251 | - |
| CMYK | 0.02 | 0.60 | 0 | 0.02 |
| HSL | 297.6º | 0.95% | 0.69% | - |
| HSV(B) | 297.6º | 0.6% | 0.98% | - |
| XYZ | 59.72 | 35.68 | 95.01 | - |
| YUV | 161.16 | 178.71 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 251 | 0.02 | 0.60 | 0 | 0.02 | 297.6 | 0.95 | 0.69 |
| Hex | F5 | 65 | FB | 2 | 3C | 0 | 2 | 12A | 5F | 45 |
| Octal | 365 | 145 | 373 | 2 | 74 | 0 | 2 | 452 | 137 | 105 |
| Binary | 11110101 | 1100101 | 11111011 | 10 | 111100 | 0 | 10 | 100101010 | 1011111 | 1000101 |
Color Harmonies of #F565FB
Complementary color
Monochromatic Colors of #F565FB
Black with #F565FB
Text Example
Text Example
White with #F565FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565FB; }
p { color: rgb(245,101,251); }
H1.HeaderClassName
{
color: #F565FB;
}
.AnyTagClassName
{
color: #F565FB;
}
</style>
background-color css
<style>
a { background-color: #F565FB; }
a { background-color: rgb(245,101,251); }
div.DivClassName
{
background-color: #F565FB;
}
.BgClassName
{
background-color: #F565FB;
}
</style>
border-color css
<style>
span { border-color: #F565FB; }
span { border-color: rgb(245,101,251); }
td.TdClassName
{
border-color: #F565FB;
}
.TagClassName
{
border-color: #F565FB;
}
</style>