Shades of Pink Flamingo #F34DF7
Tints of Pink Flamingo #F34DF7
RGB
CMYK
RGB Variations
Color information
#F34DF7 (or 0xF34DF7) is known color: Pink Flamingo. HEX triplet: F3, 4D and F7. RGB value is (243,77,247). Sum of RGB (Red+Green+Blue) = 243+77+247=567 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.86% from 567); Green value is 77 (30.47% from 255 or 13.58% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #F34DF7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F34DF7 is #0CB208. Grayscale: #919191. Windows color (decimal): -832009 or 16207347. OLE color: 16207347.
HSL color Cylindrical-coordinate representation of color #F34DF7: hue angle of 298.59º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F34DF7 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 243 | 77 | 247 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.03 |
| HSL | 298.59º | 0.91% | 0.64% | - |
| HSV(B) | 298.59º | 0.69% | 0.97% | - |
| XYZ | 56.4 | 31.08 | 91.02 | - |
| YUV | 146.01 | 185 | 197.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 77 | 247 | 0.02 | 0.69 | 0 | 0.03 | 298.59 | 0.91 | 0.64 |
| Hex | F3 | 4D | F7 | 2 | 45 | 0 | 3 | 12B | 5B | 40 |
| Octal | 363 | 115 | 367 | 2 | 105 | 0 | 3 | 453 | 133 | 100 |
| Binary | 11110011 | 1001101 | 11110111 | 10 | 1000101 | 0 | 11 | 100101011 | 1011011 | 1000000 |
Color Harmonies of #F34DF7
Complementary color
Monochromatic Colors of #F34DF7
Black with #F34DF7
Text Example
Text Example
White with #F34DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F34DF7; }
p { color: rgb(243,77,247); }
H1.HeaderClassName
{
color: #F34DF7;
}
.AnyTagClassName
{
color: #F34DF7;
}
</style>
background-color css
<style>
a { background-color: #F34DF7; }
a { background-color: rgb(243,77,247); }
div.DivClassName
{
background-color: #F34DF7;
}
.BgClassName
{
background-color: #F34DF7;
}
</style>
border-color css
<style>
span { border-color: #F34DF7; }
span { border-color: rgb(243,77,247); }
td.TdClassName
{
border-color: #F34DF7;
}
.TagClassName
{
border-color: #F34DF7;
}
</style>