Shades of Pink Flamingo #FA4AFB
Tints of Pink Flamingo #FA4AFB
RGB
CMYK
RGB Variations
Color information
#FA4AFB (or 0xFA4AFB) is known color: Pink Flamingo. HEX triplet: FA, 4A and FB. RGB value is (250,74,251). Sum of RGB (Red+Green+Blue) = 250+74+251=575 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.48% from 575); Green value is 74 (29.30% from 255 or 12.87% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA4AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AFB is #05B504. Grayscale: #929292. Windows color (decimal): -374021 or 16468730. OLE color: 16468730.
HSL color Cylindrical-coordinate representation of color #FA4AFB: hue angle of 299.66º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FA4AFB is Cyan = 0.00, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 251 | - |
| CMYK | 0.00 | 0.71 | 0 | 0.02 |
| HSL | 299.66º | 0.96% | 0.64% | - |
| HSV(B) | 299.66º | 0.71% | 0.98% | - |
| XYZ | 59.29 | 32.19 | 94.35 | - |
| YUV | 146.8 | 186.81 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 251 | 0.00 | 0.71 | 0 | 0.02 | 299.66 | 0.96 | 0.64 |
| Hex | FA | 4A | FB | 0 | 47 | 0 | 2 | 12C | 60 | 40 |
| Octal | 372 | 112 | 373 | 0 | 107 | 0 | 2 | 454 | 140 | 100 |
| Binary | 11111010 | 1001010 | 11111011 | 0 | 1000111 | 0 | 10 | 100101100 | 1100000 | 1000000 |
Color Harmonies of #FA4AFB
Complementary color
Monochromatic Colors of #FA4AFB
Black with #FA4AFB
Text Example
Text Example
White with #FA4AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AFB; }
p { color: rgb(250,74,251); }
H1.HeaderClassName
{
color: #FA4AFB;
}
.AnyTagClassName
{
color: #FA4AFB;
}
</style>
background-color css
<style>
a { background-color: #FA4AFB; }
a { background-color: rgb(250,74,251); }
div.DivClassName
{
background-color: #FA4AFB;
}
.BgClassName
{
background-color: #FA4AFB;
}
</style>
border-color css
<style>
span { border-color: #FA4AFB; }
span { border-color: rgb(250,74,251); }
td.TdClassName
{
border-color: #FA4AFB;
}
.TagClassName
{
border-color: #FA4AFB;
}
</style>