Shades of Pink Flamingo #FA49FD
Tints of Pink Flamingo #FA49FD
RGB
CMYK
RGB Variations
Color information
#FA49FD (or 0xFA49FD) is known color: Pink Flamingo. HEX triplet: FA, 49 and FD. RGB value is (250,73,253). Sum of RGB (Red+Green+Blue) = 250+73+253=576 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.40% from 576); Green value is 73 (28.91% from 255 or 12.67% from 576); Blue value is 253 (99.22% from 255 or 43.92% from 576); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA49FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA49FD is #05B602. Grayscale: #919191. Windows color (decimal): -374275 or 16599546. OLE color: 16599546.
HSL color Cylindrical-coordinate representation of color #FA49FD: hue angle of 299º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA49FD is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 73 | 253 | - |
| CMYK | 0.01 | 0.71 | 0 | 0.01 |
| HSL | 299º | 0.98% | 0.64% | - |
| HSV(B) | 299º | 0.71% | 0.99% | - |
| XYZ | 59.54 | 32.18 | 96 | - |
| YUV | 146.44 | 188.14 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 73 | 253 | 0.01 | 0.71 | 0 | 0.01 | 299 | 0.98 | 0.64 |
| Hex | FA | 49 | FD | 1 | 47 | 0 | 1 | 12B | 62 | 40 |
| Octal | 372 | 111 | 375 | 1 | 107 | 0 | 1 | 453 | 142 | 100 |
| Binary | 11111010 | 1001001 | 11111101 | 1 | 1000111 | 0 | 1 | 100101011 | 1100010 | 1000000 |
Color Harmonies of #FA49FD
Complementary color
Monochromatic Colors of #FA49FD
Black with #FA49FD
Text Example
Text Example
White with #FA49FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA49FD; }
p { color: rgb(250,73,253); }
H1.HeaderClassName
{
color: #FA49FD;
}
.AnyTagClassName
{
color: #FA49FD;
}
</style>
background-color css
<style>
a { background-color: #FA49FD; }
a { background-color: rgb(250,73,253); }
div.DivClassName
{
background-color: #FA49FD;
}
.BgClassName
{
background-color: #FA49FD;
}
</style>
border-color css
<style>
span { border-color: #FA49FD; }
span { border-color: rgb(250,73,253); }
td.TdClassName
{
border-color: #FA49FD;
}
.TagClassName
{
border-color: #FA49FD;
}
</style>