Shades of Pink Flamingo #FA3AF6
Tints of Pink Flamingo #FA3AF6
RGB
CMYK
RGB Variations
Color information
#FA3AF6 (or 0xFA3AF6) is known color: Pink Flamingo. HEX triplet: FA, 3A and F6. RGB value is (250,58,246). Sum of RGB (Red+Green+Blue) = 250+58+246=554 (73% of max value = 765). Red value is 250 (98.05% from 255 or 45.13% from 554); Green value is 58 (23.05% from 255 or 10.47% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 250 - color contains mainly: red. Hex color #FA3AF6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA3AF6 is #05C509. Grayscale: #888888. Windows color (decimal): -378122 or 16136954. OLE color: 16136954.
HSL color Cylindrical-coordinate representation of color #FA3AF6: hue angle of 301.25º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FA3AF6 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 58 | 246 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.02 |
| HSL | 301.25º | 0.95% | 0.6% | - |
| HSV(B) | 301.25º | 0.77% | 0.98% | - |
| XYZ | 57.57 | 30 | 89.95 | - |
| YUV | 136.84 | 189.61 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 58 | 246 | 0 | 0.77 | 0.02 | 0.02 | 301.25 | 0.95 | 0.6 |
| Hex | FA | 3A | F6 | 0 | 4D | 2 | 2 | 12D | 5F | 3C |
| Octal | 372 | 72 | 366 | 0 | 115 | 2 | 2 | 455 | 137 | 74 |
| Binary | 11111010 | 111010 | 11110110 | 0 | 1001101 | 10 | 10 | 100101101 | 1011111 | 111100 |
Color Harmonies of #FA3AF6
Complementary color
Monochromatic Colors of #FA3AF6
Black with #FA3AF6
Text Example
Text Example
White with #FA3AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA3AF6; }
p { color: rgb(250,58,246); }
H1.HeaderClassName
{
color: #FA3AF6;
}
.AnyTagClassName
{
color: #FA3AF6;
}
</style>
background-color css
<style>
a { background-color: #FA3AF6; }
a { background-color: rgb(250,58,246); }
div.DivClassName
{
background-color: #FA3AF6;
}
.BgClassName
{
background-color: #FA3AF6;
}
</style>
border-color css
<style>
span { border-color: #FA3AF6; }
span { border-color: rgb(250,58,246); }
td.TdClassName
{
border-color: #FA3AF6;
}
.TagClassName
{
border-color: #FA3AF6;
}
</style>