Shades of Pink Flamingo #FF3DF7
Tints of Pink Flamingo #FF3DF7
RGB
CMYK
RGB Variations
Color information
#FF3DF7 (or 0xFF3DF7) is known color: Pink Flamingo. HEX triplet: FF, 3D and F7. RGB value is (255,61,247). Sum of RGB (Red+Green+Blue) = 255+61+247=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 61 (24.22% from 255 or 10.83% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF3DF7 is #00C208. Grayscale: #8B8B8B. Windows color (decimal): -49673 or 16203263. OLE color: 16203263.
HSL color Cylindrical-coordinate representation of color #FF3DF7: hue angle of 302.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DF7 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 247 | - |
| CMYK | 0 | 0.76 | 0.03 | 0 |
| HSL | 302.47º | 1% | 0.62% | - |
| HSV(B) | 302.47º | 0.76% | 1% | - |
| XYZ | 59.7 | 31.31 | 90.89 | - |
| YUV | 140.21 | 188.27 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 247 | 0 | 0.76 | 0.03 | 0 | 302.47 | 1 | 0.62 |
| Hex | FF | 3D | F7 | 0 | 4C | 3 | 0 | 12E | 64 | 3E |
| Octal | 377 | 75 | 367 | 0 | 114 | 3 | 0 | 456 | 144 | 76 |
| Binary | 11111111 | 111101 | 11110111 | 0 | 1001100 | 11 | 0 | 100101110 | 1100100 | 111110 |
Color Harmonies of #FF3DF7
Complementary color
Monochromatic Colors of #FF3DF7
Black with #FF3DF7
Text Example
Text Example
White with #FF3DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3DF7; }
p { color: rgb(255,61,247); }
H1.HeaderClassName
{
color: #FF3DF7;
}
.AnyTagClassName
{
color: #FF3DF7;
}
</style>
background-color css
<style>
a { background-color: #FF3DF7; }
a { background-color: rgb(255,61,247); }
div.DivClassName
{
background-color: #FF3DF7;
}
.BgClassName
{
background-color: #FF3DF7;
}
</style>
border-color css
<style>
span { border-color: #FF3DF7; }
span { border-color: rgb(255,61,247); }
td.TdClassName
{
border-color: #FF3DF7;
}
.TagClassName
{
border-color: #FF3DF7;
}
</style>