Shades of Pink Flamingo #F751F2
Tints of Pink Flamingo #F751F2
RGB
CMYK
RGB Variations
Color information
#F751F2 (or 0xF751F2) is known color: Pink Flamingo. HEX triplet: F7, 51 and F2. RGB value is (247,81,242). Sum of RGB (Red+Green+Blue) = 247+81+242=570 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.33% from 570); Green value is 81 (32.03% from 255 or 14.21% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 247 - color contains mainly: red. Hex color #F751F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F751F2 is #08AE0D. Grayscale: #949494. Windows color (decimal): -568846 or 15880695. OLE color: 15880695.
HSL color Cylindrical-coordinate representation of color #F751F2: hue angle of 301.81º 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 #F751F2 is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 81 | 242 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.03 |
| HSL | 301.81º | 0.91% | 0.64% | - |
| HSV(B) | 301.81º | 0.67% | 0.97% | - |
| XYZ | 57.33 | 32.07 | 87.17 | - |
| YUV | 148.99 | 180.5 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 81 | 242 | 0 | 0.67 | 0.02 | 0.03 | 301.81 | 0.91 | 0.64 |
| Hex | F7 | 51 | F2 | 0 | 43 | 2 | 3 | 12E | 5B | 40 |
| Octal | 367 | 121 | 362 | 0 | 103 | 2 | 3 | 456 | 133 | 100 |
| Binary | 11110111 | 1010001 | 11110010 | 0 | 1000011 | 10 | 11 | 100101110 | 1011011 | 1000000 |
Color Harmonies of #F751F2
Complementary color
Monochromatic Colors of #F751F2
Black with #F751F2
Text Example
Text Example
White with #F751F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F751F2; }
p { color: rgb(247,81,242); }
H1.HeaderClassName
{
color: #F751F2;
}
.AnyTagClassName
{
color: #F751F2;
}
</style>
background-color css
<style>
a { background-color: #F751F2; }
a { background-color: rgb(247,81,242); }
div.DivClassName
{
background-color: #F751F2;
}
.BgClassName
{
background-color: #F751F2;
}
</style>
border-color css
<style>
span { border-color: #F751F2; }
span { border-color: rgb(247,81,242); }
td.TdClassName
{
border-color: #F751F2;
}
.TagClassName
{
border-color: #F751F2;
}
</style>