Shades of Pink Flamingo #F255F3
Tints of Pink Flamingo #F255F3
RGB
CMYK
RGB Variations
Color information
#F255F3 (or 0xF255F3) is known color: Pink Flamingo. HEX triplet: F2, 55 and F3. RGB value is (242,85,243). Sum of RGB (Red+Green+Blue) = 242+85+243=570 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.46% from 570); Green value is 85 (33.59% from 255 or 14.91% from 570); Blue value is 243 (95.31% from 255 or 42.63% from 570); Max value from RGB is 243 - color contains mainly: blue. Hex color #F255F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255F3 is #0DAA0C. Grayscale: #959595. Windows color (decimal): -895501 or 15947250. OLE color: 15947250.
HSL color Cylindrical-coordinate representation of color #F255F3: hue angle of 299.62º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F255F3 is Cyan = 0.00, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 85 | 243 | - |
| CMYK | 0.00 | 0.65 | 0 | 0.05 |
| HSL | 299.62º | 0.87% | 0.64% | - |
| HSV(B) | 299.62º | 0.65% | 0.95% | - |
| XYZ | 56.04 | 31.85 | 87.99 | - |
| YUV | 149.96 | 180.51 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 243 | 0.00 | 0.65 | 0 | 0.05 | 299.62 | 0.87 | 0.64 |
| Hex | F2 | 55 | F3 | 0 | 41 | 0 | 5 | 12C | 57 | 40 |
| Octal | 362 | 125 | 363 | 0 | 101 | 0 | 5 | 454 | 127 | 100 |
| Binary | 11110010 | 1010101 | 11110011 | 0 | 1000001 | 0 | 101 | 100101100 | 1010111 | 1000000 |
Color Harmonies of #F255F3
Complementary color
Monochromatic Colors of #F255F3
Black with #F255F3
Text Example
Text Example
White with #F255F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255F3; }
p { color: rgb(242,85,243); }
H1.HeaderClassName
{
color: #F255F3;
}
.AnyTagClassName
{
color: #F255F3;
}
</style>
background-color css
<style>
a { background-color: #F255F3; }
a { background-color: rgb(242,85,243); }
div.DivClassName
{
background-color: #F255F3;
}
.BgClassName
{
background-color: #F255F3;
}
</style>
border-color css
<style>
span { border-color: #F255F3; }
span { border-color: rgb(242,85,243); }
td.TdClassName
{
border-color: #F255F3;
}
.TagClassName
{
border-color: #F255F3;
}
</style>