Shades of Pink Flamingo #F753F1
Tints of Pink Flamingo #F753F1
RGB
CMYK
RGB Variations
Color information
#F753F1 (or 0xF753F1) is known color: Pink Flamingo. HEX triplet: F7, 53 and F1. RGB value is (247,83,241). Sum of RGB (Red+Green+Blue) = 247+83+241=571 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.26% from 571); Green value is 83 (32.81% from 255 or 14.54% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 247 - color contains mainly: red. Hex color #F753F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F753F1 is #08AC0E. Grayscale: #959595. Windows color (decimal): -568335 or 15815671. OLE color: 15815671.
HSL color Cylindrical-coordinate representation of color #F753F1: hue angle of 302.2º 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 #F753F1 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 83 | 241 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.03 |
| HSL | 302.2º | 0.91% | 0.65% | - |
| HSV(B) | 302.2º | 0.66% | 0.97% | - |
| XYZ | 57.33 | 32.31 | 86.43 | - |
| YUV | 150.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 83 | 241 | 0 | 0.66 | 0.02 | 0.03 | 302.2 | 0.91 | 0.65 |
| Hex | F7 | 53 | F1 | 0 | 42 | 2 | 3 | 12E | 5B | 41 |
| Octal | 367 | 123 | 361 | 0 | 102 | 2 | 3 | 456 | 133 | 101 |
| Binary | 11110111 | 1010011 | 11110001 | 0 | 1000010 | 10 | 11 | 100101110 | 1011011 | 1000001 |
Color Harmonies of #F753F1
Complementary color
Monochromatic Colors of #F753F1
Black with #F753F1
Text Example
Text Example
White with #F753F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F753F1; }
p { color: rgb(247,83,241); }
H1.HeaderClassName
{
color: #F753F1;
}
.AnyTagClassName
{
color: #F753F1;
}
</style>
background-color css
<style>
a { background-color: #F753F1; }
a { background-color: rgb(247,83,241); }
div.DivClassName
{
background-color: #F753F1;
}
.BgClassName
{
background-color: #F753F1;
}
</style>
border-color css
<style>
span { border-color: #F753F1; }
span { border-color: rgb(247,83,241); }
td.TdClassName
{
border-color: #F753F1;
}
.TagClassName
{
border-color: #F753F1;
}
</style>