Shades of Pink Flamingo #FA4FF5
Tints of Pink Flamingo #FA4FF5
RGB
CMYK
RGB Variations
Color information
#FA4FF5 (or 0xFA4FF5) is known color: Pink Flamingo. HEX triplet: FA, 4F and F5. RGB value is (250,79,245). Sum of RGB (Red+Green+Blue) = 250+79+245=574 (76% of max value = 765). Red value is 250 (98.05% from 255 or 43.55% from 574); Green value is 79 (31.25% from 255 or 13.76% from 574); Blue value is 245 (96.09% from 255 or 42.68% from 574); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4FF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA4FF5 is #05B00A. Grayscale: #949494. Windows color (decimal): -372747 or 16076794. OLE color: 16076794.
HSL color Cylindrical-coordinate representation of color #FA4FF5: hue angle of 301.75º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FA4FF5 is Cyan = 0, Magento = 0.68, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 79 | 245 | - |
| CMYK | 0 | 0.68 | 0.02 | 0.02 |
| HSL | 301.75º | 0.94% | 0.65% | - |
| HSV(B) | 301.75º | 0.68% | 0.98% | - |
| XYZ | 58.7 | 32.51 | 89.57 | - |
| YUV | 149.05 | 182.15 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 79 | 245 | 0 | 0.68 | 0.02 | 0.02 | 301.75 | 0.94 | 0.65 |
| Hex | FA | 4F | F5 | 0 | 44 | 2 | 2 | 12E | 5E | 41 |
| Octal | 372 | 117 | 365 | 0 | 104 | 2 | 2 | 456 | 136 | 101 |
| Binary | 11111010 | 1001111 | 11110101 | 0 | 1000100 | 10 | 10 | 100101110 | 1011110 | 1000001 |
Color Harmonies of #FA4FF5
Complementary color
Monochromatic Colors of #FA4FF5
Black with #FA4FF5
Text Example
Text Example
White with #FA4FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA4FF5; }
p { color: rgb(250,79,245); }
H1.HeaderClassName
{
color: #FA4FF5;
}
.AnyTagClassName
{
color: #FA4FF5;
}
</style>
background-color css
<style>
a { background-color: #FA4FF5; }
a { background-color: rgb(250,79,245); }
div.DivClassName
{
background-color: #FA4FF5;
}
.BgClassName
{
background-color: #FA4FF5;
}
</style>
border-color css
<style>
span { border-color: #FA4FF5; }
span { border-color: rgb(250,79,245); }
td.TdClassName
{
border-color: #FA4FF5;
}
.TagClassName
{
border-color: #FA4FF5;
}
</style>