Shades of Pink Flamingo #F240FB
Tints of Pink Flamingo #F240FB
RGB
CMYK
RGB Variations
Color information
#F240FB (or 0xF240FB) is known color: Pink Flamingo. HEX triplet: F2, 40 and FB. RGB value is (242,64,251). Sum of RGB (Red+Green+Blue) = 242+64+251=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 64 (25.39% from 255 or 11.49% from 557); Blue value is 251 (98.44% from 255 or 45.06% from 557); Max value from RGB is 251 - color contains mainly: blue. Hex color #F240FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F240FB is #0DBF04. Grayscale: #898989. Windows color (decimal): -900869 or 16466162. OLE color: 16466162.
HSL color Cylindrical-coordinate representation of color #F240FB: hue angle of 297.11º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F240FB is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 64 | 251 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.02 |
| HSL | 297.11º | 0.96% | 0.62% | - |
| HSV(B) | 297.11º | 0.75% | 0.98% | - |
| XYZ | 55.86 | 29.51 | 94.02 | - |
| YUV | 138.54 | 191.47 | 201.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 251 | 0.04 | 0.75 | 0 | 0.02 | 297.11 | 0.96 | 0.62 |
| Hex | F2 | 40 | FB | 4 | 4B | 0 | 2 | 129 | 60 | 3E |
| Octal | 362 | 100 | 373 | 4 | 113 | 0 | 2 | 451 | 140 | 76 |
| Binary | 11110010 | 1000000 | 11111011 | 100 | 1001011 | 0 | 10 | 100101001 | 1100000 | 111110 |
Color Harmonies of #F240FB
Complementary color
Monochromatic Colors of #F240FB
Black with #F240FB
Text Example
Text Example
White with #F240FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240FB; }
p { color: rgb(242,64,251); }
H1.HeaderClassName
{
color: #F240FB;
}
.AnyTagClassName
{
color: #F240FB;
}
</style>
background-color css
<style>
a { background-color: #F240FB; }
a { background-color: rgb(242,64,251); }
div.DivClassName
{
background-color: #F240FB;
}
.BgClassName
{
background-color: #F240FB;
}
</style>
border-color css
<style>
span { border-color: #F240FB; }
span { border-color: rgb(242,64,251); }
td.TdClassName
{
border-color: #F240FB;
}
.TagClassName
{
border-color: #F240FB;
}
</style>