Shades of Pink Flamingo #F265FE
Tints of Pink Flamingo #F265FE
RGB
CMYK
RGB Variations
Color information
#F265FE (or 0xF265FE) is known color: Pink Flamingo. HEX triplet: F2, 65 and FE. RGB value is (242,101,254). Sum of RGB (Red+Green+Blue) = 242+101+254=597 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.54% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 254 (99.61% from 255 or 42.55% from 597); Max value from RGB is 254 - color contains mainly: blue. Hex color #F265FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F265FE is #0D9A01. Grayscale: #A0A0A0. Windows color (decimal): -891394 or 16672242. OLE color: 16672242.
HSL color Cylindrical-coordinate representation of color #F265FE: hue angle of 295.29º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F265FE is Cyan = 0.05, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 101 | 254 | - |
| CMYK | 0.05 | 0.60 | 0 | 0.00 |
| HSL | 295.29º | 0.99% | 0.7% | - |
| HSV(B) | 295.29º | 0.6% | 1% | - |
| XYZ | 59.16 | 35.34 | 97.47 | - |
| YUV | 160.6 | 180.71 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 254 | 0.05 | 0.60 | 0 | 0.00 | 295.29 | 0.99 | 0.7 |
| Hex | F2 | 65 | FE | 5 | 3C | 0 | 0 | 127 | 63 | 46 |
| Octal | 362 | 145 | 376 | 5 | 74 | 0 | 0 | 447 | 143 | 106 |
| Binary | 11110010 | 1100101 | 11111110 | 101 | 111100 | 0 | 0 | 100100111 | 1100011 | 1000110 |
Color Harmonies of #F265FE
Complementary color
Monochromatic Colors of #F265FE
Black with #F265FE
Text Example
Text Example
White with #F265FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F265FE; }
p { color: rgb(242,101,254); }
H1.HeaderClassName
{
color: #F265FE;
}
.AnyTagClassName
{
color: #F265FE;
}
</style>
background-color css
<style>
a { background-color: #F265FE; }
a { background-color: rgb(242,101,254); }
div.DivClassName
{
background-color: #F265FE;
}
.BgClassName
{
background-color: #F265FE;
}
</style>
border-color css
<style>
span { border-color: #F265FE; }
span { border-color: rgb(242,101,254); }
td.TdClassName
{
border-color: #F265FE;
}
.TagClassName
{
border-color: #F265FE;
}
</style>