Shades of Pink Flamingo #FA68FB
Tints of Pink Flamingo #FA68FB
RGB
CMYK
RGB Variations
Color information
#FA68FB (or 0xFA68FB) is known color: Pink Flamingo. HEX triplet: FA, 68 and FB. RGB value is (250,104,251). Sum of RGB (Red+Green+Blue) = 250+104+251=605 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.32% from 605); Green value is 104 (41.02% from 255 or 17.19% from 605); Blue value is 251 (98.44% from 255 or 41.49% from 605); Max value from RGB is 251 - color contains mainly: blue. Hex color #FA68FB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FA68FB is #059704. Grayscale: #A3A3A3. Windows color (decimal): -366341 or 16476410. OLE color: 16476410.
HSL color Cylindrical-coordinate representation of color #FA68FB: hue angle of 299.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FA68FB is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 104 | 251 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.02 |
| HSL | 299.59º | 0.95% | 0.7% | - |
| HSV(B) | 299.59º | 0.59% | 0.98% | - |
| XYZ | 61.79 | 37.19 | 95.19 | - |
| YUV | 164.41 | 176.87 | 189.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 104 | 251 | 0.00 | 0.59 | 0 | 0.02 | 299.59 | 0.95 | 0.7 |
| Hex | FA | 68 | FB | 0 | 3B | 0 | 2 | 12C | 5F | 46 |
| Octal | 372 | 150 | 373 | 0 | 73 | 0 | 2 | 454 | 137 | 106 |
| Binary | 11111010 | 1101000 | 11111011 | 0 | 111011 | 0 | 10 | 100101100 | 1011111 | 1000110 |
Color Harmonies of #FA68FB
Complementary color
Monochromatic Colors of #FA68FB
Black with #FA68FB
Text Example
Text Example
White with #FA68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA68FB; }
p { color: rgb(250,104,251); }
H1.HeaderClassName
{
color: #FA68FB;
}
.AnyTagClassName
{
color: #FA68FB;
}
</style>
background-color css
<style>
a { background-color: #FA68FB; }
a { background-color: rgb(250,104,251); }
div.DivClassName
{
background-color: #FA68FB;
}
.BgClassName
{
background-color: #FA68FB;
}
</style>
border-color css
<style>
span { border-color: #FA68FB; }
span { border-color: rgb(250,104,251); }
td.TdClassName
{
border-color: #FA68FB;
}
.TagClassName
{
border-color: #FA68FB;
}
</style>