Shades of Pink Flamingo #FA43FF
Tints of Pink Flamingo #FA43FF
RGB
CMYK
RGB Variations
Color information
#FA43FF (or 0xFA43FF) is known color: Pink Flamingo. HEX triplet: FA, 43 and FF. RGB value is (250,67,255). Sum of RGB (Red+Green+Blue) = 250+67+255=572 (75% of max value = 765). Red value is 250 (98.05% from 255 or 43.71% from 572); Green value is 67 (26.56% from 255 or 11.71% from 572); Blue value is 255 (100% from 255 or 44.58% from 572); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA43FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA43FF is #05BC00. Grayscale: #8E8E8E. Windows color (decimal): -375809 or 16729082. OLE color: 16729082.
HSL color Cylindrical-coordinate representation of color #FA43FF: hue angle of 298.4º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA43FF is Cyan = 0.02, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 67 | 255 | - |
| CMYK | 0.02 | 0.74 | 0 | 0 |
| HSL | 298.4º | 1% | 0.63% | - |
| HSV(B) | 298.4º | 0.74% | 1% | - |
| XYZ | 59.48 | 31.56 | 97.56 | - |
| YUV | 143.15 | 191.13 | 204.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 255 | 0.02 | 0.74 | 0 | 0 | 298.4 | 1 | 0.63 |
| Hex | FA | 43 | FF | 2 | 4A | 0 | 0 | 12A | 64 | 3F |
| Octal | 372 | 103 | 377 | 2 | 112 | 0 | 0 | 452 | 144 | 77 |
| Binary | 11111010 | 1000011 | 11111111 | 10 | 1001010 | 0 | 0 | 100101010 | 1100100 | 111111 |
Color Harmonies of #FA43FF
Complementary color
Monochromatic Colors of #FA43FF
Black with #FA43FF
Text Example
Text Example
White with #FA43FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43FF; }
p { color: rgb(250,67,255); }
H1.HeaderClassName
{
color: #FA43FF;
}
.AnyTagClassName
{
color: #FA43FF;
}
</style>
background-color css
<style>
a { background-color: #FA43FF; }
a { background-color: rgb(250,67,255); }
div.DivClassName
{
background-color: #FA43FF;
}
.BgClassName
{
background-color: #FA43FF;
}
</style>
border-color css
<style>
span { border-color: #FA43FF; }
span { border-color: rgb(250,67,255); }
td.TdClassName
{
border-color: #FA43FF;
}
.TagClassName
{
border-color: #FA43FF;
}
</style>