Shades of Pink Flamingo #F260FF
Tints of Pink Flamingo #F260FF
RGB
CMYK
RGB Variations
Color information
#F260FF (or 0xF260FF) is known color: Pink Flamingo. HEX triplet: F2, 60 and FF. RGB value is (242,96,255). Sum of RGB (Red+Green+Blue) = 242+96+255=593 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.81% from 593); Green value is 96 (37.89% from 255 or 16.19% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #F260FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F260FF is #0D9F00. Grayscale: #9D9D9D. Windows color (decimal): -892673 or 16736498. OLE color: 16736498.
HSL color Cylindrical-coordinate representation of color #F260FF: hue angle of 295.09º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F260FF is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 96 | 255 | - |
| CMYK | 0.05 | 0.62 | 0 | 0 |
| HSL | 295.09º | 1% | 0.69% | - |
| HSV(B) | 295.09º | 0.62% | 1% | - |
| XYZ | 58.85 | 34.46 | 98.16 | - |
| YUV | 157.78 | 182.87 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 255 | 0.05 | 0.62 | 0 | 0 | 295.09 | 1 | 0.69 |
| Hex | F2 | 60 | FF | 5 | 3E | 0 | 0 | 127 | 64 | 45 |
| Octal | 362 | 140 | 377 | 5 | 76 | 0 | 0 | 447 | 144 | 105 |
| Binary | 11110010 | 1100000 | 11111111 | 101 | 111110 | 0 | 0 | 100100111 | 1100100 | 1000101 |
Color Harmonies of #F260FF
Complementary color
Monochromatic Colors of #F260FF
Black with #F260FF
Text Example
Text Example
White with #F260FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F260FF; }
p { color: rgb(242,96,255); }
H1.HeaderClassName
{
color: #F260FF;
}
.AnyTagClassName
{
color: #F260FF;
}
</style>
background-color css
<style>
a { background-color: #F260FF; }
a { background-color: rgb(242,96,255); }
div.DivClassName
{
background-color: #F260FF;
}
.BgClassName
{
background-color: #F260FF;
}
</style>
border-color css
<style>
span { border-color: #F260FF; }
span { border-color: rgb(242,96,255); }
td.TdClassName
{
border-color: #F260FF;
}
.TagClassName
{
border-color: #F260FF;
}
</style>