Shades of Pink Flamingo #F567FC
Tints of Pink Flamingo #F567FC
RGB
CMYK
RGB Variations
Color information
#F567FC (or 0xF567FC) is known color: Pink Flamingo. HEX triplet: F5, 67 and FC. RGB value is (245,103,252). Sum of RGB (Red+Green+Blue) = 245+103+252=600 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.83% from 600); Green value is 103 (40.62% from 255 or 17.17% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #F567FC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F567FC is #0A9803. Grayscale: #A1A1A1. Windows color (decimal): -694276 or 16541685. OLE color: 16541685.
HSL color Cylindrical-coordinate representation of color #F567FC: hue angle of 297.18º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F567FC is Cyan = 0.03, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 245 | 103 | 252 | - |
| CMYK | 0.03 | 0.59 | 0 | 0.01 |
| HSL | 297.18º | 0.96% | 0.7% | - |
| HSV(B) | 297.18º | 0.59% | 0.99% | - |
| XYZ | 60.08 | 36.14 | 95.91 | - |
| YUV | 162.44 | 178.54 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 252 | 0.03 | 0.59 | 0 | 0.01 | 297.18 | 0.96 | 0.7 |
| Hex | F5 | 67 | FC | 3 | 3B | 0 | 1 | 129 | 60 | 46 |
| Octal | 365 | 147 | 374 | 3 | 73 | 0 | 1 | 451 | 140 | 106 |
| Binary | 11110101 | 1100111 | 11111100 | 11 | 111011 | 0 | 1 | 100101001 | 1100000 | 1000110 |
Color Harmonies of #F567FC
Complementary color
Monochromatic Colors of #F567FC
Black with #F567FC
Text Example
Text Example
White with #F567FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F567FC; }
p { color: rgb(245,103,252); }
H1.HeaderClassName
{
color: #F567FC;
}
.AnyTagClassName
{
color: #F567FC;
}
</style>
background-color css
<style>
a { background-color: #F567FC; }
a { background-color: rgb(245,103,252); }
div.DivClassName
{
background-color: #F567FC;
}
.BgClassName
{
background-color: #F567FC;
}
</style>
border-color css
<style>
span { border-color: #F567FC; }
span { border-color: rgb(245,103,252); }
td.TdClassName
{
border-color: #F567FC;
}
.TagClassName
{
border-color: #F567FC;
}
</style>