Shades of Pink Flamingo #FF50F3
Tints of Pink Flamingo #FF50F3
RGB
CMYK
RGB Variations
Color information
#FF50F3 (or 0xFF50F3) is known color: Pink Flamingo. HEX triplet: FF, 50 and F3. RGB value is (255,80,243). Sum of RGB (Red+Green+Blue) = 255+80+243=578 (76% of max value = 765). Red value is 255 (100% from 255 or 44.12% from 578); Green value is 80 (31.64% from 255 or 13.84% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 255 - color contains mainly: red. Hex color #FF50F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF50F3 is #00AF0C. Grayscale: #969696. Windows color (decimal): -44813 or 15945983. OLE color: 15945983.
HSL color Cylindrical-coordinate representation of color #FF50F3: hue angle of 304.11º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FF50F3 is Cyan = 0, Magento = 0.69, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 80 | 243 | - |
| CMYK | 0 | 0.69 | 0.05 | 0 |
| HSL | 304.11º | 1% | 0.66% | - |
| HSV(B) | 304.11º | 0.69% | 1% | - |
| XYZ | 60.29 | 33.47 | 88.08 | - |
| YUV | 150.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 80 | 243 | 0 | 0.69 | 0.05 | 0 | 304.11 | 1 | 0.66 |
| Hex | FF | 50 | F3 | 0 | 45 | 5 | 0 | 130 | 64 | 42 |
| Octal | 377 | 120 | 363 | 0 | 105 | 5 | 0 | 460 | 144 | 102 |
| Binary | 11111111 | 1010000 | 11110011 | 0 | 1000101 | 101 | 0 | 100110000 | 1100100 | 1000010 |
Color Harmonies of #FF50F3
Complementary color
Monochromatic Colors of #FF50F3
Black with #FF50F3
Text Example
Text Example
White with #FF50F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF50F3; }
p { color: rgb(255,80,243); }
H1.HeaderClassName
{
color: #FF50F3;
}
.AnyTagClassName
{
color: #FF50F3;
}
</style>
background-color css
<style>
a { background-color: #FF50F3; }
a { background-color: rgb(255,80,243); }
div.DivClassName
{
background-color: #FF50F3;
}
.BgClassName
{
background-color: #FF50F3;
}
</style>
border-color css
<style>
span { border-color: #FF50F3; }
span { border-color: rgb(255,80,243); }
td.TdClassName
{
border-color: #FF50F3;
}
.TagClassName
{
border-color: #FF50F3;
}
</style>