Shades of Pink Flamingo #F265F1
Tints of Pink Flamingo #F265F1
RGB
CMYK
RGB Variations
Color information
#F265F1 (or 0xF265F1) is known color: Pink Flamingo. HEX triplet: F2, 65 and F1. RGB value is (242,101,241). Sum of RGB (Red+Green+Blue) = 242+101+241=584 (77% of max value = 765). Red value is 242 (94.92% from 255 or 41.44% from 584); Green value is 101 (39.84% from 255 or 17.29% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 242 - color contains mainly: red. Hex color #F265F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265F1 is #0D9A0E. Grayscale: #9E9E9E. Windows color (decimal): -891407 or 15820274. OLE color: 15820274.
HSL color Cylindrical-coordinate representation of color #F265F1: hue angle of 300.43º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F265F1 is Cyan = 0, Magento = 0.58, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 241 | - |
| CMYK | 0 | 0.58 | 0.00 | 0.05 |
| HSL | 300.43º | 0.84% | 0.67% | - |
| HSV(B) | 300.43º | 0.58% | 0.95% | - |
| XYZ | 57.15 | 34.54 | 86.87 | - |
| YUV | 159.12 | 174.21 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 241 | 0 | 0.58 | 0.00 | 0.05 | 300.43 | 0.84 | 0.67 |
| Hex | F2 | 65 | F1 | 0 | 3A | 0 | 5 | 12C | 54 | 43 |
| Octal | 362 | 145 | 361 | 0 | 72 | 0 | 5 | 454 | 124 | 103 |
| Binary | 11110010 | 1100101 | 11110001 | 0 | 111010 | 0 | 101 | 100101100 | 1010100 | 1000011 |
Color Harmonies of #F265F1
Complementary color
Monochromatic Colors of #F265F1
Black with #F265F1
Text Example
Text Example
White with #F265F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265F1; }
p { color: rgb(242,101,241); }
H1.HeaderClassName
{
color: #F265F1;
}
.AnyTagClassName
{
color: #F265F1;
}
</style>
background-color css
<style>
a { background-color: #F265F1; }
a { background-color: rgb(242,101,241); }
div.DivClassName
{
background-color: #F265F1;
}
.BgClassName
{
background-color: #F265F1;
}
</style>
border-color css
<style>
span { border-color: #F265F1; }
span { border-color: rgb(242,101,241); }
td.TdClassName
{
border-color: #F265F1;
}
.TagClassName
{
border-color: #F265F1;
}
</style>