Shades of Pink Flamingo #F651F5
Tints of Pink Flamingo #F651F5
RGB
CMYK
RGB Variations
Color information
#F651F5 (or 0xF651F5) is known color: Pink Flamingo. HEX triplet: F6, 51 and F5. RGB value is (246,81,245). Sum of RGB (Red+Green+Blue) = 246+81+245=572 (75% of max value = 765). Red value is 246 (96.48% from 255 or 43.01% from 572); Green value is 81 (32.03% from 255 or 14.16% from 572); Blue value is 245 (96.09% from 255 or 42.83% from 572); Max value from RGB is 246 - color contains mainly: red. Hex color #F651F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F651F5 is #09AE0A. Grayscale: #949494. Windows color (decimal): -634379 or 16077302. OLE color: 16077302.
HSL color Cylindrical-coordinate representation of color #F651F5: hue angle of 300.36º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F651F5 is Cyan = 0, Magento = 0.67, Yellow = 0.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 81 | 245 | - |
| CMYK | 0 | 0.67 | 0.00 | 0.04 |
| HSL | 300.36º | 0.9% | 0.64% | - |
| HSV(B) | 300.36º | 0.67% | 0.96% | - |
| XYZ | 57.43 | 32.07 | 89.55 | - |
| YUV | 149.03 | 182.16 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 81 | 245 | 0 | 0.67 | 0.00 | 0.04 | 300.36 | 0.9 | 0.64 |
| Hex | F6 | 51 | F5 | 0 | 43 | 0 | 4 | 12C | 5A | 40 |
| Octal | 366 | 121 | 365 | 0 | 103 | 0 | 4 | 454 | 132 | 100 |
| Binary | 11110110 | 1010001 | 11110101 | 0 | 1000011 | 0 | 100 | 100101100 | 1011010 | 1000000 |
Color Harmonies of #F651F5
Complementary color
Monochromatic Colors of #F651F5
Black with #F651F5
Text Example
Text Example
White with #F651F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F651F5; }
p { color: rgb(246,81,245); }
H1.HeaderClassName
{
color: #F651F5;
}
.AnyTagClassName
{
color: #F651F5;
}
</style>
background-color css
<style>
a { background-color: #F651F5; }
a { background-color: rgb(246,81,245); }
div.DivClassName
{
background-color: #F651F5;
}
.BgClassName
{
background-color: #F651F5;
}
</style>
border-color css
<style>
span { border-color: #F651F5; }
span { border-color: rgb(246,81,245); }
td.TdClassName
{
border-color: #F651F5;
}
.TagClassName
{
border-color: #F651F5;
}
</style>