Shades of Pink Flamingo #FA55FB
Tints of Pink Flamingo #FA55FB
RGB
CMYK
RGB Variations
Color information
#FA55FB (or 0xFA55FB) is known color: Pink Flamingo. HEX triplet: FA, 55 and FB. RGB value is (250,85,251). Sum of RGB (Red+Green+Blue) = 250+85+251=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 85 (33.59% from 255 or 14.51% from 586); Blue value is 251 (98.44% from 255 or 42.83% from 586); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA55FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA55FB is #05AA04. Grayscale: #989898. Windows color (decimal): -371205 or 16471546. OLE color: 16471546.
HSL color Cylindrical-coordinate representation of color #FA55FB: hue angle of 299.64º degrees, saturation: 0.95, 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 #FA55FB is Cyan = 0.00, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 85 | 251 | - |
| CMYK | 0.00 | 0.66 | 0 | 0.02 |
| HSL | 299.64º | 0.95% | 0.66% | - |
| HSV(B) | 299.64º | 0.66% | 0.98% | - |
| XYZ | 60.09 | 33.79 | 94.62 | - |
| YUV | 153.26 | 183.16 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 85 | 251 | 0.00 | 0.66 | 0 | 0.02 | 299.64 | 0.95 | 0.66 |
| Hex | FA | 55 | FB | 0 | 42 | 0 | 2 | 12C | 5F | 42 |
| Octal | 372 | 125 | 373 | 0 | 102 | 0 | 2 | 454 | 137 | 102 |
| Binary | 11111010 | 1010101 | 11111011 | 0 | 1000010 | 0 | 10 | 100101100 | 1011111 | 1000010 |
Color Harmonies of #FA55FB
Complementary color
Monochromatic Colors of #FA55FB
Black with #FA55FB
Text Example
Text Example
White with #FA55FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA55FB; }
p { color: rgb(250,85,251); }
H1.HeaderClassName
{
color: #FA55FB;
}
.AnyTagClassName
{
color: #FA55FB;
}
</style>
background-color css
<style>
a { background-color: #FA55FB; }
a { background-color: rgb(250,85,251); }
div.DivClassName
{
background-color: #FA55FB;
}
.BgClassName
{
background-color: #FA55FB;
}
</style>
border-color css
<style>
span { border-color: #FA55FB; }
span { border-color: rgb(250,85,251); }
td.TdClassName
{
border-color: #FA55FB;
}
.TagClassName
{
border-color: #FA55FB;
}
</style>