Shades of Pink Flamingo #FA4AF3
Tints of Pink Flamingo #FA4AF3
RGB
CMYK
RGB Variations
Color information
#FA4AF3 (or 0xFA4AF3) is known color: Pink Flamingo. HEX triplet: FA, 4A and F3. RGB value is (250,74,243). Sum of RGB (Red+Green+Blue) = 250+74+243=567 (75% of max value = 765). Red value is 250 (98.05% from 255 or 44.09% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 243 (95.31% from 255 or 42.86% from 567); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4AF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA4AF3 is #05B50C. Grayscale: #919191. Windows color (decimal): -374029 or 15944442. OLE color: 15944442.
HSL color Cylindrical-coordinate representation of color #FA4AF3: hue angle of 302.39º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FA4AF3 is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 74 | 243 | - |
| CMYK | 0 | 0.70 | 0.03 | 0.02 |
| HSL | 302.39º | 0.95% | 0.64% | - |
| HSV(B) | 302.39º | 0.7% | 0.98% | - |
| XYZ | 58.05 | 31.69 | 87.85 | - |
| YUV | 145.89 | 182.81 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 74 | 243 | 0 | 0.70 | 0.03 | 0.02 | 302.39 | 0.95 | 0.64 |
| Hex | FA | 4A | F3 | 0 | 46 | 3 | 2 | 12E | 5F | 40 |
| Octal | 372 | 112 | 363 | 0 | 106 | 3 | 2 | 456 | 137 | 100 |
| Binary | 11111010 | 1001010 | 11110011 | 0 | 1000110 | 11 | 10 | 100101110 | 1011111 | 1000000 |
Color Harmonies of #FA4AF3
Complementary color
Monochromatic Colors of #FA4AF3
Black with #FA4AF3
Text Example
Text Example
White with #FA4AF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4AF3; }
p { color: rgb(250,74,243); }
H1.HeaderClassName
{
color: #FA4AF3;
}
.AnyTagClassName
{
color: #FA4AF3;
}
</style>
background-color css
<style>
a { background-color: #FA4AF3; }
a { background-color: rgb(250,74,243); }
div.DivClassName
{
background-color: #FA4AF3;
}
.BgClassName
{
background-color: #FA4AF3;
}
</style>
border-color css
<style>
span { border-color: #FA4AF3; }
span { border-color: rgb(250,74,243); }
td.TdClassName
{
border-color: #FA4AF3;
}
.TagClassName
{
border-color: #FA4AF3;
}
</style>