Shades of Pink Flamingo #FC65F3
Tints of Pink Flamingo #FC65F3
RGB
CMYK
RGB Variations
Color information
#FC65F3 (or 0xFC65F3) is known color: Pink Flamingo. HEX triplet: FC, 65 and F3. RGB value is (252,101,243). Sum of RGB (Red+Green+Blue) = 252+101+243=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 101 (39.84% from 255 or 16.95% from 596); Blue value is 243 (95.31% from 255 or 40.77% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F3 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F3 is #039A0C. Grayscale: #A1A1A1. Windows color (decimal): -236045 or 15951356. OLE color: 15951356.
HSL color Cylindrical-coordinate representation of color #FC65F3: hue angle of 303.58º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC65F3 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 101 | 243 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.01 |
| HSL | 303.58º | 0.96% | 0.69% | - |
| HSV(B) | 303.58º | 0.6% | 0.99% | - |
| XYZ | 60.98 | 36.47 | 88.62 | - |
| YUV | 162.34 | 173.53 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 101 | 243 | 0 | 0.60 | 0.04 | 0.01 | 303.58 | 0.96 | 0.69 |
| Hex | FC | 65 | F3 | 0 | 3C | 4 | 1 | 130 | 60 | 45 |
| Octal | 374 | 145 | 363 | 0 | 74 | 4 | 1 | 460 | 140 | 105 |
| Binary | 11111100 | 1100101 | 11110011 | 0 | 111100 | 100 | 1 | 100110000 | 1100000 | 1000101 |
Color Harmonies of #FC65F3
Complementary color
Monochromatic Colors of #FC65F3
Black with #FC65F3
Text Example
Text Example
White with #FC65F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC65F3; }
p { color: rgb(252,101,243); }
H1.HeaderClassName
{
color: #FC65F3;
}
.AnyTagClassName
{
color: #FC65F3;
}
</style>
background-color css
<style>
a { background-color: #FC65F3; }
a { background-color: rgb(252,101,243); }
div.DivClassName
{
background-color: #FC65F3;
}
.BgClassName
{
background-color: #FC65F3;
}
</style>
border-color css
<style>
span { border-color: #FC65F3; }
span { border-color: rgb(252,101,243); }
td.TdClassName
{
border-color: #FC65F3;
}
.TagClassName
{
border-color: #FC65F3;
}
</style>