Shades of Pink Flamingo #FA3DF8
Tints of Pink Flamingo #FA3DF8
RGB
CMYK
RGB Variations
Color information
#FA3DF8 (or 0xFA3DF8) is known color: Pink Flamingo. HEX triplet: FA, 3D and F8. RGB value is (250,61,248). Sum of RGB (Red+Green+Blue) = 250+61+248=559 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.72% from 559); Green value is 61 (24.22% from 255 or 10.91% from 559); Blue value is 248 (97.27% from 255 or 44.36% from 559); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DF8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3DF8 is #05C207. Grayscale: #8A8A8A. Windows color (decimal): -377352 or 16268794. OLE color: 16268794.
HSL color Cylindrical-coordinate representation of color #FA3DF8: hue angle of 300.63º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DF8 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 248 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.02 |
| HSL | 300.63º | 0.95% | 0.61% | - |
| HSV(B) | 300.63º | 0.76% | 0.98% | - |
| XYZ | 58.04 | 30.44 | 91.62 | - |
| YUV | 138.83 | 189.62 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 248 | 0 | 0.76 | 0.01 | 0.02 | 300.63 | 0.95 | 0.61 |
| Hex | FA | 3D | F8 | 0 | 4C | 1 | 2 | 12D | 5F | 3D |
| Octal | 372 | 75 | 370 | 0 | 114 | 1 | 2 | 455 | 137 | 75 |
| Binary | 11111010 | 111101 | 11111000 | 0 | 1001100 | 1 | 10 | 100101101 | 1011111 | 111101 |
Color Harmonies of #FA3DF8
Complementary color
Monochromatic Colors of #FA3DF8
Black with #FA3DF8
Text Example
Text Example
White with #FA3DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DF8; }
p { color: rgb(250,61,248); }
H1.HeaderClassName
{
color: #FA3DF8;
}
.AnyTagClassName
{
color: #FA3DF8;
}
</style>
background-color css
<style>
a { background-color: #FA3DF8; }
a { background-color: rgb(250,61,248); }
div.DivClassName
{
background-color: #FA3DF8;
}
.BgClassName
{
background-color: #FA3DF8;
}
</style>
border-color css
<style>
span { border-color: #FA3DF8; }
span { border-color: rgb(250,61,248); }
td.TdClassName
{
border-color: #FA3DF8;
}
.TagClassName
{
border-color: #FA3DF8;
}
</style>