Shades of Pink Flamingo #F751F5
Tints of Pink Flamingo #F751F5
RGB
CMYK
RGB Variations
Color information
#F751F5 (or 0xF751F5) is known color: Pink Flamingo. HEX triplet: F7, 51 and F5. RGB value is (247,81,245). Sum of RGB (Red+Green+Blue) = 247+81+245=573 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.11% from 573); Green value is 81 (32.03% from 255 or 14.14% from 573); Blue value is 245 (96.09% from 255 or 42.76% from 573); Max value from RGB is 247 - color contains mainly: red. Hex color #F751F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F751F5 is #08AE0A. Grayscale: #949494. Windows color (decimal): -568843 or 16077303. OLE color: 16077303.
HSL color Cylindrical-coordinate representation of color #F751F5: hue angle of 300.72º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F751F5 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 245 | - |
| CMYK | 0 | 0.67 | 0.01 | 0.03 |
| HSL | 300.72º | 0.91% | 0.64% | - |
| HSV(B) | 300.72º | 0.67% | 0.97% | - |
| XYZ | 57.78 | 32.25 | 89.57 | - |
| YUV | 149.33 | 182 | 197.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 245 | 0 | 0.67 | 0.01 | 0.03 | 300.72 | 0.91 | 0.64 |
| Hex | F7 | 51 | F5 | 0 | 43 | 1 | 3 | 12D | 5B | 40 |
| Octal | 367 | 121 | 365 | 0 | 103 | 1 | 3 | 455 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11110101 | 0 | 1000011 | 1 | 11 | 100101101 | 1011011 | 1000000 |
Color Harmonies of #F751F5
Complementary color
Monochromatic Colors of #F751F5
Black with #F751F5
Text Example
Text Example
White with #F751F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751F5; }
p { color: rgb(247,81,245); }
H1.HeaderClassName
{
color: #F751F5;
}
.AnyTagClassName
{
color: #F751F5;
}
</style>
background-color css
<style>
a { background-color: #F751F5; }
a { background-color: rgb(247,81,245); }
div.DivClassName
{
background-color: #F751F5;
}
.BgClassName
{
background-color: #F751F5;
}
</style>
border-color css
<style>
span { border-color: #F751F5; }
span { border-color: rgb(247,81,245); }
td.TdClassName
{
border-color: #F751F5;
}
.TagClassName
{
border-color: #F751F5;
}
</style>