Shades of Pink Flamingo #FA3DF5
Tints of Pink Flamingo #FA3DF5
RGB
CMYK
RGB Variations
Color information
#FA3DF5 (or 0xFA3DF5) is known color: Pink Flamingo. HEX triplet: FA, 3D and F5. RGB value is (250,61,245). Sum of RGB (Red+Green+Blue) = 250+61+245=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 61 (24.22% from 255 or 10.97% from 556); Blue value is 245 (96.09% from 255 or 44.06% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3DF5 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3DF5 is #05C20A. Grayscale: #898989. Windows color (decimal): -377355 or 16072186. OLE color: 16072186.
HSL color Cylindrical-coordinate representation of color #FA3DF5: hue angle of 301.59º 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 #FA3DF5 is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 61 | 245 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.02 |
| HSL | 301.59º | 0.95% | 0.61% | - |
| HSV(B) | 301.59º | 0.76% | 0.98% | - |
| XYZ | 57.57 | 30.25 | 89.19 | - |
| YUV | 138.49 | 188.12 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 245 | 0 | 0.76 | 0.02 | 0.02 | 301.59 | 0.95 | 0.61 |
| Hex | FA | 3D | F5 | 0 | 4C | 2 | 2 | 12E | 5F | 3D |
| Octal | 372 | 75 | 365 | 0 | 114 | 2 | 2 | 456 | 137 | 75 |
| Binary | 11111010 | 111101 | 11110101 | 0 | 1001100 | 10 | 10 | 100101110 | 1011111 | 111101 |
Color Harmonies of #FA3DF5
Complementary color
Monochromatic Colors of #FA3DF5
Black with #FA3DF5
Text Example
Text Example
White with #FA3DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DF5; }
p { color: rgb(250,61,245); }
H1.HeaderClassName
{
color: #FA3DF5;
}
.AnyTagClassName
{
color: #FA3DF5;
}
</style>
background-color css
<style>
a { background-color: #FA3DF5; }
a { background-color: rgb(250,61,245); }
div.DivClassName
{
background-color: #FA3DF5;
}
.BgClassName
{
background-color: #FA3DF5;
}
</style>
border-color css
<style>
span { border-color: #FA3DF5; }
span { border-color: rgb(250,61,245); }
td.TdClassName
{
border-color: #FA3DF5;
}
.TagClassName
{
border-color: #FA3DF5;
}
</style>