Shades of Pink Flamingo #F753F5
Tints of Pink Flamingo #F753F5
RGB
CMYK
RGB Variations
Color information
#F753F5 (or 0xF753F5) is known color: Pink Flamingo. HEX triplet: F7, 53 and F5. RGB value is (247,83,245). Sum of RGB (Red+Green+Blue) = 247+83+245=575 (76% of max value = 765). Red value is 247 (96.88% from 255 or 42.96% from 575); Green value is 83 (32.81% from 255 or 14.43% from 575); Blue value is 245 (96.09% from 255 or 42.61% from 575); Max value from RGB is 247 - color contains mainly: red. Hex color #F753F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F753F5 is #08AC0A. Grayscale: #969696. Windows color (decimal): -568331 or 16077815. OLE color: 16077815.
HSL color Cylindrical-coordinate representation of color #F753F5: hue angle of 300.73º 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 #F753F5 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 245 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.03 |
| HSL | 300.73º | 0.91% | 0.65% | - |
| HSV(B) | 300.73º | 0.66% | 0.97% | - |
| XYZ | 57.93 | 32.55 | 89.62 | - |
| YUV | 150.5 | 181.33 | 196.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 245 | 0 | 0.66 | 0.01 | 0.03 | 300.73 | 0.91 | 0.65 |
| Hex | F7 | 53 | F5 | 0 | 42 | 1 | 3 | 12D | 5B | 41 |
| Octal | 367 | 123 | 365 | 0 | 102 | 1 | 3 | 455 | 133 | 101 |
| Binary | 11110111 | 1010011 | 11110101 | 0 | 1000010 | 1 | 11 | 100101101 | 1011011 | 1000001 |
Color Harmonies of #F753F5
Complementary color
Monochromatic Colors of #F753F5
Black with #F753F5
Text Example
Text Example
White with #F753F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753F5; }
p { color: rgb(247,83,245); }
H1.HeaderClassName
{
color: #F753F5;
}
.AnyTagClassName
{
color: #F753F5;
}
</style>
background-color css
<style>
a { background-color: #F753F5; }
a { background-color: rgb(247,83,245); }
div.DivClassName
{
background-color: #F753F5;
}
.BgClassName
{
background-color: #F753F5;
}
</style>
border-color css
<style>
span { border-color: #F753F5; }
span { border-color: rgb(247,83,245); }
td.TdClassName
{
border-color: #F753F5;
}
.TagClassName
{
border-color: #F753F5;
}
</style>