Shades of Pink Flamingo #F255FA
Tints of Pink Flamingo #F255FA
RGB
CMYK
RGB Variations
Color information
#F255FA (or 0xF255FA) is known color: Pink Flamingo. HEX triplet: F2, 55 and FA. RGB value is (242,85,250). Sum of RGB (Red+Green+Blue) = 242+85+250=577 (76% of max value = 765). Red value is 242 (94.92% from 255 or 41.94% from 577); Green value is 85 (33.59% from 255 or 14.73% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #F255FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F255FA is #0DAA05. Grayscale: #969696. Windows color (decimal): -895494 or 16406002. OLE color: 16406002.
HSL color Cylindrical-coordinate representation of color #F255FA: hue angle of 297.09º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F255FA is Cyan = 0.03, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 85 | 250 | - |
| CMYK | 0.03 | 0.66 | 0 | 0.02 |
| HSL | 297.09º | 0.94% | 0.66% | - |
| HSV(B) | 297.09º | 0.66% | 0.98% | - |
| XYZ | 57.12 | 32.28 | 93.66 | - |
| YUV | 150.75 | 184.01 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 85 | 250 | 0.03 | 0.66 | 0 | 0.02 | 297.09 | 0.94 | 0.66 |
| Hex | F2 | 55 | FA | 3 | 42 | 0 | 2 | 129 | 5E | 42 |
| Octal | 362 | 125 | 372 | 3 | 102 | 0 | 2 | 451 | 136 | 102 |
| Binary | 11110010 | 1010101 | 11111010 | 11 | 1000010 | 0 | 10 | 100101001 | 1011110 | 1000010 |
Color Harmonies of #F255FA
Complementary color
Monochromatic Colors of #F255FA
Black with #F255FA
Text Example
Text Example
White with #F255FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F255FA; }
p { color: rgb(242,85,250); }
H1.HeaderClassName
{
color: #F255FA;
}
.AnyTagClassName
{
color: #F255FA;
}
</style>
background-color css
<style>
a { background-color: #F255FA; }
a { background-color: rgb(242,85,250); }
div.DivClassName
{
background-color: #F255FA;
}
.BgClassName
{
background-color: #F255FA;
}
</style>
border-color css
<style>
span { border-color: #F255FA; }
span { border-color: rgb(242,85,250); }
td.TdClassName
{
border-color: #F255FA;
}
.TagClassName
{
border-color: #F255FA;
}
</style>