#FC65F4

Color #FC65F4 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #FC65F4

Tints of Pink Flamingo #FC65F4

Color information

#FC65F4 (or 0xFC65F4) is unknown color: approx Pink Flamingo. HEX triplet: FC, 65 and F4. RGB value is (252,101,244). Sum of RGB (Red+Green+Blue) = 252+101+244=597 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42.21% from 597); Green value is 101 (39.84% from 255 or 16.92% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F4 is #039A0B. Grayscale: #A2A2A2. Windows color (decimal): -236044 or 16016892. OLE color: 16016892.

HSL color Cylindrical-coordinate representation of color #FC65F4: hue angle of 303.18º 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 #FC65F4 is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB252101244-
CMYK00.600.030.01
HSL303.18º96.18%69.22%-
HSV(B)303.18º59.92%98.82%-
XYZ61.1336.5389.42-
YUV162.45174.03191.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 42.21%
GREEN value IS 101 (39.84% from 255) = 16.92%
BLUE value IS 244 (95.70% from 255) = 40.87%
R=42.21%
G=16.92%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210124400.600.030.01303.1896.1869.22
HexFC65F403C3112f6045
Octal37414536407431457140105
Binary11111100110010111110100011110011110010111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC65F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC65F4; }

 p { color: rgb(252,101,244); }

 H1.HeaderClassName
 {
   color: #FC65F4;
 }
 .AnyTagClassName
 {
   color: #FC65F4;
 }
</style>
background-color css

<style>
 a { background-color: #FC65F4; }

 a { background-color: rgb(252,101,244); }

 div.DivClassName
 {
   background-color: #FC65F4;
 }
 .BgClassName
 {
   background-color: #FC65F4;
 }
</style>
border-color css

<style>
 span { border-color: #FC65F4; }

 span { border-color: rgb(252,101,244); }

 td.TdClassName
 {
   border-color: #FC65F4;
 }
 .TagClassName
 {
   border-color: #FC65F4;
 }
</style>