Shades of Pink Flamingo #F265FF
Tints of Pink Flamingo #F265FF
RGB
CMYK
RGB Variations
Color information
#F265FF (or 0xF265FF) is known color: Pink Flamingo. HEX triplet: F2, 65 and FF. RGB value is (242,101,255). Sum of RGB (Red+Green+Blue) = 242+101+255=598 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.47% from 598); Green value is 101 (39.84% from 255 or 16.89% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #F265FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265FF is #0D9A00. Grayscale: #A0A0A0. Windows color (decimal): -891393 or 16737778. OLE color: 16737778.
HSL color Cylindrical-coordinate representation of color #F265FF: hue angle of 294.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F265FF is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 101 | 255 | - |
| CMYK | 0.05 | 0.60 | 0 | 0 |
| HSL | 294.94º | 1% | 0.7% | - |
| HSV(B) | 294.94º | 0.6% | 1% | - |
| XYZ | 59.32 | 35.4 | 98.31 | - |
| YUV | 160.72 | 181.21 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 255 | 0.05 | 0.60 | 0 | 0 | 294.94 | 1 | 0.7 |
| Hex | F2 | 65 | FF | 5 | 3C | 0 | 0 | 127 | 64 | 46 |
| Octal | 362 | 145 | 377 | 5 | 74 | 0 | 0 | 447 | 144 | 106 |
| Binary | 11110010 | 1100101 | 11111111 | 101 | 111100 | 0 | 0 | 100100111 | 1100100 | 1000110 |
Color Harmonies of #F265FF
Complementary color
Monochromatic Colors of #F265FF
Black with #F265FF
Text Example
Text Example
White with #F265FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265FF; }
p { color: rgb(242,101,255); }
H1.HeaderClassName
{
color: #F265FF;
}
.AnyTagClassName
{
color: #F265FF;
}
</style>
background-color css
<style>
a { background-color: #F265FF; }
a { background-color: rgb(242,101,255); }
div.DivClassName
{
background-color: #F265FF;
}
.BgClassName
{
background-color: #F265FF;
}
</style>
border-color css
<style>
span { border-color: #F265FF; }
span { border-color: rgb(242,101,255); }
td.TdClassName
{
border-color: #F265FF;
}
.TagClassName
{
border-color: #F265FF;
}
</style>