Shades of Pink Flamingo #FA42F6
Tints of Pink Flamingo #FA42F6
RGB
CMYK
RGB Variations
Color information
#FA42F6 (or 0xFA42F6) is known color: Pink Flamingo. HEX triplet: FA, 42 and F6. RGB value is (250,66,246). Sum of RGB (Red+Green+Blue) = 250+66+246=562 (74% of max value = 765). Red value is 250 (98.05% from 255 or 44.48% from 562); Green value is 66 (26.17% from 255 or 11.74% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA42F6 is #05BD09. Grayscale: #8D8D8D. Windows color (decimal): -376074 or 16139002. OLE color: 16139002.
HSL color Cylindrical-coordinate representation of color #FA42F6: hue angle of 301.3º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FA42F6 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 246 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.02 |
| HSL | 301.3º | 0.95% | 0.62% | - |
| HSV(B) | 301.3º | 0.74% | 0.98% | - |
| XYZ | 58.01 | 30.87 | 90.09 | - |
| YUV | 141.54 | 186.96 | 205.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 246 | 0 | 0.74 | 0.02 | 0.02 | 301.3 | 0.95 | 0.62 |
| Hex | FA | 42 | F6 | 0 | 4A | 2 | 2 | 12D | 5F | 3E |
| Octal | 372 | 102 | 366 | 0 | 112 | 2 | 2 | 455 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11110110 | 0 | 1001010 | 10 | 10 | 100101101 | 1011111 | 111110 |
Color Harmonies of #FA42F6
Complementary color
Monochromatic Colors of #FA42F6
Black with #FA42F6
Text Example
Text Example
White with #FA42F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42F6; }
p { color: rgb(250,66,246); }
H1.HeaderClassName
{
color: #FA42F6;
}
.AnyTagClassName
{
color: #FA42F6;
}
</style>
background-color css
<style>
a { background-color: #FA42F6; }
a { background-color: rgb(250,66,246); }
div.DivClassName
{
background-color: #FA42F6;
}
.BgClassName
{
background-color: #FA42F6;
}
</style>
border-color css
<style>
span { border-color: #FA42F6; }
span { border-color: rgb(250,66,246); }
td.TdClassName
{
border-color: #FA42F6;
}
.TagClassName
{
border-color: #FA42F6;
}
</style>