Shades of Pink Flamingo #F242FE
Tints of Pink Flamingo #F242FE
RGB
CMYK
RGB Variations
Color information
#F242FE (or 0xF242FE) is known color: Pink Flamingo. HEX triplet: F2, 42 and FE. RGB value is (242,66,254). Sum of RGB (Red+Green+Blue) = 242+66+254=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 66 (26.17% from 255 or 11.74% from 562); Blue value is 254 (99.61% from 255 or 45.20% from 562); Max value from RGB is 254 - color contains mainly: blue. Hex color #F242FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F242FE is #0DBD01. Grayscale: #8B8B8B. Windows color (decimal): -900354 or 16663282. OLE color: 16663282.
HSL color Cylindrical-coordinate representation of color #F242FE: hue angle of 296.17º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F242FE is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 66 | 254 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.00 |
| HSL | 296.17º | 0.99% | 0.63% | - |
| HSV(B) | 296.17º | 0.74% | 1% | - |
| XYZ | 56.46 | 29.93 | 96.57 | - |
| YUV | 140.06 | 192.31 | 200.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 254 | 0.05 | 0.74 | 0 | 0.00 | 296.17 | 0.99 | 0.63 |
| Hex | F2 | 42 | FE | 5 | 4A | 0 | 0 | 128 | 63 | 3F |
| Octal | 362 | 102 | 376 | 5 | 112 | 0 | 0 | 450 | 143 | 77 |
| Binary | 11110010 | 1000010 | 11111110 | 101 | 1001010 | 0 | 0 | 100101000 | 1100011 | 111111 |
Color Harmonies of #F242FE
Complementary color
Monochromatic Colors of #F242FE
Black with #F242FE
Text Example
Text Example
White with #F242FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242FE; }
p { color: rgb(242,66,254); }
H1.HeaderClassName
{
color: #F242FE;
}
.AnyTagClassName
{
color: #F242FE;
}
</style>
background-color css
<style>
a { background-color: #F242FE; }
a { background-color: rgb(242,66,254); }
div.DivClassName
{
background-color: #F242FE;
}
.BgClassName
{
background-color: #F242FE;
}
</style>
border-color css
<style>
span { border-color: #F242FE; }
span { border-color: rgb(242,66,254); }
td.TdClassName
{
border-color: #F242FE;
}
.TagClassName
{
border-color: #F242FE;
}
</style>