Shades of Pink Flamingo #F369ED
Tints of Pink Flamingo #F369ED
RGB
CMYK
RGB Variations
Color information
#F369ED (or 0xF369ED) is known color: Pink Flamingo. HEX triplet: F3, 69 and ED. RGB value is (243,105,237). Sum of RGB (Red+Green+Blue) = 243+105+237=585 (77% of max value = 765). Red value is 243 (95.31% from 255 or 41.54% from 585); Green value is 105 (41.41% from 255 or 17.95% from 585); Blue value is 237 (92.97% from 255 or 40.51% from 585); Max value from RGB is 243 - color contains mainly: red. Hex color #F369ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F369ED is #0C9612. Grayscale: #A0A0A0. Windows color (decimal): -824851 or 15559155. OLE color: 15559155.
HSL color Cylindrical-coordinate representation of color #F369ED: hue angle of 302.61º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F369ED is Cyan = 0, Magento = 0.57, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 105 | 237 | - |
| CMYK | 0 | 0.57 | 0.02 | 0.05 |
| HSL | 302.61º | 0.85% | 0.68% | - |
| HSV(B) | 302.61º | 0.57% | 0.95% | - |
| XYZ | 57.3 | 35.27 | 83.91 | - |
| YUV | 161.31 | 170.72 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 105 | 237 | 0 | 0.57 | 0.02 | 0.05 | 302.61 | 0.85 | 0.68 |
| Hex | F3 | 69 | ED | 0 | 39 | 2 | 5 | 12F | 55 | 44 |
| Octal | 363 | 151 | 355 | 0 | 71 | 2 | 5 | 457 | 125 | 104 |
| Binary | 11110011 | 1101001 | 11101101 | 0 | 111001 | 10 | 101 | 100101111 | 1010101 | 1000100 |
Color Harmonies of #F369ED
Complementary color
Monochromatic Colors of #F369ED
Black with #F369ED
Text Example
Text Example
White with #F369ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F369ED; }
p { color: rgb(243,105,237); }
H1.HeaderClassName
{
color: #F369ED;
}
.AnyTagClassName
{
color: #F369ED;
}
</style>
background-color css
<style>
a { background-color: #F369ED; }
a { background-color: rgb(243,105,237); }
div.DivClassName
{
background-color: #F369ED;
}
.BgClassName
{
background-color: #F369ED;
}
</style>
border-color css
<style>
span { border-color: #F369ED; }
span { border-color: rgb(243,105,237); }
td.TdClassName
{
border-color: #F369ED;
}
.TagClassName
{
border-color: #F369ED;
}
</style>