Shades of Pink Flamingo #F75CFF
Tints of Pink Flamingo #F75CFF
RGB
CMYK
RGB Variations
Color information
#F75CFF (or 0xF75CFF) is known color: Pink Flamingo. HEX triplet: F7, 5C and FF. RGB value is (247,92,255). Sum of RGB (Red+Green+Blue) = 247+92+255=594 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.58% from 594); Green value is 92 (36.33% from 255 or 15.49% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #F75CFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75CFF is #08A300. Grayscale: #9C9C9C. Windows color (decimal): -566017 or 16735479. OLE color: 16735479.
HSL color Cylindrical-coordinate representation of color #F75CFF: hue angle of 297.06º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F75CFF is Cyan = 0.03, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 92 | 255 | - |
| CMYK | 0.03 | 0.64 | 0 | 0 |
| HSL | 297.06º | 1% | 0.68% | - |
| HSV(B) | 297.06º | 0.64% | 1% | - |
| XYZ | 60.23 | 34.65 | 98.12 | - |
| YUV | 156.93 | 183.35 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 92 | 255 | 0.03 | 0.64 | 0 | 0 | 297.06 | 1 | 0.68 |
| Hex | F7 | 5C | FF | 3 | 40 | 0 | 0 | 129 | 64 | 44 |
| Octal | 367 | 134 | 377 | 3 | 100 | 0 | 0 | 451 | 144 | 104 |
| Binary | 11110111 | 1011100 | 11111111 | 11 | 1000000 | 0 | 0 | 100101001 | 1100100 | 1000100 |
Color Harmonies of #F75CFF
Complementary color
Monochromatic Colors of #F75CFF
Black with #F75CFF
Text Example
Text Example
White with #F75CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75CFF; }
p { color: rgb(247,92,255); }
H1.HeaderClassName
{
color: #F75CFF;
}
.AnyTagClassName
{
color: #F75CFF;
}
</style>
background-color css
<style>
a { background-color: #F75CFF; }
a { background-color: rgb(247,92,255); }
div.DivClassName
{
background-color: #F75CFF;
}
.BgClassName
{
background-color: #F75CFF;
}
</style>
border-color css
<style>
span { border-color: #F75CFF; }
span { border-color: rgb(247,92,255); }
td.TdClassName
{
border-color: #F75CFF;
}
.TagClassName
{
border-color: #F75CFF;
}
</style>