Shades of Pink Flamingo #F948F2
Tints of Pink Flamingo #F948F2
RGB
CMYK
RGB Variations
Color information
#F948F2 (or 0xF948F2) is known color: Pink Flamingo. HEX triplet: F9, 48 and F2. RGB value is (249,72,242). Sum of RGB (Red+Green+Blue) = 249+72+242=563 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.23% from 563); Green value is 72 (28.52% from 255 or 12.79% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 249 - color contains mainly: red. Hex color #F948F2 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F948F2 is #06B70D. Grayscale: #8F8F8F. Windows color (decimal): -440078 or 15878393. OLE color: 15878393.
HSL color Cylindrical-coordinate representation of color #F948F2: hue angle of 302.37º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F948F2 is Cyan = 0, Magento = 0.71, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 72 | 242 | - |
| CMYK | 0 | 0.71 | 0.03 | 0.02 |
| HSL | 302.37º | 0.94% | 0.63% | - |
| HSV(B) | 302.37º | 0.71% | 0.98% | - |
| XYZ | 57.41 | 31.19 | 87 | - |
| YUV | 144.3 | 183.14 | 202.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 72 | 242 | 0 | 0.71 | 0.03 | 0.02 | 302.37 | 0.94 | 0.63 |
| Hex | F9 | 48 | F2 | 0 | 47 | 3 | 2 | 12E | 5E | 3F |
| Octal | 371 | 110 | 362 | 0 | 107 | 3 | 2 | 456 | 136 | 77 |
| Binary | 11111001 | 1001000 | 11110010 | 0 | 1000111 | 11 | 10 | 100101110 | 1011110 | 111111 |
Color Harmonies of #F948F2
Complementary color
Monochromatic Colors of #F948F2
Black with #F948F2
Text Example
Text Example
White with #F948F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F948F2; }
p { color: rgb(249,72,242); }
H1.HeaderClassName
{
color: #F948F2;
}
.AnyTagClassName
{
color: #F948F2;
}
</style>
background-color css
<style>
a { background-color: #F948F2; }
a { background-color: rgb(249,72,242); }
div.DivClassName
{
background-color: #F948F2;
}
.BgClassName
{
background-color: #F948F2;
}
</style>
border-color css
<style>
span { border-color: #F948F2; }
span { border-color: rgb(249,72,242); }
td.TdClassName
{
border-color: #F948F2;
}
.TagClassName
{
border-color: #F948F2;
}
</style>