Shades of Pink Flamingo #F869F2
Tints of Pink Flamingo #F869F2
RGB
CMYK
RGB Variations
Color information
#F869F2 (or 0xF869F2) is known color: Pink Flamingo. HEX triplet: F8, 69 and F2. RGB value is (248,105,242). Sum of RGB (Red+Green+Blue) = 248+105+242=595 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.68% from 595); Green value is 105 (41.41% from 255 or 17.65% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 248 - color contains mainly: red. Hex color #F869F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F869F2 is #07960D. Grayscale: #A2A2A2. Windows color (decimal): -497166 or 15886840. OLE color: 15886840.
HSL color Cylindrical-coordinate representation of color #F869F2: hue angle of 302.52º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F869F2 is Cyan = 0, Magento = 0.58, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 242 | - |
| CMYK | 0 | 0.58 | 0.02 | 0.03 |
| HSL | 302.52º | 0.91% | 0.69% | - |
| HSV(B) | 302.52º | 0.58% | 0.97% | - |
| XYZ | 59.79 | 36.47 | 87.89 | - |
| YUV | 163.38 | 172.38 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 242 | 0 | 0.58 | 0.02 | 0.03 | 302.52 | 0.91 | 0.69 |
| Hex | F8 | 69 | F2 | 0 | 3A | 2 | 3 | 12F | 5B | 45 |
| Octal | 370 | 151 | 362 | 0 | 72 | 2 | 3 | 457 | 133 | 105 |
| Binary | 11111000 | 1101001 | 11110010 | 0 | 111010 | 10 | 11 | 100101111 | 1011011 | 1000101 |
Color Harmonies of #F869F2
Complementary color
Monochromatic Colors of #F869F2
Black with #F869F2
Text Example
Text Example
White with #F869F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F869F2; }
p { color: rgb(248,105,242); }
H1.HeaderClassName
{
color: #F869F2;
}
.AnyTagClassName
{
color: #F869F2;
}
</style>
background-color css
<style>
a { background-color: #F869F2; }
a { background-color: rgb(248,105,242); }
div.DivClassName
{
background-color: #F869F2;
}
.BgClassName
{
background-color: #F869F2;
}
</style>
border-color css
<style>
span { border-color: #F869F2; }
span { border-color: rgb(248,105,242); }
td.TdClassName
{
border-color: #F869F2;
}
.TagClassName
{
border-color: #F869F2;
}
</style>