Shades of Pink Flamingo #F242FC
Tints of Pink Flamingo #F242FC
RGB
CMYK
RGB Variations
Color information
#F242FC (or 0xF242FC) is known color: Pink Flamingo. HEX triplet: F2, 42 and FC. RGB value is (242,66,252). Sum of RGB (Red+Green+Blue) = 242+66+252=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 66 (26.17% from 255 or 11.79% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #F242FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F242FC is #0DBD03. Grayscale: #8B8B8B. Windows color (decimal): -900356 or 16532210. OLE color: 16532210.
HSL color Cylindrical-coordinate representation of color #F242FC: hue angle of 296.77º degrees, saturation: 0.97, 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 #F242FC is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 66 | 252 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.01 |
| HSL | 296.77º | 0.97% | 0.62% | - |
| HSV(B) | 296.77º | 0.74% | 0.99% | - |
| XYZ | 56.14 | 29.8 | 94.89 | - |
| YUV | 139.83 | 191.31 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 66 | 252 | 0.04 | 0.74 | 0 | 0.01 | 296.77 | 0.97 | 0.62 |
| Hex | F2 | 42 | FC | 4 | 4A | 0 | 1 | 129 | 61 | 3E |
| Octal | 362 | 102 | 374 | 4 | 112 | 0 | 1 | 451 | 141 | 76 |
| Binary | 11110010 | 1000010 | 11111100 | 100 | 1001010 | 0 | 1 | 100101001 | 1100001 | 111110 |
Color Harmonies of #F242FC
Complementary color
Monochromatic Colors of #F242FC
Black with #F242FC
Text Example
Text Example
White with #F242FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F242FC; }
p { color: rgb(242,66,252); }
H1.HeaderClassName
{
color: #F242FC;
}
.AnyTagClassName
{
color: #F242FC;
}
</style>
background-color css
<style>
a { background-color: #F242FC; }
a { background-color: rgb(242,66,252); }
div.DivClassName
{
background-color: #F242FC;
}
.BgClassName
{
background-color: #F242FC;
}
</style>
border-color css
<style>
span { border-color: #F242FC; }
span { border-color: rgb(242,66,252); }
td.TdClassName
{
border-color: #F242FC;
}
.TagClassName
{
border-color: #F242FC;
}
</style>