Shades of Pink Flamingo #FA5CFD
Tints of Pink Flamingo #FA5CFD
RGB
CMYK
RGB Variations
Color information
#FA5CFD (or 0xFA5CFD) is known color: Pink Flamingo. HEX triplet: FA, 5C and FD. RGB value is (250,92,253). Sum of RGB (Red+Green+Blue) = 250+92+253=595 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.02% from 595); Green value is 92 (36.33% from 255 or 15.46% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA5CFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA5CFD is #05A302. Grayscale: #9D9D9D. Windows color (decimal): -369411 or 16604410. OLE color: 16604410.
HSL color Cylindrical-coordinate representation of color #FA5CFD: hue angle of 298.88º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FA5CFD is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 92 | 253 | - |
| CMYK | 0.01 | 0.64 | 0 | 0.01 |
| HSL | 298.88º | 0.98% | 0.68% | - |
| HSV(B) | 298.88º | 0.64% | 0.99% | - |
| XYZ | 60.98 | 35.07 | 96.48 | - |
| YUV | 157.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 92 | 253 | 0.01 | 0.64 | 0 | 0.01 | 298.88 | 0.98 | 0.68 |
| Hex | FA | 5C | FD | 1 | 40 | 0 | 1 | 12B | 62 | 44 |
| Octal | 372 | 134 | 375 | 1 | 100 | 0 | 1 | 453 | 142 | 104 |
| Binary | 11111010 | 1011100 | 11111101 | 1 | 1000000 | 0 | 1 | 100101011 | 1100010 | 1000100 |
Color Harmonies of #FA5CFD
Complementary color
Monochromatic Colors of #FA5CFD
Black with #FA5CFD
Text Example
Text Example
White with #FA5CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA5CFD; }
p { color: rgb(250,92,253); }
H1.HeaderClassName
{
color: #FA5CFD;
}
.AnyTagClassName
{
color: #FA5CFD;
}
</style>
background-color css
<style>
a { background-color: #FA5CFD; }
a { background-color: rgb(250,92,253); }
div.DivClassName
{
background-color: #FA5CFD;
}
.BgClassName
{
background-color: #FA5CFD;
}
</style>
border-color css
<style>
span { border-color: #FA5CFD; }
span { border-color: rgb(250,92,253); }
td.TdClassName
{
border-color: #FA5CFD;
}
.TagClassName
{
border-color: #FA5CFD;
}
</style>