Shades of Pink Flamingo #F245F3
Tints of Pink Flamingo #F245F3
RGB
CMYK
RGB Variations
Color information
#F245F3 (or 0xF245F3) is known color: Pink Flamingo. HEX triplet: F2, 45 and F3. RGB value is (242,69,243). Sum of RGB (Red+Green+Blue) = 242+69+243=554 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.68% from 554); Green value is 69 (27.34% from 255 or 12.45% from 554); Blue value is 243 (95.31% from 255 or 43.86% from 554); Max value from RGB is 243 - color contains mainly: blue. Hex color #F245F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F245F3 is #0DBA0C. Grayscale: #8C8C8C. Windows color (decimal): -899597 or 15943154. OLE color: 15943154.
HSL color Cylindrical-coordinate representation of color #F245F3: hue angle of 299.66º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F245F3 is Cyan = 0.00, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 69 | 243 | - |
| CMYK | 0.00 | 0.72 | 0 | 0.05 |
| HSL | 299.66º | 0.88% | 0.61% | - |
| HSV(B) | 299.66º | 0.72% | 0.95% | - |
| XYZ | 54.92 | 29.6 | 87.61 | - |
| YUV | 140.56 | 185.81 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 69 | 243 | 0.00 | 0.72 | 0 | 0.05 | 299.66 | 0.88 | 0.61 |
| Hex | F2 | 45 | F3 | 0 | 48 | 0 | 5 | 12C | 58 | 3D |
| Octal | 362 | 105 | 363 | 0 | 110 | 0 | 5 | 454 | 130 | 75 |
| Binary | 11110010 | 1000101 | 11110011 | 0 | 1001000 | 0 | 101 | 100101100 | 1011000 | 111101 |
Color Harmonies of #F245F3
Complementary color
Monochromatic Colors of #F245F3
Black with #F245F3
Text Example
Text Example
White with #F245F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F245F3; }
p { color: rgb(242,69,243); }
H1.HeaderClassName
{
color: #F245F3;
}
.AnyTagClassName
{
color: #F245F3;
}
</style>
background-color css
<style>
a { background-color: #F245F3; }
a { background-color: rgb(242,69,243); }
div.DivClassName
{
background-color: #F245F3;
}
.BgClassName
{
background-color: #F245F3;
}
</style>
border-color css
<style>
span { border-color: #F245F3; }
span { border-color: rgb(242,69,243); }
td.TdClassName
{
border-color: #F245F3;
}
.TagClassName
{
border-color: #F245F3;
}
</style>