Shades of Pink Flamingo #F554F3
Tints of Pink Flamingo #F554F3
RGB
CMYK
RGB Variations
Color information
#F554F3 (or 0xF554F3) is known color: Pink Flamingo. HEX triplet: F5, 54 and F3. RGB value is (245,84,243). Sum of RGB (Red+Green+Blue) = 245+84+243=572 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.83% from 572); Green value is 84 (33.20% from 255 or 14.69% from 572); Blue value is 243 (95.31% from 255 or 42.48% from 572); Max value from RGB is 245 - color contains mainly: red. Hex color #F554F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F554F3 is #0AAB0C. Grayscale: #959595. Windows color (decimal): -699149 or 15946997. OLE color: 15946997.
HSL color Cylindrical-coordinate representation of color #F554F3: hue angle of 300.75º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F554F3 is Cyan = 0, Magento = 0.66, Yellow = 0.01 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 84 | 243 | - |
| CMYK | 0 | 0.66 | 0.01 | 0.04 |
| HSL | 300.75º | 0.89% | 0.65% | - |
| HSV(B) | 300.75º | 0.66% | 0.96% | - |
| XYZ | 57 | 32.22 | 88.01 | - |
| YUV | 150.27 | 180.34 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 84 | 243 | 0 | 0.66 | 0.01 | 0.04 | 300.75 | 0.89 | 0.65 |
| Hex | F5 | 54 | F3 | 0 | 42 | 1 | 4 | 12D | 59 | 41 |
| Octal | 365 | 124 | 363 | 0 | 102 | 1 | 4 | 455 | 131 | 101 |
| Binary | 11110101 | 1010100 | 11110011 | 0 | 1000010 | 1 | 100 | 100101101 | 1011001 | 1000001 |
Color Harmonies of #F554F3
Complementary color
Monochromatic Colors of #F554F3
Black with #F554F3
Text Example
Text Example
White with #F554F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F554F3; }
p { color: rgb(245,84,243); }
H1.HeaderClassName
{
color: #F554F3;
}
.AnyTagClassName
{
color: #F554F3;
}
</style>
background-color css
<style>
a { background-color: #F554F3; }
a { background-color: rgb(245,84,243); }
div.DivClassName
{
background-color: #F554F3;
}
.BgClassName
{
background-color: #F554F3;
}
</style>
border-color css
<style>
span { border-color: #F554F3; }
span { border-color: rgb(245,84,243); }
td.TdClassName
{
border-color: #F554F3;
}
.TagClassName
{
border-color: #F554F3;
}
</style>