Shades of Pink Flamingo #FA3DFD
Tints of Pink Flamingo #FA3DFD
RGB
CMYK
RGB Variations
Color information
#FA3DFD (or 0xFA3DFD) is known color: Pink Flamingo. HEX triplet: FA, 3D and FD. RGB value is (250,61,253). Sum of RGB (Red+Green+Blue) = 250+61+253=564 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.33% from 564); Green value is 61 (24.22% from 255 or 10.82% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #FA3DFD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3DFD is #05C202. Grayscale: #8A8A8A. Windows color (decimal): -377347 or 16596474. OLE color: 16596474.
HSL color Cylindrical-coordinate representation of color #FA3DFD: hue angle of 299.06º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FA3DFD is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 250 | 61 | 253 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.01 |
| HSL | 299.06º | 0.98% | 0.62% | - |
| HSV(B) | 299.06º | 0.76% | 0.99% | - |
| XYZ | 58.82 | 30.75 | 95.76 | - |
| YUV | 139.4 | 192.12 | 206.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 61 | 253 | 0.01 | 0.76 | 0 | 0.01 | 299.06 | 0.98 | 0.62 |
| Hex | FA | 3D | FD | 1 | 4C | 0 | 1 | 12B | 62 | 3E |
| Octal | 372 | 75 | 375 | 1 | 114 | 0 | 1 | 453 | 142 | 76 |
| Binary | 11111010 | 111101 | 11111101 | 1 | 1001100 | 0 | 1 | 100101011 | 1100010 | 111110 |
Color Harmonies of #FA3DFD
Complementary color
Monochromatic Colors of #FA3DFD
Black with #FA3DFD
Text Example
Text Example
White with #FA3DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3DFD; }
p { color: rgb(250,61,253); }
H1.HeaderClassName
{
color: #FA3DFD;
}
.AnyTagClassName
{
color: #FA3DFD;
}
</style>
background-color css
<style>
a { background-color: #FA3DFD; }
a { background-color: rgb(250,61,253); }
div.DivClassName
{
background-color: #FA3DFD;
}
.BgClassName
{
background-color: #FA3DFD;
}
</style>
border-color css
<style>
span { border-color: #FA3DFD; }
span { border-color: rgb(250,61,253); }
td.TdClassName
{
border-color: #FA3DFD;
}
.TagClassName
{
border-color: #FA3DFD;
}
</style>