Shades of Pink Flamingo #F240FD
Tints of Pink Flamingo #F240FD
RGB
CMYK
RGB Variations
Color information
#F240FD (or 0xF240FD) is known color: Pink Flamingo. HEX triplet: F2, 40 and FD. RGB value is (242,64,253). Sum of RGB (Red+Green+Blue) = 242+64+253=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 64 (25.39% from 255 or 11.45% from 559); Blue value is 253 (99.22% from 255 or 45.26% from 559); Max value from RGB is 253 - color contains mainly: blue. Hex color #F240FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F240FD is #0DBF02. Grayscale: #8A8A8A. Windows color (decimal): -900867 or 16597234. OLE color: 16597234.
HSL color Cylindrical-coordinate representation of color #F240FD: hue angle of 296.51º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F240FD is Cyan = 0.04, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 64 | 253 | - |
| CMYK | 0.04 | 0.75 | 0 | 0.01 |
| HSL | 296.51º | 0.98% | 0.62% | - |
| HSV(B) | 296.51º | 0.75% | 0.99% | - |
| XYZ | 56.18 | 29.64 | 95.69 | - |
| YUV | 138.77 | 192.47 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 64 | 253 | 0.04 | 0.75 | 0 | 0.01 | 296.51 | 0.98 | 0.62 |
| Hex | F2 | 40 | FD | 4 | 4B | 0 | 1 | 129 | 62 | 3E |
| Octal | 362 | 100 | 375 | 4 | 113 | 0 | 1 | 451 | 142 | 76 |
| Binary | 11110010 | 1000000 | 11111101 | 100 | 1001011 | 0 | 1 | 100101001 | 1100010 | 111110 |
Color Harmonies of #F240FD
Complementary color
Monochromatic Colors of #F240FD
Black with #F240FD
Text Example
Text Example
White with #F240FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F240FD; }
p { color: rgb(242,64,253); }
H1.HeaderClassName
{
color: #F240FD;
}
.AnyTagClassName
{
color: #F240FD;
}
</style>
background-color css
<style>
a { background-color: #F240FD; }
a { background-color: rgb(242,64,253); }
div.DivClassName
{
background-color: #F240FD;
}
.BgClassName
{
background-color: #F240FD;
}
</style>
border-color css
<style>
span { border-color: #F240FD; }
span { border-color: rgb(242,64,253); }
td.TdClassName
{
border-color: #F240FD;
}
.TagClassName
{
border-color: #F240FD;
}
</style>