Shades of Pink Flamingo #FA55F2
Tints of Pink Flamingo #FA55F2
RGB
CMYK
RGB Variations
Color information
#FA55F2 (or 0xFA55F2) is known color: Pink Flamingo. HEX triplet: FA, 55 and F2. RGB value is (250,85,242). Sum of RGB (Red+Green+Blue) = 250+85+242=577 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.33% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 250 - color contains mainly: red. Hex color #FA55F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55F2 is #05AA0D. Grayscale: #979797. Windows color (decimal): -371214 or 15881722. OLE color: 15881722.
HSL color Cylindrical-coordinate representation of color #FA55F2: hue angle of 302.91º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FA55F2 is Cyan = 0, Magento = 0.66, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 242 | - |
| CMYK | 0 | 0.66 | 0.03 | 0.02 |
| HSL | 302.91º | 0.94% | 0.66% | - |
| HSV(B) | 302.91º | 0.66% | 0.98% | - |
| XYZ | 58.7 | 33.23 | 87.32 | - |
| YUV | 152.23 | 178.66 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 242 | 0 | 0.66 | 0.03 | 0.02 | 302.91 | 0.94 | 0.66 |
| Hex | FA | 55 | F2 | 0 | 42 | 3 | 2 | 12F | 5E | 42 |
| Octal | 372 | 125 | 362 | 0 | 102 | 3 | 2 | 457 | 136 | 102 |
| Binary | 11111010 | 1010101 | 11110010 | 0 | 1000010 | 11 | 10 | 100101111 | 1011110 | 1000010 |
Color Harmonies of #FA55F2
Complementary color
Monochromatic Colors of #FA55F2
Black with #FA55F2
Text Example
Text Example
White with #FA55F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55F2; }
p { color: rgb(250,85,242); }
H1.HeaderClassName
{
color: #FA55F2;
}
.AnyTagClassName
{
color: #FA55F2;
}
</style>
background-color css
<style>
a { background-color: #FA55F2; }
a { background-color: rgb(250,85,242); }
div.DivClassName
{
background-color: #FA55F2;
}
.BgClassName
{
background-color: #FA55F2;
}
</style>
border-color css
<style>
span { border-color: #FA55F2; }
span { border-color: rgb(250,85,242); }
td.TdClassName
{
border-color: #FA55F2;
}
.TagClassName
{
border-color: #FA55F2;
}
</style>