Shades of Pink Flamingo #FF4FF7
Tints of Pink Flamingo #FF4FF7
RGB
CMYK
RGB Variations
Color information
#FF4FF7 (or 0xFF4FF7) is known color: Pink Flamingo. HEX triplet: FF, 4F and F7. RGB value is (255,79,247). Sum of RGB (Red+Green+Blue) = 255+79+247=581 (76% of max value = 765). Red value is 255 (100% from 255 or 43.89% from 581); Green value is 79 (31.25% from 255 or 13.60% from 581); Blue value is 247 (96.88% from 255 or 42.51% from 581); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4FF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF4FF7 is #00B008. Grayscale: #969696. Windows color (decimal): -45065 or 16207871. OLE color: 16207871.
HSL color Cylindrical-coordinate representation of color #FF4FF7: hue angle of 302.73º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF4FF7 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 79 | 247 | - |
| CMYK | 0 | 0.69 | 0.03 | 0 |
| HSL | 302.73º | 1% | 0.65% | - |
| HSV(B) | 302.73º | 0.69% | 1% | - |
| XYZ | 60.82 | 33.57 | 91.27 | - |
| YUV | 150.78 | 182.31 | 202.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 79 | 247 | 0 | 0.69 | 0.03 | 0 | 302.73 | 1 | 0.65 |
| Hex | FF | 4F | F7 | 0 | 45 | 3 | 0 | 12F | 64 | 41 |
| Octal | 377 | 117 | 367 | 0 | 105 | 3 | 0 | 457 | 144 | 101 |
| Binary | 11111111 | 1001111 | 11110111 | 0 | 1000101 | 11 | 0 | 100101111 | 1100100 | 1000001 |
Color Harmonies of #FF4FF7
Complementary color
Monochromatic Colors of #FF4FF7
Black with #FF4FF7
Text Example
Text Example
White with #FF4FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4FF7; }
p { color: rgb(255,79,247); }
H1.HeaderClassName
{
color: #FF4FF7;
}
.AnyTagClassName
{
color: #FF4FF7;
}
</style>
background-color css
<style>
a { background-color: #FF4FF7; }
a { background-color: rgb(255,79,247); }
div.DivClassName
{
background-color: #FF4FF7;
}
.BgClassName
{
background-color: #FF4FF7;
}
</style>
border-color css
<style>
span { border-color: #FF4FF7; }
span { border-color: rgb(255,79,247); }
td.TdClassName
{
border-color: #FF4FF7;
}
.TagClassName
{
border-color: #FF4FF7;
}
</style>