Shades of Pink Flamingo #FA5CF2
Tints of Pink Flamingo #FA5CF2
RGB
CMYK
RGB Variations
Color information
#FA5CF2 (or 0xFA5CF2) is known color: Pink Flamingo. HEX triplet: FA, 5C and F2. RGB value is (250,92,242). Sum of RGB (Red+Green+Blue) = 250+92+242=584 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.81% from 584); Green value is 92 (36.33% from 255 or 15.75% from 584); Blue value is 242 (94.92% from 255 or 41.44% from 584); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5CF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CF2 is #05A30D. Grayscale: #9B9B9B. Windows color (decimal): -369422 or 15883514. OLE color: 15883514.
HSL color Cylindrical-coordinate representation of color #FA5CF2: hue angle of 303.04º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FA5CF2 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 92 | 242 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.02 |
| HSL | 303.04º | 0.94% | 0.67% | - |
| HSV(B) | 303.04º | 0.63% | 0.98% | - |
| XYZ | 59.28 | 34.39 | 87.52 | - |
| YUV | 156.34 | 176.35 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 242 | 0 | 0.63 | 0.03 | 0.02 | 303.04 | 0.94 | 0.67 |
| Hex | FA | 5C | F2 | 0 | 3F | 3 | 2 | 12F | 5E | 43 |
| Octal | 372 | 134 | 362 | 0 | 77 | 3 | 2 | 457 | 136 | 103 |
| Binary | 11111010 | 1011100 | 11110010 | 0 | 111111 | 11 | 10 | 100101111 | 1011110 | 1000011 |
Color Harmonies of #FA5CF2
Complementary color
Monochromatic Colors of #FA5CF2
Black with #FA5CF2
Text Example
Text Example
White with #FA5CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CF2; }
p { color: rgb(250,92,242); }
H1.HeaderClassName
{
color: #FA5CF2;
}
.AnyTagClassName
{
color: #FA5CF2;
}
</style>
background-color css
<style>
a { background-color: #FA5CF2; }
a { background-color: rgb(250,92,242); }
div.DivClassName
{
background-color: #FA5CF2;
}
.BgClassName
{
background-color: #FA5CF2;
}
</style>
border-color css
<style>
span { border-color: #FA5CF2; }
span { border-color: rgb(250,92,242); }
td.TdClassName
{
border-color: #FA5CF2;
}
.TagClassName
{
border-color: #FA5CF2;
}
</style>