Shades of Pink Flamingo #F753F0
Tints of Pink Flamingo #F753F0
RGB
CMYK
RGB Variations
Color information
#F753F0 (or 0xF753F0) is known color: Pink Flamingo. HEX triplet: F7, 53 and F0. RGB value is (247,83,240). Sum of RGB (Red+Green+Blue) = 247+83+240=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 83 (32.81% from 255 or 14.56% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F753F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F753F0 is #08AC0F. Grayscale: #959595. Windows color (decimal): -568336 or 15750135. OLE color: 15750135.
HSL color Cylindrical-coordinate representation of color #F753F0: hue angle of 302.56º 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 #F753F0 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 240 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.03 |
| HSL | 302.56º | 0.91% | 0.65% | - |
| HSV(B) | 302.56º | 0.66% | 0.97% | - |
| XYZ | 57.18 | 32.25 | 85.65 | - |
| YUV | 149.93 | 178.83 | 197.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 240 | 0 | 0.66 | 0.03 | 0.03 | 302.56 | 0.91 | 0.65 |
| Hex | F7 | 53 | F0 | 0 | 42 | 3 | 3 | 12F | 5B | 41 |
| Octal | 367 | 123 | 360 | 0 | 102 | 3 | 3 | 457 | 133 | 101 |
| Binary | 11110111 | 1010011 | 11110000 | 0 | 1000010 | 11 | 11 | 100101111 | 1011011 | 1000001 |
Color Harmonies of #F753F0
Complementary color
Monochromatic Colors of #F753F0
Black with #F753F0
Text Example
Text Example
White with #F753F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753F0; }
p { color: rgb(247,83,240); }
H1.HeaderClassName
{
color: #F753F0;
}
.AnyTagClassName
{
color: #F753F0;
}
</style>
background-color css
<style>
a { background-color: #F753F0; }
a { background-color: rgb(247,83,240); }
div.DivClassName
{
background-color: #F753F0;
}
.BgClassName
{
background-color: #F753F0;
}
</style>
border-color css
<style>
span { border-color: #F753F0; }
span { border-color: rgb(247,83,240); }
td.TdClassName
{
border-color: #F753F0;
}
.TagClassName
{
border-color: #F753F0;
}
</style>