Shades of Pink Flamingo #F262F1
Tints of Pink Flamingo #F262F1
RGB
CMYK
RGB Variations
Color information
#F262F1 (or 0xF262F1) is known color: Pink Flamingo. HEX triplet: F2, 62 and F1. RGB value is (242,98,241). Sum of RGB (Red+Green+Blue) = 242+98+241=581 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.65% from 581); Green value is 98 (38.67% from 255 or 16.87% from 581); Blue value is 241 (94.53% from 255 or 41.48% from 581); Max value from RGB is 242 - color contains mainly: red. Hex color #F262F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262F1 is #0D9D0E. Grayscale: #9C9C9C. Windows color (decimal): -892175 or 15819506. OLE color: 15819506.
HSL color Cylindrical-coordinate representation of color #F262F1: hue angle of 300.42º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F262F1 is Cyan = 0, Magento = 0.60, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 98 | 241 | - |
| CMYK | 0 | 0.60 | 0.00 | 0.05 |
| HSL | 300.42º | 0.85% | 0.67% | - |
| HSV(B) | 300.42º | 0.6% | 0.95% | - |
| XYZ | 56.86 | 33.96 | 86.78 | - |
| YUV | 157.36 | 175.21 | 188.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 241 | 0 | 0.60 | 0.00 | 0.05 | 300.42 | 0.85 | 0.67 |
| Hex | F2 | 62 | F1 | 0 | 3C | 0 | 5 | 12C | 55 | 43 |
| Octal | 362 | 142 | 361 | 0 | 74 | 0 | 5 | 454 | 125 | 103 |
| Binary | 11110010 | 1100010 | 11110001 | 0 | 111100 | 0 | 101 | 100101100 | 1010101 | 1000011 |
Color Harmonies of #F262F1
Complementary color
Monochromatic Colors of #F262F1
Black with #F262F1
Text Example
Text Example
White with #F262F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262F1; }
p { color: rgb(242,98,241); }
H1.HeaderClassName
{
color: #F262F1;
}
.AnyTagClassName
{
color: #F262F1;
}
</style>
background-color css
<style>
a { background-color: #F262F1; }
a { background-color: rgb(242,98,241); }
div.DivClassName
{
background-color: #F262F1;
}
.BgClassName
{
background-color: #F262F1;
}
</style>
border-color css
<style>
span { border-color: #F262F1; }
span { border-color: rgb(242,98,241); }
td.TdClassName
{
border-color: #F262F1;
}
.TagClassName
{
border-color: #F262F1;
}
</style>