Shades of Pink Flamingo #F241FD
Tints of Pink Flamingo #F241FD
RGB
CMYK
RGB Variations
Color information
#F241FD (or 0xF241FD) is known color: Pink Flamingo. HEX triplet: F2, 41 and FD. RGB value is (242,65,253). Sum of RGB (Red+Green+Blue) = 242+65+253=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 65 (25.78% from 255 or 11.61% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #F241FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F241FD is #0DBE02. Grayscale: #8A8A8A. Windows color (decimal): -900611 or 16597490. OLE color: 16597490.
HSL color Cylindrical-coordinate representation of color #F241FD: hue angle of 296.49º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F241FD is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 65 | 253 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.01 |
| HSL | 296.49º | 0.98% | 0.62% | - |
| HSV(B) | 296.49º | 0.74% | 0.99% | - |
| XYZ | 56.24 | 29.75 | 95.71 | - |
| YUV | 139.36 | 192.14 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 65 | 253 | 0.04 | 0.74 | 0 | 0.01 | 296.49 | 0.98 | 0.62 |
| Hex | F2 | 41 | FD | 4 | 4A | 0 | 1 | 128 | 62 | 3E |
| Octal | 362 | 101 | 375 | 4 | 112 | 0 | 1 | 450 | 142 | 76 |
| Binary | 11110010 | 1000001 | 11111101 | 100 | 1001010 | 0 | 1 | 100101000 | 1100010 | 111110 |
Color Harmonies of #F241FD
Complementary color
Monochromatic Colors of #F241FD
Black with #F241FD
Text Example
Text Example
White with #F241FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F241FD; }
p { color: rgb(242,65,253); }
H1.HeaderClassName
{
color: #F241FD;
}
.AnyTagClassName
{
color: #F241FD;
}
</style>
background-color css
<style>
a { background-color: #F241FD; }
a { background-color: rgb(242,65,253); }
div.DivClassName
{
background-color: #F241FD;
}
.BgClassName
{
background-color: #F241FD;
}
</style>
border-color css
<style>
span { border-color: #F241FD; }
span { border-color: rgb(242,65,253); }
td.TdClassName
{
border-color: #F241FD;
}
.TagClassName
{
border-color: #F241FD;
}
</style>