Shades of Pink Flamingo #F569ED
Tints of Pink Flamingo #F569ED
RGB
CMYK
RGB Variations
Color information
#F569ED (or 0xF569ED) is known color: Pink Flamingo. HEX triplet: F5, 69 and ED. RGB value is (245,105,237). Sum of RGB (Red+Green+Blue) = 245+105+237=587 (77% of max value = 765). Red value is 245 (96.09% from 255 or 41.74% from 587); Green value is 105 (41.41% from 255 or 17.89% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 245 - color contains mainly: red. Hex color #F569ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F569ED is #0A9612. Grayscale: #A1A1A1. Windows color (decimal): -693779 or 15559157. OLE color: 15559157.
HSL color Cylindrical-coordinate representation of color #F569ED: hue angle of 303.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F569ED is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 237 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.04 |
| HSL | 303.43º | 0.88% | 0.69% | - |
| HSV(B) | 303.43º | 0.57% | 0.96% | - |
| XYZ | 57.99 | 35.63 | 83.94 | - |
| YUV | 161.91 | 170.38 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 237 | 0 | 0.57 | 0.03 | 0.04 | 303.43 | 0.88 | 0.69 |
| Hex | F5 | 69 | ED | 0 | 39 | 3 | 4 | 12F | 58 | 45 |
| Octal | 365 | 151 | 355 | 0 | 71 | 3 | 4 | 457 | 130 | 105 |
| Binary | 11110101 | 1101001 | 11101101 | 0 | 111001 | 11 | 100 | 100101111 | 1011000 | 1000101 |
Color Harmonies of #F569ED
Complementary color
Monochromatic Colors of #F569ED
Black with #F569ED
Text Example
Text Example
White with #F569ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F569ED; }
p { color: rgb(245,105,237); }
H1.HeaderClassName
{
color: #F569ED;
}
.AnyTagClassName
{
color: #F569ED;
}
</style>
background-color css
<style>
a { background-color: #F569ED; }
a { background-color: rgb(245,105,237); }
div.DivClassName
{
background-color: #F569ED;
}
.BgClassName
{
background-color: #F569ED;
}
</style>
border-color css
<style>
span { border-color: #F569ED; }
span { border-color: rgb(245,105,237); }
td.TdClassName
{
border-color: #F569ED;
}
.TagClassName
{
border-color: #F569ED;
}
</style>