Shades of Pink Flamingo #FA3FF3
Tints of Pink Flamingo #FA3FF3
RGB
CMYK
RGB Variations
Color information
#FA3FF3 (or 0xFA3FF3) is known color: Pink Flamingo. HEX triplet: FA, 3F and F3. RGB value is (250,63,243). Sum of RGB (Red+Green+Blue) = 250+63+243=556 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.96% from 556); Green value is 63 (25% from 255 or 11.33% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3FF3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3FF3 is #05C00C. Grayscale: #8A8A8A. Windows color (decimal): -376845 or 15941626. OLE color: 15941626.
HSL color Cylindrical-coordinate representation of color #FA3FF3: hue angle of 302.25º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FA3FF3 is Cyan = 0, Magento = 0.75, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 63 | 243 | - |
| CMYK | 0 | 0.75 | 0.03 | 0.02 |
| HSL | 302.25º | 0.95% | 0.61% | - |
| HSV(B) | 302.25º | 0.75% | 0.98% | - |
| XYZ | 57.38 | 30.35 | 87.63 | - |
| YUV | 139.43 | 186.45 | 206.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 63 | 243 | 0 | 0.75 | 0.03 | 0.02 | 302.25 | 0.95 | 0.61 |
| Hex | FA | 3F | F3 | 0 | 4B | 3 | 2 | 12E | 5F | 3D |
| Octal | 372 | 77 | 363 | 0 | 113 | 3 | 2 | 456 | 137 | 75 |
| Binary | 11111010 | 111111 | 11110011 | 0 | 1001011 | 11 | 10 | 100101110 | 1011111 | 111101 |
Color Harmonies of #FA3FF3
Complementary color
Monochromatic Colors of #FA3FF3
Black with #FA3FF3
Text Example
Text Example
White with #FA3FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3FF3; }
p { color: rgb(250,63,243); }
H1.HeaderClassName
{
color: #FA3FF3;
}
.AnyTagClassName
{
color: #FA3FF3;
}
</style>
background-color css
<style>
a { background-color: #FA3FF3; }
a { background-color: rgb(250,63,243); }
div.DivClassName
{
background-color: #FA3FF3;
}
.BgClassName
{
background-color: #FA3FF3;
}
</style>
border-color css
<style>
span { border-color: #FA3FF3; }
span { border-color: rgb(250,63,243); }
td.TdClassName
{
border-color: #FA3FF3;
}
.TagClassName
{
border-color: #FA3FF3;
}
</style>