Shades of Pink Flamingo #F567ED
Tints of Pink Flamingo #F567ED
RGB
CMYK
RGB Variations
Color information
#F567ED (or 0xF567ED) is known color: Pink Flamingo. HEX triplet: F5, 67 and ED. RGB value is (245,103,237). Sum of RGB (Red+Green+Blue) = 245+103+237=585 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.88% from 585); Green value is 103 (40.62% from 255 or 17.61% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 245 - color contains mainly: red. Hex color #F567ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F567ED is #0A9812. Grayscale: #A0A0A0. Windows color (decimal): -694291 or 15558645. OLE color: 15558645.
HSL color Cylindrical-coordinate representation of color #F567ED: hue angle of 303.38º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F567ED is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 237 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.04 |
| HSL | 303.38º | 0.88% | 0.68% | - |
| HSV(B) | 303.38º | 0.58% | 0.96% | - |
| XYZ | 57.79 | 35.23 | 83.87 | - |
| YUV | 160.73 | 171.04 | 188.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 237 | 0 | 0.58 | 0.03 | 0.04 | 303.38 | 0.88 | 0.68 |
| Hex | F5 | 67 | ED | 0 | 3A | 3 | 4 | 12F | 58 | 44 |
| Octal | 365 | 147 | 355 | 0 | 72 | 3 | 4 | 457 | 130 | 104 |
| Binary | 11110101 | 1100111 | 11101101 | 0 | 111010 | 11 | 100 | 100101111 | 1011000 | 1000100 |
Color Harmonies of #F567ED
Complementary color
Monochromatic Colors of #F567ED
Black with #F567ED
Text Example
Text Example
White with #F567ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F567ED; }
p { color: rgb(245,103,237); }
H1.HeaderClassName
{
color: #F567ED;
}
.AnyTagClassName
{
color: #F567ED;
}
</style>
background-color css
<style>
a { background-color: #F567ED; }
a { background-color: rgb(245,103,237); }
div.DivClassName
{
background-color: #F567ED;
}
.BgClassName
{
background-color: #F567ED;
}
</style>
border-color css
<style>
span { border-color: #F567ED; }
span { border-color: rgb(245,103,237); }
td.TdClassName
{
border-color: #F567ED;
}
.TagClassName
{
border-color: #F567ED;
}
</style>