#FC65F7

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

Shades of Pink Flamingo #FC65F7

Tints of Pink Flamingo #FC65F7

Color information

#FC65F7 (or 0xFC65F7) is unknown color: approx Pink Flamingo. HEX triplet: FC, 65 and F7. RGB value is (252,101,247). Sum of RGB (Red+Green+Blue) = 252+101+247=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 101 (39.84% from 255 or 16.83% from 600); Blue value is 247 (96.88% from 255 or 41.17% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FC65F7 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC65F7 is #039A08. Grayscale: #A2A2A2. Windows color (decimal): -236041 or 16213500. OLE color: 16213500.

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

Color convert

RGB252101247-
CMYK00.600.020.01
HSL301.99º96.18%69.22%-
HSV(B)301.99º59.92%98.82%-
XYZ61.5936.7291.84-
YUV162.79175.53191.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 42%
GREEN value IS 101 (39.84% from 255) = 16.83%
BLUE value IS 247 (96.88% from 255) = 41.17%
R=42%
G=16.83%
B=41.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210124700.600.020.01301.9996.1869.22
HexFC65F703C2112e6045
Octal37414536707421456140105
Binary11111100110010111110111011110010110010111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC65F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC65F7; }

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

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

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

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

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

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

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

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