Shades of Pink Flamingo #F238F6
Tints of Pink Flamingo #F238F6
RGB
CMYK
RGB Variations
Color information
#F238F6 (or 0xF238F6) is known color: Pink Flamingo. HEX triplet: F2, 38 and F6. RGB value is (242,56,246). Sum of RGB (Red+Green+Blue) = 242+56+246=544 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.49% from 544); Green value is 56 (22.27% from 255 or 10.29% from 544); Blue value is 246 (96.48% from 255 or 45.22% from 544); Max value from RGB is 246 - color contains mainly: blue. Hex color #F238F6 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F238F6 is #0DC709. Grayscale: #848484. Windows color (decimal): -902922 or 16136434. OLE color: 16136434.
HSL color Cylindrical-coordinate representation of color #F238F6: hue angle of 298.74º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F238F6 is Cyan = 0.02, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 242 | 56 | 246 | - |
| CMYK | 0.02 | 0.77 | 0 | 0.04 |
| HSL | 298.74º | 0.91% | 0.59% | - |
| HSV(B) | 298.74º | 0.77% | 0.96% | - |
| XYZ | 54.67 | 28.36 | 89.78 | - |
| YUV | 133.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 56 | 246 | 0.02 | 0.77 | 0 | 0.04 | 298.74 | 0.91 | 0.59 |
| Hex | F2 | 38 | F6 | 2 | 4D | 0 | 4 | 12B | 5B | 3B |
| Octal | 362 | 70 | 366 | 2 | 115 | 0 | 4 | 453 | 133 | 73 |
| Binary | 11110010 | 111000 | 11110110 | 10 | 1001101 | 0 | 100 | 100101011 | 1011011 | 111011 |
Color Harmonies of #F238F6
Complementary color
Monochromatic Colors of #F238F6
Black with #F238F6
Text Example
Text Example
White with #F238F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F238F6; }
p { color: rgb(242,56,246); }
H1.HeaderClassName
{
color: #F238F6;
}
.AnyTagClassName
{
color: #F238F6;
}
</style>
background-color css
<style>
a { background-color: #F238F6; }
a { background-color: rgb(242,56,246); }
div.DivClassName
{
background-color: #F238F6;
}
.BgClassName
{
background-color: #F238F6;
}
</style>
border-color css
<style>
span { border-color: #F238F6; }
span { border-color: rgb(242,56,246); }
td.TdClassName
{
border-color: #F238F6;
}
.TagClassName
{
border-color: #F238F6;
}
</style>