Shades of Pink Flamingo #F244FE
Tints of Pink Flamingo #F244FE
RGB
CMYK
RGB Variations
Color information
#F244FE (or 0xF244FE) is known color: Pink Flamingo. HEX triplet: F2, 44 and FE. RGB value is (242,68,254). Sum of RGB (Red+Green+Blue) = 242+68+254=564 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.91% from 564); Green value is 68 (26.95% from 255 or 12.06% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #F244FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F244FE is #0DBB01. Grayscale: #8C8C8C. Windows color (decimal): -899842 or 16663794. OLE color: 16663794.
HSL color Cylindrical-coordinate representation of color #F244FE: hue angle of 296.13º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F244FE is Cyan = 0.05, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 68 | 254 | - |
| CMYK | 0.05 | 0.73 | 0 | 0.00 |
| HSL | 296.13º | 0.99% | 0.63% | - |
| HSV(B) | 296.13º | 0.73% | 1% | - |
| XYZ | 56.57 | 30.17 | 96.61 | - |
| YUV | 141.23 | 191.65 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 68 | 254 | 0.05 | 0.73 | 0 | 0.00 | 296.13 | 0.99 | 0.63 |
| Hex | F2 | 44 | FE | 5 | 49 | 0 | 0 | 128 | 63 | 3F |
| Octal | 362 | 104 | 376 | 5 | 111 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110010 | 1000100 | 11111110 | 101 | 1001001 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F244FE
Complementary color
Monochromatic Colors of #F244FE
Black with #F244FE
Text Example
Text Example
White with #F244FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F244FE; }
p { color: rgb(242,68,254); }
H1.HeaderClassName
{
color: #F244FE;
}
.AnyTagClassName
{
color: #F244FE;
}
</style>
background-color css
<style>
a { background-color: #F244FE; }
a { background-color: rgb(242,68,254); }
div.DivClassName
{
background-color: #F244FE;
}
.BgClassName
{
background-color: #F244FE;
}
</style>
border-color css
<style>
span { border-color: #F244FE; }
span { border-color: rgb(242,68,254); }
td.TdClassName
{
border-color: #F244FE;
}
.TagClassName
{
border-color: #F244FE;
}
</style>