Shades of Pink Flamingo #FF57F3
Tints of Pink Flamingo #FF57F3
RGB
CMYK
RGB Variations
Color information
#FF57F3 (or 0xFF57F3) is known color: Pink Flamingo. HEX triplet: FF, 57 and F3. RGB value is (255,87,243). Sum of RGB (Red+Green+Blue) = 255+87+243=585 (77% of max value = 765). Red value is 255 (100% from 255 or 43.59% from 585); Green value is 87 (34.38% from 255 or 14.87% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 255 - color contains mainly: red. Hex color #FF57F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF57F3 is #00A80C. Grayscale: #9A9A9A. Windows color (decimal): -43021 or 15947775. OLE color: 15947775.
HSL color Cylindrical-coordinate representation of color #FF57F3: hue angle of 304.29º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FF57F3 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 87 | 243 | - |
| CMYK | 0 | 0.66 | 0.05 | 0 |
| HSL | 304.29º | 1% | 0.67% | - |
| HSV(B) | 304.29º | 0.66% | 1% | - |
| XYZ | 60.83 | 34.55 | 88.26 | - |
| YUV | 155.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 87 | 243 | 0 | 0.66 | 0.05 | 0 | 304.29 | 1 | 0.67 |
| Hex | FF | 57 | F3 | 0 | 42 | 5 | 0 | 130 | 64 | 43 |
| Octal | 377 | 127 | 363 | 0 | 102 | 5 | 0 | 460 | 144 | 103 |
| Binary | 11111111 | 1010111 | 11110011 | 0 | 1000010 | 101 | 0 | 100110000 | 1100100 | 1000011 |
Color Harmonies of #FF57F3
Complementary color
Monochromatic Colors of #FF57F3
Black with #FF57F3
Text Example
Text Example
White with #FF57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF57F3; }
p { color: rgb(255,87,243); }
H1.HeaderClassName
{
color: #FF57F3;
}
.AnyTagClassName
{
color: #FF57F3;
}
</style>
background-color css
<style>
a { background-color: #FF57F3; }
a { background-color: rgb(255,87,243); }
div.DivClassName
{
background-color: #FF57F3;
}
.BgClassName
{
background-color: #FF57F3;
}
</style>
border-color css
<style>
span { border-color: #FF57F3; }
span { border-color: rgb(255,87,243); }
td.TdClassName
{
border-color: #FF57F3;
}
.TagClassName
{
border-color: #FF57F3;
}
</style>