Shades of Pink Flamingo #FA5DF3
Tints of Pink Flamingo #FA5DF3
RGB
CMYK
RGB Variations
Color information
#FA5DF3 (or 0xFA5DF3) is known color: Pink Flamingo. HEX triplet: FA, 5D and F3. RGB value is (250,93,243). Sum of RGB (Red+Green+Blue) = 250+93+243=586 (77% of max value = 765). Red value is 250 (98.05% from 255 or 42.66% from 586); Green value is 93 (36.72% from 255 or 15.87% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5DF3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5DF3 is #05A20C. Grayscale: #9C9C9C. Windows color (decimal): -369165 or 15949306. OLE color: 15949306.
HSL color Cylindrical-coordinate representation of color #FA5DF3: hue angle of 302.68º 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 #FA5DF3 is Cyan = 0, Magento = 0.63, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 93 | 243 | - |
| CMYK | 0 | 0.63 | 0.03 | 0.02 |
| HSL | 302.68º | 0.94% | 0.67% | - |
| HSV(B) | 302.68º | 0.63% | 0.98% | - |
| XYZ | 59.52 | 34.62 | 88.34 | - |
| YUV | 157.04 | 176.51 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 93 | 243 | 0 | 0.63 | 0.03 | 0.02 | 302.68 | 0.94 | 0.67 |
| Hex | FA | 5D | F3 | 0 | 3F | 3 | 2 | 12F | 5E | 43 |
| Octal | 372 | 135 | 363 | 0 | 77 | 3 | 2 | 457 | 136 | 103 |
| Binary | 11111010 | 1011101 | 11110011 | 0 | 111111 | 11 | 10 | 100101111 | 1011110 | 1000011 |
Color Harmonies of #FA5DF3
Complementary color
Monochromatic Colors of #FA5DF3
Black with #FA5DF3
Text Example
Text Example
White with #FA5DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5DF3; }
p { color: rgb(250,93,243); }
H1.HeaderClassName
{
color: #FA5DF3;
}
.AnyTagClassName
{
color: #FA5DF3;
}
</style>
background-color css
<style>
a { background-color: #FA5DF3; }
a { background-color: rgb(250,93,243); }
div.DivClassName
{
background-color: #FA5DF3;
}
.BgClassName
{
background-color: #FA5DF3;
}
</style>
border-color css
<style>
span { border-color: #FA5DF3; }
span { border-color: rgb(250,93,243); }
td.TdClassName
{
border-color: #FA5DF3;
}
.TagClassName
{
border-color: #FA5DF3;
}
</style>