Shades of Pink Flamingo #FF47F4
Tints of Pink Flamingo #FF47F4
RGB
CMYK
RGB Variations
Color information
#FF47F4 (or 0xFF47F4) is known color: Pink Flamingo. HEX triplet: FF, 47 and F4. RGB value is (255,71,244). Sum of RGB (Red+Green+Blue) = 255+71+244=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 71 (28.12% from 255 or 12.46% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF47F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FF47F4 is #00B80B. Grayscale: #919191. Windows color (decimal): -47116 or 16009215. OLE color: 16009215.
HSL color Cylindrical-coordinate representation of color #FF47F4: hue angle of 303.59º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FF47F4 is Cyan = 0, Magento = 0.72, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 244 | - |
| CMYK | 0 | 0.72 | 0.04 | 0 |
| HSL | 303.59º | 1% | 0.64% | - |
| HSV(B) | 303.59º | 0.72% | 1% | - |
| XYZ | 59.82 | 32.3 | 88.67 | - |
| YUV | 145.74 | 183.46 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 244 | 0 | 0.72 | 0.04 | 0 | 303.59 | 1 | 0.64 |
| Hex | FF | 47 | F4 | 0 | 48 | 4 | 0 | 130 | 64 | 40 |
| Octal | 377 | 107 | 364 | 0 | 110 | 4 | 0 | 460 | 144 | 100 |
| Binary | 11111111 | 1000111 | 11110100 | 0 | 1001000 | 100 | 0 | 100110000 | 1100100 | 1000000 |
Color Harmonies of #FF47F4
Complementary color
Monochromatic Colors of #FF47F4
Black with #FF47F4
Text Example
Text Example
White with #FF47F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF47F4; }
p { color: rgb(255,71,244); }
H1.HeaderClassName
{
color: #FF47F4;
}
.AnyTagClassName
{
color: #FF47F4;
}
</style>
background-color css
<style>
a { background-color: #FF47F4; }
a { background-color: rgb(255,71,244); }
div.DivClassName
{
background-color: #FF47F4;
}
.BgClassName
{
background-color: #FF47F4;
}
</style>
border-color css
<style>
span { border-color: #FF47F4; }
span { border-color: rgb(255,71,244); }
td.TdClassName
{
border-color: #FF47F4;
}
.TagClassName
{
border-color: #FF47F4;
}
</style>