Shades of Pink Flamingo #F945FF
Tints of Pink Flamingo #F945FF
RGB
CMYK
RGB Variations
Color information
#F945FF (or 0xF945FF) is known color: Pink Flamingo. HEX triplet: F9, 45 and FF. RGB value is (249,69,255). Sum of RGB (Red+Green+Blue) = 249+69+255=573 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.46% from 573); Green value is 69 (27.34% from 255 or 12.04% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #F945FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F945FF is #06BA00. Grayscale: #8F8F8F. Windows color (decimal): -440833 or 16729593. OLE color: 16729593.
HSL color Cylindrical-coordinate representation of color #F945FF: hue angle of 298.06º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F945FF is Cyan = 0.02, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 249 | 69 | 255 | - |
| CMYK | 0.02 | 0.73 | 0 | 0 |
| HSL | 298.06º | 1% | 0.64% | - |
| HSV(B) | 298.06º | 0.73% | 1% | - |
| XYZ | 59.25 | 31.62 | 97.59 | - |
| YUV | 144.02 | 190.63 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 69 | 255 | 0.02 | 0.73 | 0 | 0 | 298.06 | 1 | 0.64 |
| Hex | F9 | 45 | FF | 2 | 49 | 0 | 0 | 12A | 64 | 40 |
| Octal | 371 | 105 | 377 | 2 | 111 | 0 | 0 | 452 | 144 | 100 |
| Binary | 11111001 | 1000101 | 11111111 | 10 | 1001001 | 0 | 0 | 100101010 | 1100100 | 1000000 |
Color Harmonies of #F945FF
Complementary color
Monochromatic Colors of #F945FF
Black with #F945FF
Text Example
Text Example
White with #F945FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F945FF; }
p { color: rgb(249,69,255); }
H1.HeaderClassName
{
color: #F945FF;
}
.AnyTagClassName
{
color: #F945FF;
}
</style>
background-color css
<style>
a { background-color: #F945FF; }
a { background-color: rgb(249,69,255); }
div.DivClassName
{
background-color: #F945FF;
}
.BgClassName
{
background-color: #F945FF;
}
</style>
border-color css
<style>
span { border-color: #F945FF; }
span { border-color: rgb(249,69,255); }
td.TdClassName
{
border-color: #F945FF;
}
.TagClassName
{
border-color: #F945FF;
}
</style>