Shades of Pink Flamingo #F262FE
Tints of Pink Flamingo #F262FE
RGB
CMYK
RGB Variations
Color information
#F262FE (or 0xF262FE) is known color: Pink Flamingo. HEX triplet: F2, 62 and FE. RGB value is (242,98,254). Sum of RGB (Red+Green+Blue) = 242+98+254=594 (78% of max value = 765). Red value is 242 (94.92% from 255 or 40.74% from 594); Green value is 98 (38.67% from 255 or 16.50% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #F262FE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F262FE is #0D9D01. Grayscale: #9E9E9E. Windows color (decimal): -892162 or 16671474. OLE color: 16671474.
HSL color Cylindrical-coordinate representation of color #F262FE: hue angle of 295.38º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F262FE is Cyan = 0.05, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 98 | 254 | - |
| CMYK | 0.05 | 0.61 | 0 | 0.00 |
| HSL | 295.38º | 0.99% | 0.69% | - |
| HSV(B) | 295.38º | 0.61% | 1% | - |
| XYZ | 58.88 | 34.77 | 97.37 | - |
| YUV | 158.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 98 | 254 | 0.05 | 0.61 | 0 | 0.00 | 295.38 | 0.99 | 0.69 |
| Hex | F2 | 62 | FE | 5 | 3D | 0 | 0 | 127 | 63 | 45 |
| Octal | 362 | 142 | 376 | 5 | 75 | 0 | 0 | 447 | 143 | 105 |
| Binary | 11110010 | 1100010 | 11111110 | 101 | 111101 | 0 | 0 | 100100111 | 1100011 | 1000101 |
Color Harmonies of #F262FE
Complementary color
Monochromatic Colors of #F262FE
Black with #F262FE
Text Example
Text Example
White with #F262FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F262FE; }
p { color: rgb(242,98,254); }
H1.HeaderClassName
{
color: #F262FE;
}
.AnyTagClassName
{
color: #F262FE;
}
</style>
background-color css
<style>
a { background-color: #F262FE; }
a { background-color: rgb(242,98,254); }
div.DivClassName
{
background-color: #F262FE;
}
.BgClassName
{
background-color: #F262FE;
}
</style>
border-color css
<style>
span { border-color: #F262FE; }
span { border-color: rgb(242,98,254); }
td.TdClassName
{
border-color: #F262FE;
}
.TagClassName
{
border-color: #F262FE;
}
</style>