Shades of Pink Flamingo #FA43F8
Tints of Pink Flamingo #FA43F8
RGB
CMYK
RGB Variations
Color information
#FA43F8 (or 0xFA43F8) is known color: Pink Flamingo. HEX triplet: FA, 43 and F8. RGB value is (250,67,248). Sum of RGB (Red+Green+Blue) = 250+67+248=565 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.25% from 565); Green value is 67 (26.56% from 255 or 11.86% from 565); Blue value is 248 (97.27% from 255 or 43.89% from 565); Max value from RGB is 250 - color contains mainly: red. Hex color #FA43F8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA43F8 is #05BC07. Grayscale: #8D8D8D. Windows color (decimal): -375816 or 16270330. OLE color: 16270330.
HSL color Cylindrical-coordinate representation of color #FA43F8: hue angle of 300.66º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FA43F8 is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 67 | 248 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.02 |
| HSL | 300.66º | 0.95% | 0.62% | - |
| HSV(B) | 300.66º | 0.73% | 0.98% | - |
| XYZ | 58.37 | 31.12 | 91.74 | - |
| YUV | 142.35 | 187.63 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 67 | 248 | 0 | 0.73 | 0.01 | 0.02 | 300.66 | 0.95 | 0.62 |
| Hex | FA | 43 | F8 | 0 | 49 | 1 | 2 | 12D | 5F | 3E |
| Octal | 372 | 103 | 370 | 0 | 111 | 1 | 2 | 455 | 137 | 76 |
| Binary | 11111010 | 1000011 | 11111000 | 0 | 1001001 | 1 | 10 | 100101101 | 1011111 | 111110 |
Color Harmonies of #FA43F8
Complementary color
Monochromatic Colors of #FA43F8
Black with #FA43F8
Text Example
Text Example
White with #FA43F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA43F8; }
p { color: rgb(250,67,248); }
H1.HeaderClassName
{
color: #FA43F8;
}
.AnyTagClassName
{
color: #FA43F8;
}
</style>
background-color css
<style>
a { background-color: #FA43F8; }
a { background-color: rgb(250,67,248); }
div.DivClassName
{
background-color: #FA43F8;
}
.BgClassName
{
background-color: #FA43F8;
}
</style>
border-color css
<style>
span { border-color: #FA43F8; }
span { border-color: rgb(250,67,248); }
td.TdClassName
{
border-color: #FA43F8;
}
.TagClassName
{
border-color: #FA43F8;
}
</style>