Shades of Pink Flamingo #F565FC
Tints of Pink Flamingo #F565FC
RGB
CMYK
RGB Variations
Color information
#F565FC (or 0xF565FC) is known color: Pink Flamingo. HEX triplet: F5, 65 and FC. RGB value is (245,101,252). Sum of RGB (Red+Green+Blue) = 245+101+252=598 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.97% from 598); Green value is 101 (39.84% from 255 or 16.89% from 598); Blue value is 252 (98.83% from 255 or 42.14% from 598); Max value from RGB is 252 - color contains mainly: blue. Hex color #F565FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F565FC is #0A9A03. Grayscale: #A0A0A0. Windows color (decimal): -694788 or 16541173. OLE color: 16541173.
HSL color Cylindrical-coordinate representation of color #F565FC: hue angle of 297.22º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F565FC is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 101 | 252 | - |
| CMYK | 0.03 | 0.60 | 0 | 0.01 |
| HSL | 297.22º | 0.96% | 0.69% | - |
| HSV(B) | 297.22º | 0.6% | 0.99% | - |
| XYZ | 59.88 | 35.75 | 95.84 | - |
| YUV | 161.27 | 179.21 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 252 | 0.03 | 0.60 | 0 | 0.01 | 297.22 | 0.96 | 0.69 |
| Hex | F5 | 65 | FC | 3 | 3C | 0 | 1 | 129 | 60 | 45 |
| Octal | 365 | 145 | 374 | 3 | 74 | 0 | 1 | 451 | 140 | 105 |
| Binary | 11110101 | 1100101 | 11111100 | 11 | 111100 | 0 | 1 | 100101001 | 1100000 | 1000101 |
Color Harmonies of #F565FC
Complementary color
Monochromatic Colors of #F565FC
Black with #F565FC
Text Example
Text Example
White with #F565FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F565FC; }
p { color: rgb(245,101,252); }
H1.HeaderClassName
{
color: #F565FC;
}
.AnyTagClassName
{
color: #F565FC;
}
</style>
background-color css
<style>
a { background-color: #F565FC; }
a { background-color: rgb(245,101,252); }
div.DivClassName
{
background-color: #F565FC;
}
.BgClassName
{
background-color: #F565FC;
}
</style>
border-color css
<style>
span { border-color: #F565FC; }
span { border-color: rgb(245,101,252); }
td.TdClassName
{
border-color: #F565FC;
}
.TagClassName
{
border-color: #F565FC;
}
</style>