Shades of Pink Flamingo #F754F3
Tints of Pink Flamingo #F754F3
RGB
CMYK
RGB Variations
Color information
#F754F3 (or 0xF754F3) is known color: Pink Flamingo. HEX triplet: F7, 54 and F3. RGB value is (247,84,243). Sum of RGB (Red+Green+Blue) = 247+84+243=574 (76% of max value = 765). Red value is 247 (96.88% from 255 or 43.03% from 574); Green value is 84 (33.20% from 255 or 14.63% from 574); Blue value is 243 (95.31% from 255 or 42.33% from 574); Max value from RGB is 247 - color contains mainly: red. Hex color #F754F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F754F3 is #08AB0C. Grayscale: #969696. Windows color (decimal): -568077 or 15946999. OLE color: 15946999.
HSL color Cylindrical-coordinate representation of color #F754F3: hue angle of 301.47º 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 #F754F3 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 84 | 243 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.03 |
| HSL | 301.47º | 0.91% | 0.65% | - |
| HSV(B) | 301.47º | 0.66% | 0.97% | - |
| XYZ | 57.71 | 32.59 | 88.04 | - |
| YUV | 150.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 84 | 243 | 0 | 0.66 | 0.02 | 0.03 | 301.47 | 0.91 | 0.65 |
| Hex | F7 | 54 | F3 | 0 | 42 | 2 | 3 | 12D | 5B | 41 |
| Octal | 367 | 124 | 363 | 0 | 102 | 2 | 3 | 455 | 133 | 101 |
| Binary | 11110111 | 1010100 | 11110011 | 0 | 1000010 | 10 | 11 | 100101101 | 1011011 | 1000001 |
Color Harmonies of #F754F3
Complementary color
Monochromatic Colors of #F754F3
Black with #F754F3
Text Example
Text Example
White with #F754F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F754F3; }
p { color: rgb(247,84,243); }
H1.HeaderClassName
{
color: #F754F3;
}
.AnyTagClassName
{
color: #F754F3;
}
</style>
background-color css
<style>
a { background-color: #F754F3; }
a { background-color: rgb(247,84,243); }
div.DivClassName
{
background-color: #F754F3;
}
.BgClassName
{
background-color: #F754F3;
}
</style>
border-color css
<style>
span { border-color: #F754F3; }
span { border-color: rgb(247,84,243); }
td.TdClassName
{
border-color: #F754F3;
}
.TagClassName
{
border-color: #F754F3;
}
</style>