Shades of Pink Flamingo #FC69F2
Tints of Pink Flamingo #FC69F2
RGB
CMYK
RGB Variations
Color information
#FC69F2 (or 0xFC69F2) is known color: Pink Flamingo. HEX triplet: FC, 69 and F2. RGB value is (252,105,242). Sum of RGB (Red+Green+Blue) = 252+105+242=599 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.07% from 599); Green value is 105 (41.41% from 255 or 17.53% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 252 - color contains mainly: red. Hex color #FC69F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC69F2 is #03960D. Grayscale: #A4A4A4. Windows color (decimal): -235022 or 15886844. OLE color: 15886844.
HSL color Cylindrical-coordinate representation of color #FC69F2: hue angle of 304.08º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC69F2 is Cyan = 0, Magento = 0.58, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 105 | 242 | - |
| CMYK | 0 | 0.58 | 0.04 | 0.01 |
| HSL | 304.08º | 0.96% | 0.7% | - |
| HSV(B) | 304.08º | 0.58% | 0.99% | - |
| XYZ | 61.22 | 37.21 | 87.96 | - |
| YUV | 164.57 | 171.7 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 105 | 242 | 0 | 0.58 | 0.04 | 0.01 | 304.08 | 0.96 | 0.7 |
| Hex | FC | 69 | F2 | 0 | 3A | 4 | 1 | 130 | 60 | 46 |
| Octal | 374 | 151 | 362 | 0 | 72 | 4 | 1 | 460 | 140 | 106 |
| Binary | 11111100 | 1101001 | 11110010 | 0 | 111010 | 100 | 1 | 100110000 | 1100000 | 1000110 |
Color Harmonies of #FC69F2
Complementary color
Monochromatic Colors of #FC69F2
Black with #FC69F2
Text Example
Text Example
White with #FC69F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC69F2; }
p { color: rgb(252,105,242); }
H1.HeaderClassName
{
color: #FC69F2;
}
.AnyTagClassName
{
color: #FC69F2;
}
</style>
background-color css
<style>
a { background-color: #FC69F2; }
a { background-color: rgb(252,105,242); }
div.DivClassName
{
background-color: #FC69F2;
}
.BgClassName
{
background-color: #FC69F2;
}
</style>
border-color css
<style>
span { border-color: #FC69F2; }
span { border-color: rgb(252,105,242); }
td.TdClassName
{
border-color: #FC69F2;
}
.TagClassName
{
border-color: #FC69F2;
}
</style>