Shades of Pink Flamingo #F755FE
Tints of Pink Flamingo #F755FE
RGB
CMYK
RGB Variations
Color information
#F755FE (or 0xF755FE) is known color: Pink Flamingo. HEX triplet: F7, 55 and FE. RGB value is (247,85,254). Sum of RGB (Red+Green+Blue) = 247+85+254=586 (77% of max value = 765). Red value is 247 (96.88% from 255 or 42.15% from 586); Green value is 85 (33.59% from 255 or 14.51% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #F755FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F755FE is #08AA01. Grayscale: #989898. Windows color (decimal): -567810 or 16668151. OLE color: 16668151.
HSL color Cylindrical-coordinate representation of color #F755FE: hue angle of 297.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F755FE is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 85 | 254 | - |
| CMYK | 0.03 | 0.67 | 0 | 0.00 |
| HSL | 297.51º | 0.99% | 0.66% | - |
| HSV(B) | 297.51º | 0.67% | 1% | - |
| XYZ | 59.5 | 33.43 | 97.08 | - |
| YUV | 152.7 | 185.17 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 85 | 254 | 0.03 | 0.67 | 0 | 0.00 | 297.51 | 0.99 | 0.66 |
| Hex | F7 | 55 | FE | 3 | 43 | 0 | 0 | 12A | 63 | 42 |
| Octal | 367 | 125 | 376 | 3 | 103 | 0 | 0 | 452 | 143 | 102 |
| Binary | 11110111 | 1010101 | 11111110 | 11 | 1000011 | 0 | 0 | 100101010 | 1100011 | 1000010 |
Color Harmonies of #F755FE
Complementary color
Monochromatic Colors of #F755FE
Black with #F755FE
Text Example
Text Example
White with #F755FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F755FE; }
p { color: rgb(247,85,254); }
H1.HeaderClassName
{
color: #F755FE;
}
.AnyTagClassName
{
color: #F755FE;
}
</style>
background-color css
<style>
a { background-color: #F755FE; }
a { background-color: rgb(247,85,254); }
div.DivClassName
{
background-color: #F755FE;
}
.BgClassName
{
background-color: #F755FE;
}
</style>
border-color css
<style>
span { border-color: #F755FE; }
span { border-color: rgb(247,85,254); }
td.TdClassName
{
border-color: #F755FE;
}
.TagClassName
{
border-color: #F755FE;
}
</style>