Shades of Pink Flamingo #F75FFE
Tints of Pink Flamingo #F75FFE
RGB
CMYK
RGB Variations
Color information
#F75FFE (or 0xF75FFE) is known color: Pink Flamingo. HEX triplet: F7, 5F and FE. RGB value is (247,95,254). Sum of RGB (Red+Green+Blue) = 247+95+254=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 95 (37.5% from 255 or 15.94% from 596); Blue value is 254 (99.61% from 255 or 42.62% from 596); Max value from RGB is 254 - color contains mainly: blue. Hex color #F75FFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F75FFE is #08A001. Grayscale: #9E9E9E. Windows color (decimal): -565250 or 16670711. OLE color: 16670711.
HSL color Cylindrical-coordinate representation of color #F75FFE: hue angle of 297.36º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F75FFE is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 95 | 254 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.00 |
| HSL | 297.36º | 0.99% | 0.68% | - |
| HSV(B) | 297.36º | 0.63% | 1% | - |
| XYZ | 60.34 | 35.11 | 97.36 | - |
| YUV | 158.57 | 181.86 | 191.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 95 | 254 | 0.03 | 0.63 | 0 | 0.00 | 297.36 | 0.99 | 0.68 |
| Hex | F7 | 5F | FE | 3 | 3F | 0 | 0 | 129 | 63 | 44 |
| Octal | 367 | 137 | 376 | 3 | 77 | 0 | 0 | 451 | 143 | 104 |
| Binary | 11110111 | 1011111 | 11111110 | 11 | 111111 | 0 | 0 | 100101001 | 1100011 | 1000100 |
Color Harmonies of #F75FFE
Complementary color
Monochromatic Colors of #F75FFE
Black with #F75FFE
Text Example
Text Example
White with #F75FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F75FFE; }
p { color: rgb(247,95,254); }
H1.HeaderClassName
{
color: #F75FFE;
}
.AnyTagClassName
{
color: #F75FFE;
}
</style>
background-color css
<style>
a { background-color: #F75FFE; }
a { background-color: rgb(247,95,254); }
div.DivClassName
{
background-color: #F75FFE;
}
.BgClassName
{
background-color: #F75FFE;
}
</style>
border-color css
<style>
span { border-color: #F75FFE; }
span { border-color: rgb(247,95,254); }
td.TdClassName
{
border-color: #F75FFE;
}
.TagClassName
{
border-color: #F75FFE;
}
</style>