Shades of Pink Flamingo #FA42F2
Tints of Pink Flamingo #FA42F2
RGB
CMYK
RGB Variations
Color information
#FA42F2 (or 0xFA42F2) is known color: Pink Flamingo. HEX triplet: FA, 42 and F2. RGB value is (250,66,242). Sum of RGB (Red+Green+Blue) = 250+66+242=558 (73% of max value = 765). Red value is 250 (98.05% from 255 or 44.80% from 558); Green value is 66 (26.17% from 255 or 11.83% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 250 - color contains mainly: red. Hex color #FA42F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FA42F2 is #05BD0D. Grayscale: #8C8C8C. Windows color (decimal): -376078 or 15876858. OLE color: 15876858.
HSL color Cylindrical-coordinate representation of color #FA42F2: hue angle of 302.61º 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 #FA42F2 is Cyan = 0, Magento = 0.74, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 66 | 242 | - |
| CMYK | 0 | 0.74 | 0.03 | 0.02 |
| HSL | 302.61º | 0.95% | 0.62% | - |
| HSV(B) | 302.61º | 0.74% | 0.98% | - |
| XYZ | 57.4 | 30.63 | 86.89 | - |
| YUV | 141.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 66 | 242 | 0 | 0.74 | 0.03 | 0.02 | 302.61 | 0.95 | 0.62 |
| Hex | FA | 42 | F2 | 0 | 4A | 3 | 2 | 12F | 5F | 3E |
| Octal | 372 | 102 | 362 | 0 | 112 | 3 | 2 | 457 | 137 | 76 |
| Binary | 11111010 | 1000010 | 11110010 | 0 | 1001010 | 11 | 10 | 100101111 | 1011111 | 111110 |
Color Harmonies of #FA42F2
Complementary color
Monochromatic Colors of #FA42F2
Black with #FA42F2
Text Example
Text Example
White with #FA42F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA42F2; }
p { color: rgb(250,66,242); }
H1.HeaderClassName
{
color: #FA42F2;
}
.AnyTagClassName
{
color: #FA42F2;
}
</style>
background-color css
<style>
a { background-color: #FA42F2; }
a { background-color: rgb(250,66,242); }
div.DivClassName
{
background-color: #FA42F2;
}
.BgClassName
{
background-color: #FA42F2;
}
</style>
border-color css
<style>
span { border-color: #FA42F2; }
span { border-color: rgb(250,66,242); }
td.TdClassName
{
border-color: #FA42F2;
}
.TagClassName
{
border-color: #FA42F2;
}
</style>