Shades of Pink Flamingo #FF3FF7
Tints of Pink Flamingo #FF3FF7
RGB
CMYK
RGB Variations
Color information
#FF3FF7 (or 0xFF3FF7) is known color: Pink Flamingo. HEX triplet: FF, 3F and F7. RGB value is (255,63,247). Sum of RGB (Red+Green+Blue) = 255+63+247=565 (74% of max value = 765). Red value is 255 (100% from 255 or 45.13% from 565); Green value is 63 (25% from 255 or 11.15% from 565); Blue value is 247 (96.88% from 255 or 43.72% from 565); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3FF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3FF7 is #00C008. Grayscale: #8C8C8C. Windows color (decimal): -49161 or 16203775. OLE color: 16203775.
HSL color Cylindrical-coordinate representation of color #FF3FF7: hue angle of 302.5º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FF3FF7 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 247 | - |
| CMYK | 0 | 0.75 | 0.03 | 0 |
| HSL | 302.5º | 1% | 0.62% | - |
| HSV(B) | 302.5º | 0.75% | 1% | - |
| XYZ | 59.81 | 31.53 | 90.93 | - |
| YUV | 141.38 | 187.61 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 247 | 0 | 0.75 | 0.03 | 0 | 302.5 | 1 | 0.62 |
| Hex | FF | 3F | F7 | 0 | 4B | 3 | 0 | 12E | 64 | 3E |
| Octal | 377 | 77 | 367 | 0 | 113 | 3 | 0 | 456 | 144 | 76 |
| Binary | 11111111 | 111111 | 11110111 | 0 | 1001011 | 11 | 0 | 100101110 | 1100100 | 111110 |
Color Harmonies of #FF3FF7
Complementary color
Monochromatic Colors of #FF3FF7
Black with #FF3FF7
Text Example
Text Example
White with #FF3FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3FF7; }
p { color: rgb(255,63,247); }
H1.HeaderClassName
{
color: #FF3FF7;
}
.AnyTagClassName
{
color: #FF3FF7;
}
</style>
background-color css
<style>
a { background-color: #FF3FF7; }
a { background-color: rgb(255,63,247); }
div.DivClassName
{
background-color: #FF3FF7;
}
.BgClassName
{
background-color: #FF3FF7;
}
</style>
border-color css
<style>
span { border-color: #FF3FF7; }
span { border-color: rgb(255,63,247); }
td.TdClassName
{
border-color: #FF3FF7;
}
.TagClassName
{
border-color: #FF3FF7;
}
</style>