Shades of Pink Flamingo #F755FF
Tints of Pink Flamingo #F755FF
RGB
CMYK
RGB Variations
Color information
#F755FF (or 0xF755FF) is known color: Pink Flamingo. HEX triplet: F7, 55 and FF. RGB value is (247,85,255). Sum of RGB (Red+Green+Blue) = 247+85+255=587 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.08% from 587); Green value is 85 (33.59% from 255 or 14.48% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #F755FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F755FF is #08AA00. Grayscale: #989898. Windows color (decimal): -567809 or 16733687. OLE color: 16733687.
HSL color Cylindrical-coordinate representation of color #F755FF: hue angle of 297.18º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F755FF is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 85 | 255 | - |
| CMYK | 0.03 | 0.67 | 0 | 0 |
| HSL | 297.18º | 1% | 0.67% | - |
| HSV(B) | 297.18º | 0.67% | 1% | - |
| XYZ | 59.66 | 33.49 | 97.93 | - |
| YUV | 152.82 | 185.67 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 255 | 0.03 | 0.67 | 0 | 0 | 297.18 | 1 | 0.67 |
| Hex | F7 | 55 | FF | 3 | 43 | 0 | 0 | 129 | 64 | 43 |
| Octal | 367 | 125 | 377 | 3 | 103 | 0 | 0 | 451 | 144 | 103 |
| Binary | 11110111 | 1010101 | 11111111 | 11 | 1000011 | 0 | 0 | 100101001 | 1100100 | 1000011 |
Color Harmonies of #F755FF
Complementary color
Monochromatic Colors of #F755FF
Black with #F755FF
Text Example
Text Example
White with #F755FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755FF; }
p { color: rgb(247,85,255); }
H1.HeaderClassName
{
color: #F755FF;
}
.AnyTagClassName
{
color: #F755FF;
}
</style>
background-color css
<style>
a { background-color: #F755FF; }
a { background-color: rgb(247,85,255); }
div.DivClassName
{
background-color: #F755FF;
}
.BgClassName
{
background-color: #F755FF;
}
</style>
border-color css
<style>
span { border-color: #F755FF; }
span { border-color: rgb(247,85,255); }
td.TdClassName
{
border-color: #F755FF;
}
.TagClassName
{
border-color: #F755FF;
}
</style>