Shades of Pink Flamingo #F75CED
Tints of Pink Flamingo #F75CED
RGB
CMYK
RGB Variations
Color information
#F75CED (or 0xF75CED) is known color: Pink Flamingo. HEX triplet: F7, 5C and ED. RGB value is (247,92,237). Sum of RGB (Red+Green+Blue) = 247+92+237=576 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.88% from 576); Green value is 92 (36.33% from 255 or 15.97% from 576); Blue value is 237 (92.97% from 255 or 41.15% from 576); Max value from RGB is 247 - color contains mainly: red. Hex color #F75CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CED is #08A312. Grayscale: #9A9A9A. Windows color (decimal): -566035 or 15555831. OLE color: 15555831.
HSL color Cylindrical-coordinate representation of color #F75CED: hue angle of 303.87º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75CED is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 92 | 237 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.03 |
| HSL | 303.87º | 0.91% | 0.66% | - |
| HSV(B) | 303.87º | 0.63% | 0.97% | - |
| XYZ | 57.47 | 33.54 | 83.57 | - |
| YUV | 154.88 | 174.35 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 237 | 0 | 0.63 | 0.04 | 0.03 | 303.87 | 0.91 | 0.66 |
| Hex | F7 | 5C | ED | 0 | 3F | 4 | 3 | 130 | 5B | 42 |
| Octal | 367 | 134 | 355 | 0 | 77 | 4 | 3 | 460 | 133 | 102 |
| Binary | 11110111 | 1011100 | 11101101 | 0 | 111111 | 100 | 11 | 100110000 | 1011011 | 1000010 |
Color Harmonies of #F75CED
Complementary color
Monochromatic Colors of #F75CED
Black with #F75CED
Text Example
Text Example
White with #F75CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75CED; }
p { color: rgb(247,92,237); }
H1.HeaderClassName
{
color: #F75CED;
}
.AnyTagClassName
{
color: #F75CED;
}
</style>
background-color css
<style>
a { background-color: #F75CED; }
a { background-color: rgb(247,92,237); }
div.DivClassName
{
background-color: #F75CED;
}
.BgClassName
{
background-color: #F75CED;
}
</style>
border-color css
<style>
span { border-color: #F75CED; }
span { border-color: rgb(247,92,237); }
td.TdClassName
{
border-color: #F75CED;
}
.TagClassName
{
border-color: #F75CED;
}
</style>