Shades of Pink Flamingo #F755F3
Tints of Pink Flamingo #F755F3
RGB
CMYK
RGB Variations
Color information
#F755F3 (or 0xF755F3) is known color: Pink Flamingo. HEX triplet: F7, 55 and F3. RGB value is (247,85,243). Sum of RGB (Red+Green+Blue) = 247+85+243=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 85 (33.59% from 255 or 14.78% from 575); Blue value is 243 (95.31% from 255 or 42.26% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F755F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F755F3 is #08AA0C. Grayscale: #969696. Windows color (decimal): -567821 or 15947255. OLE color: 15947255.
HSL color Cylindrical-coordinate representation of color #F755F3: hue angle of 301.48º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F755F3 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 85 | 243 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.03 |
| HSL | 301.48º | 0.91% | 0.65% | - |
| HSV(B) | 301.48º | 0.66% | 0.97% | - |
| XYZ | 57.78 | 32.74 | 88.07 | - |
| YUV | 151.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 243 | 0 | 0.66 | 0.02 | 0.03 | 301.48 | 0.91 | 0.65 |
| Hex | F7 | 55 | F3 | 0 | 42 | 2 | 3 | 12D | 5B | 41 |
| Octal | 367 | 125 | 363 | 0 | 102 | 2 | 3 | 455 | 133 | 101 |
| Binary | 11110111 | 1010101 | 11110011 | 0 | 1000010 | 10 | 11 | 100101101 | 1011011 | 1000001 |
Color Harmonies of #F755F3
Complementary color
Monochromatic Colors of #F755F3
Black with #F755F3
Text Example
Text Example
White with #F755F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755F3; }
p { color: rgb(247,85,243); }
H1.HeaderClassName
{
color: #F755F3;
}
.AnyTagClassName
{
color: #F755F3;
}
</style>
background-color css
<style>
a { background-color: #F755F3; }
a { background-color: rgb(247,85,243); }
div.DivClassName
{
background-color: #F755F3;
}
.BgClassName
{
background-color: #F755F3;
}
</style>
border-color css
<style>
span { border-color: #F755F3; }
span { border-color: rgb(247,85,243); }
td.TdClassName
{
border-color: #F755F3;
}
.TagClassName
{
border-color: #F755F3;
}
</style>